ASP.NET GridView Features - Filter All Data And Not Just What Is Displayed
Posted by: The ASPx Blog,
on 27 Jul 2011 |
View original | Bookmarked: 0 time(s)
I just spoke with a new customer today named Jason. Jason is switching from a competitor's ASP.NET GridView to the DevExpress ASPxGridView. One of the reasons that Jason switched was because how the ASPxGridView filters data: THE ASPXGRIDVIEW FILTERS THE SERVER'S DATA AND NOT JUST WHAT'S DISPLAYED! Callbacks FTW! The DevExpress ASPxGridView runs its operations on the server using AJAX callbacks. This means that anytime you do a sorting, grouping, filtering or other operation then:...