AxpDataGrid

AxpDataGrid.GridDisplayIndex Property

Display a sequential number in the first Grid Column for each record (1,2,3,4 etc). As default this column will be used as a hyperlink to the form page.

[Visual Basic]
Public Property GridDisplayIndex As Boolean
[C#]
public bool GridDisplayIndex {get; set;}

Property Value

Default=True

Remarks

If GridDisplayIndex is hidden (set=False) and you want another column to contain a hyperlink to the form, you can set the GridLinkIndex property.

Alternatively set the RowClickAction property = "openform".

See Also

AxpDataGrid Class | Axezz.WebControls Namespace