GridDataSourcePersistenceMode Enumeration |
Indicate where KaxGrid would store its data
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic enum GridDataSourcePersistenceMode
Public Enumeration GridDataSourcePersistenceMode
public enum class GridDataSourcePersistenceMode
type GridDataSourcePersistenceMode
Members
| Member name | Value | Description |
---|
| NoPersistence | 0 |
DataSource (or generated html tables) data will not be stored.
KaxGrid will fire NeedDataSource event and will bind after each postback
|
| ViewState | 1 |
Default - KaxGrid stores data in the view-state bag.
|
See Also