Do you know how to filter data?

Last updated by Brady Stroud [SSW] about 2 months ago.See history

It is difficult for users to find their required records in a huge amount of data, so adding the filter data functionalities is very useful.

The standard DataGrid of ASP.NET doesn't include this functionality, developers need to implement it by themselves.

FilterDataInDataGrid
Figure: Bad Example - implement data filter manually

Fortunately, RadGrid supplies this perfect feature.

FilterDataInRadGrid
Figure: Good Example - add an attribute to filter data

Developer can turn this feature on by setting the AllowFilteringByColumn="True".

Adam Cogan
We open source. Powered by GitHub