AxpDataGrid

AxpDataGrid.ClearState Property

Wheter the grid state as a result of user interaction should be cleared.

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

Property Value

true if the grid state as a result of user interaction should be cleared, false otherwise. Default=false

Remarks

The grid state as a result of user interaction includes paging, sorting and grid display mode (grid, form view, form edit). ClearState should be set to true if the data source is changed between postbacks, f.ex. if the SQL SELECT command change as a result of a search.

See Also

AxpDataGrid Class | Axezz.WebControls Namespace