I have a RadGrid and code behind and I'm trying to filter on a column. I am also following the basic example under live examples (except am using NeedDataSource instead of using a SqlDataSource in my code). When I hit enter in a filter I get the AJAX loading circle but nothing is ever filtered. Can anyone tell me what I'm doing wrong? I believe I am following the example correctly:
Code Behind:
ASP.NET Code (I've slimmed the example to just one GridBoundColumn--all data is displayed correctly):
This code properly shows the radgrid control and populates it with data. When I type text into the filter box, the AJAX loading panel shows but nothing is ever filtered.
I'd really appreciate some help as to what I'm doing wrong.
Thanks,
Ken
Code Behind:
ASP.NET Code (I've slimmed the example to just one GridBoundColumn--all data is displayed correctly):
This code properly shows the radgrid control and populates it with data. When I type text into the filter box, the AJAX loading panel shows but nothing is ever filtered.
I'd really appreciate some help as to what I'm doing wrong.
Thanks,
Ken