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

Filter DropDown Change event

1 Answer 130 Views
Grid
This is a migrated thread and some comments may be shown as answers.
mike
Top achievements
Rank 1
mike asked on 08 Aug 2014, 06:09 PM
I've got a dropdown filter set up for a column.

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

Sort by
0
Iliana Dyankova
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!
 
Tags
Grid
Asked by
mike
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or