All,
I have a grid which I dynamically create on server side.
As the Grid populates a large number of entries, I use custom pagine to retrieve only few rows at a time.
The problem is that Fitering is not working correctly when used with custom paging. The filter only filters data that appears in the current dataset (displayed page) and so provides only part of the actual number of rows that should return.
I tried using the technique displayed in http://demos.telerik.com/aspnet-ajax/grid/examples/programming/custompaging/defaultcs.aspx, but the example do not work for me and in fact it seems that it is not working correctly at all.
Any ideas?
Regards,
Tzach.
I have a grid which I dynamically create on server side.
As the Grid populates a large number of entries, I use custom pagine to retrieve only few rows at a time.
The problem is that Fitering is not working correctly when used with custom paging. The filter only filters data that appears in the current dataset (displayed page) and so provides only part of the actual number of rows that should return.
I tried using the technique displayed in http://demos.telerik.com/aspnet-ajax/grid/examples/programming/custompaging/defaultcs.aspx, but the example do not work for me and in fact it seems that it is not working correctly at all.
Any ideas?
Regards,
Tzach.