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

Server side large dataset filter

2 Answers 91 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Andrea
Top achievements
Rank 1
Andrea asked on 05 Jun 2014, 09:58 AM
Hello, i have some tables with something like 1GB data and 2M records, i have a very efficient ibindinglistview implementation to cache few data locally, so i download from DB server only few rows.

It is possible to use the integrated grid UI to set the Filter expression on my IBindingListView to reload the local cache or do i have to hide the integrated filter UI and add some filter textbox outside the grid?

Best regards.

2 Answers, 1 is accepted

Sort by
0
Andrea
Top achievements
Rank 1
answered on 05 Jun 2014, 10:00 AM
A little addition: WPF grid already set the Filter expression when bound to an IBindingListView.
0
Dimitar
Telerik team
answered on 10 Jun 2014, 06:37 AM
Hello Andrea,

Thank you for contacting us.

The WinForms grid will not automatically update you custom BindingList filter. In this case you can use one of the filtering events to update this manually. For example you can use the FilterExpressionChanged or FilterChanged events. Detailed information is available in the following help article: Events.

I hope this helps. Should you have any other questions do not hesitate to ask.

Regards,
Dimitar
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
GridView
Asked by
Andrea
Top achievements
Rank 1
Answers by
Andrea
Top achievements
Rank 1
Dimitar
Telerik team
Share this question
or