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
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!