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

Filter regrabs data

1 Answer 35 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Baatezu
Top achievements
Rank 2
Baatezu asked on 12 Jul 2010, 09:52 PM
Does the grid need to re-grab the data [run NeedDataSource] when applying a filter?

I'm dealing with a lot of data and I'd much prefer to not have to re-grab/transfer that data.
I'd be interested in being able to apply a filter without having to re-grab the data.

This also applies to paging. :)

I'm probably missing something stupid, happened last time. :-P

1 Answer, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 13 Jul 2010, 08:01 AM
Hello Baatezu,

Yes, RadGrid need to retrieve the data once again as the data is not stored by RadGrid  and this operations are performed against the data. You can use LinqDataSource/EntityDataSource in order to perform this operations on your DB server. Bellow links shows tips and tricks on performance:
http://demos.telerik.com/aspnet-ajax/grid/examples/performance/linq/defaultcs.aspx
http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/linqdatasource/defaultcs.aspx
http://demos.telerik.com/aspnet-ajax/grid/examples/automaticoperations/efdatabinding/defaultcs.aspx

Regards,
Nikolay
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Baatezu
Top achievements
Rank 2
Answers by
Nikolay Rusev
Telerik team
Share this question
or