In following example: http://dojo.telerik.com/ukOja
how can I disable the "starts with" drop down box in the City filter only? There, I only want to have the dropdownlist with cities.
Many thanks
3 Answers, 1 is accepted
0
Dimiter Madjarov
Telerik team
answered on 14 Jan 2015, 01:09 PM
Hello Markus,
You could bind to the filterMenuInit event of the Grid which is fired when the filter menu is opened for the first time. In the event handler check if the current field is City and disable the dropdown. Here is the modified example.
I wish you a great day!
Regards,
Dimiter Madjarov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Regarding the second question, the operators dropdown cannot be disabled directly from the Grid configuration, only the operators and messages could be defined per type.
Regards,
Dimiter Madjarov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!