Pending Review
Last Updated: 24 Jul 2024 13:59 by Lee
Created by: Lee
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
0

I just upgraded from V2021 to V2024. Now, in the grid's filter menu, I have buttons with icons for filter and clear. I don't want the icons. I know I can target them with CSS and do a display: none, but there should be a setting to prevent showing them in the first place. I'm thinking this should be both a global setting for the default and a local setting in the widget to override.

Pending Review
Last Updated: 15 Jul 2024 14:39 by Eyup

 

When selecting the Month View of the Gantt, unexpected blank space appears and the cell headers are not properly aligned.

To reproduce the problem, open this demo:
https://demos.telerik.com/kendo-ui/gantt/basic-usage

And Click Edit in Kendo UI Dojo:
https://dojo.telerik.com/OparoYUJ

Zoom out the browser so the Gantt has some larger Width and you will notice the blank space + misaligned headers:

The same issue can be observed in the Getting article: https://docs.telerik.com/kendo-ui/controls/gantt/get-started

Pending Review
Last Updated: 09 Sep 2022 06:29 by ADMIN

Add a hidden input to store the current value in it at all times, and a visible display input that has the month/day/year or current value displayed in it; it solved all of the issues and is currently implemented on numerous other Kendo form input controls.

This will make the DateInput compatible with JQuery Unobtrusive Validation.