We can add option for No filter in filter selection , Is consumes less space then other
Hi,
The clear button on most input elements is added automatically by Internet Explorer.
In case the Grid filter is using an AutoComplete there would be a clear button that is part of the component. You can remove the clear button for the AutoComplete in a Grid filter row with the following CSS:
.k-filtercell .k-clear-value {
display: none;
}
Regards,
Viktor Tachev
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/.
for Filter row its taking too much space in grid and if is there to many columns then it could be a problem
Can you elaborate to which grid filtering mode (filter row, multi-checkbox filter, or filter menu) or demo you are referring with this suggestion?