Kendo Column Menu -Custom filter for Date column
I’ve been using a kendo grid ,where we have made some enhancements for grid.We have set columnMenu to true in which Filter option will be shown as one of the menu. So when I click filter a multi select list will be shown with list of dates available in the grid. But the issue is ,this date was shown in GMT format .I want to modify it as MM/DD/YYYY format. I’m not sure where to include the format.
Visibility issue with filter and calendar icons in Kendo UI search menu after updating versions
I am in the process of updating Kendo UI for jQuery in my project from version v2014.3.1314 to v2024.1.319. After the update, I noticed a problem with the visibility of the filter and calendar icons in the search menu. I have attached images showing the old version where the icons were visible and the new version where they are not. Can anyone suggest how I can resolve this issue? Is there any built-in CSS file or other method that can help me fix this?
Implementing Active Filtering in Kendo Grid UI jQuery for Dist
Current Behavior: Currently, although our filtered results are displayed based on each column’s filter, the active filters still show the entire list of items in that column, regardless of whether they have been filtered out. We aim to implement active filtering similar to Excel, where the drop-down list is constrained by the filters applied in other columns.
**Problem: **
How can I modify the Kendo code to ensure that the DeptName column filter displays only distinct values based on the current grid data, taking into account all applied filters in other columns, similar to Excel’s active filtering feature?
Following is the code: