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

Server Side created Grid with CustomPaging and Filtering

3 Answers 65 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Covertix
Top achievements
Rank 1
Covertix asked on 24 May 2009, 04:41 PM
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.

3 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 25 May 2009, 12:39 PM
Hello Tzach,

To avoid duplicate posts, we will continue our communication in the other(support ticket) post that you have opened on the matter. I have already answered your other ticket with the same question.

Kind regards,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Vadim
Top achievements
Rank 1
answered on 22 Dec 2011, 07:45 PM
can someone provide link for others to find out how this issue been resolved?

Thank you,
0
Pavlina
Telerik team
answered on 23 Dec 2011, 05:16 PM
Hi,

When the grid is in custom paging mode all operations like filtering, sorting & grouping will be applied for the entire data source by default.
However, one possible option in case you need to filter all the items from database when custom paging is enabled is to implement custom filtering.You need to handle manually filtering and paging, so you should be able to fetch records based on the applied filter, not only from the current page.

Regards,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Grid
Asked by
Covertix
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Vadim
Top achievements
Rank 1
Share this question
or