1) I'd like the filter to execute when the selection is made in the combobox instead of clicking the "Filter" button
2) hide the "Filter" and "clear" buttons
3) hide the k-filter-help-text of "Select an item from the list:"
how can i do these things?
1 Answer, 1 is accepted
0
Iliana Nikolova
Telerik team
answered on 12 Aug 2014, 11:10 AM
Hi Mike,
Straight to the questions: 1. This requirement or not supported out-of-the-box and in order to achieve it you need custom implementation. I would suggest to use the new Filter row feature which provides a similar option built-in; 2). and 3). - The following CSS rule should help for these requirements:
.k-filter-help-text,
.k-filter-menu .k-button {
display: none;
}
Regards,
Iliana Nikolova
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!