How To Cache Rows In DevExpress ASP.NET GridView
Posted by: The ASPx Blog,
on 22 Sep 2009 |
View original | Bookmarked: 0 time(s)
Check out this short article on how to use the row caching property of the ASPxGridView and an upcoming feature of the ASPxPivotGrid: What is EnableRowsCache? In general, this is a good feature because its helps your web applications scalability. How? By default, the ASPxGridView stores data in memory for quick access. This avoids repeated database calls when performing various operations that don't require reloading data (e.g. rearranging or hiding columns). Therefore, it increases your...