GridState class
The data that is saved as part of the grid state. Server Side Storage Service
public class GridState
Public Members
| name | description | 
|---|---|
| GridState() | The default constructor. | 
| ColumnOrder { get; set; } | The field name of the columns in the order they are currently displayed | 
| ExternalFilter { get; set; } | The current external filter if applied | 
| Filters { get; set; } | The current filter conditions | 
| HiddenFields { get; set; } | The field names of the hidden columns | 
| PageSize { get; set; } | The current page size | 
| Sort { get; set; } | The current sort definition | 
See Also
- namespace DataGridVueDotnet
- GridState.cs