|
DataSource Caching Modes
Grid Grouping Control provides built-in support for data caching. The need for querying the datasource for every postback and callback roundtrip is eliminated, thus enhancing grid performance and minimizing load time. Two supported caching modes are listed below:
-
View State - The datasource object will be serialized and added to view state.
-
Session - The datasource object is added to session.
-
None - This mode turns off data caching and the datasource must be initialized for every postback and callback.
|
|
|
|