5 Answers, 1 is accepted
Hello Kishore,
Are you referring to the below close button?
If so I can suggest appending CSS class .k-state-disabled via jQuery which will disable the button. For example:
$("button[title='Close']").addClass( "k-state-disabled" );
I have applied this to the Filter in the next Dojo demo:
Let me know if this is what you are looking for.
Regards,
Nikolay
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
I have one more query on this filter how to get default operator when we change field for example price field has operators in order neq,eq,contains,does not contain. Here if I change field from one to another am getting first one in the operator drop-down. I need contains when I change to price option in field.
I hope u understand my query,thank u In advance.
Hello Kishore,
Thank you for sharing this scenario with me.
Unfortunately, the current API of the Filter widget does not expose options for default operators. However, this has been logged for enhancement and I recommend casting your vote for it at the below link:
This feature enhancement can be tracked also in the following GitHub issue:
Let me know if you have any questions.
Regards,
Nikolay
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.