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

How to prevent automatic filter with the filter popup

4 Answers 100 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Joachim
Top achievements
Rank 1
Joachim asked on 28 Mar 2011, 07:40 AM
Hi Telerik Team !

I use your RadGridView and i appreciate your filter popup.
But i display a large amount of data in the grid and when the user click on a checkbox inside the filter popup it takes very long time to filter and freeze the grid.
What i want is to prevent the automatic filter each time the user check or uncheck a checkbox. I want the grid to be filtered only when the user click on the button "Filter".

Is it possible ? 

Thank you for your help.

4 Answers, 1 is accepted

Sort by
0
Accepted
Rossen Hristov
Telerik team
answered on 28 Mar 2011, 08:54 AM
Hello Joachim,

Unfortunately, when a distinct value is clicked, filtering occurs in real-time. This cannot be changed.

You have two options:

1. You can hide the top-part of the filtering control by setting ShowDistinctFilters to false on the respective column. This will leave the user with the lower part only.

2. You can develop your own custom filtering control and implement some kind of lazy filtering logic.

I hope this helps.

Kind regards,
Ross
the Telerik team
0
Kovacs
Top achievements
Rank 1
answered on 28 Mar 2011, 10:45 AM
Hi,

I would need a similar functionality... not sure if it's exactly the same thing or not.
What i would like to achieve is to Apply all RadGrid column filters at once with a button_click, and somehow disable the automatic refresh.

I was thinking i could disable the refresh that is getting triggered after setting a column filter, but was unable to do so.

Any help would be appreciated!
Thanks!
0
Rossen Hristov
Telerik team
answered on 28 Mar 2011, 11:55 AM
Hello Joachim,

Unfortunately, that would not be possible.

Best wishes,
Ross
the Telerik team
0
Valdo
Top achievements
Rank 1
answered on 16 May 2011, 09:48 AM
Any chance this will be implemented in future releases?
Tags
GridView
Asked by
Joachim
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Kovacs
Top achievements
Rank 1
Valdo
Top achievements
Rank 1
Share this question
or