AxpDataGrid

AxpDataGrid.GridFieldsHide Property

Hide columns in Grid mode

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

Property Value

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

Remarks

Default=blank string. All columns will be displayed

See Also

AxpDataGrid Class | Axezz.WebControls Namespace