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

Grid filtering after accept button clicked

1 Answer 76 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Michal Ogluszka
Top achievements
Rank 1
Michal Ogluszka asked on 17 Jun 2009, 12:13 PM
Hi,

  i have a question. Is there any possibility to define arguments for filtering and apply filters after clicking any accept button? Now when i change a criteria in filtering data are automaticly bounded, i would like to set many critirias and then refresh the grid. Big thanks for fast answer.

Greetings
M.

1 Answer, 1 is accepted

Sort by
0
Veli
Telerik team
answered on 18 Jun 2009, 12:05 PM
Hi Michal,

RadGrid's filtering item has been design to apply filtering right after selecting column and filter criteria. Successive filter values are stacked up, preserving the previously applied filters.

If you want to one-time-filtering after selection of multiple filter values, you can implement your own filter item selection mechanism (either in RadGrid's ItemCommand or outside of RadGrid) and set a compound filter expression on button click. An example would be a set of dropdowns to select columns, filter values and filter criteria.

All the best,
Veli
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.
Tags
Grid
Asked by
Michal Ogluszka
Top achievements
Rank 1
Answers by
Veli
Telerik team
Share this question
or