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

Using filter menu widget...

1 Answer 62 Views
Grid
This is a migrated thread and some comments may be shown as answers.
luca
Top achievements
Rank 1
luca asked on 05 Feb 2013, 11:15 PM
Can someone please explain me how to use the filter menu widget... What i want do is binding the filtermenu to the choice of  an options( the name of a filterable grid field)of  a select posed outside of the grid.

1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 07 Feb 2013, 02:52 PM
Hi Luca,

Filter menu is part of the Grid and cannot be used as a standalone component outside of the Grid widget. If you want to filter the Grid from external control, my recommendation is to build a custom layout. To filter the Grid you should use the filter method of its DataSource.

In your particular case, you can bind to the change event of the select element and filter the dataSource by the selected value.

I hope this will help.

Regards,
Alexander Valchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
luca
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or