AxpDataGrid

AxpDataGrid.GridFieldsShow Property

Specify which columns should be visible in the grid

[Visual Basic]
Public Property GridFieldsShow As String
[C#]
public string GridFieldsShow {get; set;}

Property Value

Comma separated list of column (field) numbers or column names that should be displayed in the grid.

Remarks

Default=blank string. All columns will be displayed

See Also

AxpDataGrid Class | Axezz.WebControls Namespace