ASP.NET GridView Features - Filter All Data And Not Just What Is Displayed

ASP.NET Team Blog
27 July 2011

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!

filter-control-largeThe 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:

  1. a callback is initiated
  2. the operation is processed on the server
  3. and the ASPxGridView is updated seamlessly w/o a full page refresh

That's it!

And because these operations are run on the server, the ASPxGridView display results are accurate since the operation is applied to the entire set of data.

3 Great Ways To Filter

The ASPxGridView offers you 3 great ways to filter data:

What do you love about the ASPxGridView's Filtering features? Drop me a line below. Thanks.

Accept No Limitations - Voted Best Grid by readers of DevProConnections Magazine for 4 straight years

The ASPxGridView Suite is a feature-complete grid and editors library for ASP.NET. With blazing fast data loading, extensive data shaping options, and lightweight memory footprint, the ASPxGridView allows you to deliver a highly compelling and effective end-user experience with ease.

Go with the winner - the most decorated ASP.NET Grid Control in the market.

Check out all the great features now: ASP.NET Data Grid and Data Editors

Follow MehulHarry on Twitter

Free DevExpress Products - Get Your Copy Today

The following free DevExpress product offers remain available. Should you have any questions about the free offers below, please submit a ticket via the DevExpress Support Center at your convenience. We'll be happy to follow-up.
No Comments

Please login or register to post comments.