Hi,
In following scenario:
- Configure Date Time Picker with Modern view
- Open Browser Console
- Open date picker
- Now move your cursor in the browser window randomly
- Your date picker window permanently changed to time window
In this i cannot go back to data/month view. I am stuck with time view. Is it expected or am i missing something?
<!DOCTYPE html>
<html>
<head>
<title></title>
<link href="css/default-main.css" rel="stylesheet" />
<script src="https://code.jquery.com/jquery-3.7.0.min.js"></script>
<script src="js/kendo.all.min.js"></script>
</head>
<body>
<input id="datetimepicker"/>
<style>
</style>
<script>
$(function () {
$("#datetimepicker").kendoDateTimePicker({
componentType: "modern",
interval: 1
});
});
</script>
</body>
</html>
We are exploring using Kendo Chat for JQuery to support LLM interactions but are finding the control very limiting compared to Bootstrap 5 MDB. Does anyone know if you can:

Hi,
I want to hide TimeStamp from Planned Start, Planned End, Start, and End in Kendo UI for the jQuery Gantt Chart Tooltip.
Also if there is any way to completely hide/block time from Gantt as I want to work on days and weeks only without time.
HI,
I have a requirement to disable the Planned Start and Planned End column when the user clicks on Planned Task to show Planned on Gantt view and to enable columns for editing when the user hides Planned on Gantt view

Hi,
Kendo version 2023.3.1010 installed via nuget package manager downloads corrupt excel spreadsheet files on export.
The workaround for it was to manually download jszip.min.js from the following cdn: https://kendo.cdn.telerik.com/2023.3.1010/js/jszip.min.js
and to replace the one in the nuget installed package.
Please verify your jszip that you're shipping with nuget package manager,
Thanks
HI,
How to hide timestamp from Planned Start, Planned End, Start, and End in Kendo UI for jQuery Gantt Chart Task Tooltip
Also can I completly hide/block time from my Gantt Chart as I don't want time anywhere and want to work on dates only.

If you look at the demo of the Kendo Form the date value works great when you populate the date. If you have an empty date the calendar icon does not appear and you don't get the datepicker.
https://demos.telerik.com/kendo-ui/form/index
How do I tell the form to present a datepicker field when the date field is empty?
It appears that if the field Label has 'Date' in it it assumes its a date field, but not if its left blank.
I can assign the field to to kendodatepicker but the calendar icon is then in the misplaced.
I modified the demo to show what I am talking about in the attached.
Hello,
I'm making an application that uses SpreadSheet. I've added kendo.spreadsheet.min.js to the list of scripts, but I get an error in the console that says "Uncaught TypeError: B is undefined".
I would like to know which scirpts are mandatory to run SpreadSheet.
Thanks
With the new SVG icons, how can I migrate the following so the toolbar is rendered correctly when the grid is initialized? Even the demo for the toolbar template is broken with the 2023 SVG icon changes: https://demos.telerik.com/kendo-ui/grid/toolbar-template
<script id="toolbartemplate" type="text/html">Hi Team,
There's a keyboard issue on the panel bar using the keyboard as focus is going to hidden list item.
Working example Link: https://dojo.telerik.com/AzURoTUJ/3
Case 1: If Panel Group 1 i.e. Project is expanded, if there's no Panel Group 2 only panel content is there like Monday, Tuesday & Wed. and if i'm using a keyboard, focus gets lost after the sales report when i press down arrow key and after pressing 2nd time arrow keys focus is go to the Monday which is part of the Panel Group 2.
Case 2: If Panel Group 1 i.e. Project is collapsed, and if there's no Panel Group 2 {unnamed} and only panel group 2 content is there like Monday, or Tuesday & Wed. and if I'm using a keyboard, the focus is getting lost after the projects when I press down arrow key and after pressing 2nd time down arrow keys focus is going to the Monday which is part of the Panel Group 2.
Expected Behavior:
1. Focus should not go to the hidden element, focus should move to the visible content in the list.
Also, if there's any fix around this please let us know where we can change it to make it behave like above?
