This is a migrated thread and some comments may be shown as answers.

Filter in radgrid control server side

1 Answer 62 Views
Window
This is a migrated thread and some comments may be shown as answers.
pankaj
Top achievements
Rank 1
pankaj asked on 30 Sep 2008, 09:32 AM
Please give me the link or any solution how to apply the filter functionality in radgrid control in server side code.
I have to get the filter criteria from the dropdownlist(contains, not contains, null, not null etc.) and textbox value for filter.

Thanks
Pankaj Tyagi

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 30 Sep 2008, 10:15 AM
Hello Pankaj,

If you want to apply filtering for the grid, you have to just add in one line of code as shown below.
RadGrid1.AllowFilteringByColumn = true

Whereas, if you want set filter initially to show an already-filtered set of data, you can go through the following help link.
Applying default filter on initial load

Thanks
Princy.

Tags
Window
Asked by
pankaj
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or