In my Kendo Grid, I am using a time picker. But when I choose a time and save to database, its adding 4 hours ahead of the selected time. Why is it so? Is it something to do with the culture?
Related
Some clinical studies can take up to 5 years or more, and I want to be able to show an entire study and its sub-tasks in a Kendo Gantt chart. I want to show periods of time longer than the current maximum of 1 year that is built into Kendo UI for jQuery v2018.3.1017, is that possible?
I'd like to be able to show a maximum of 6 years. Ideally the header would change to be able to see Quarter/Year rather than Month.
Is this possible?
The built-in views for the Gantt are: "day", "week", "month" and "year". So if you need to show longer period you need to create a custom view. Check the custom view example in the documentation. It shows how to create a multi-year view and display quarters as well.
Just to close the loop: here is the response I received from the Telerik Support folks.
From the provided information I am not sure if the widget you intend to use is a Kendo Gantt or Scheduler. However, in both cases implementing a custom view will be needed. Below you will find links with examples of implementing custom views in Gantt and Scheduler:
creating-custom-view
timeline-with-dynamic-length
custom-view
I have 2 Kendo UI date pickers on my page to select the start and end date of a date range. On random page loads in these 2 date pickers, one becomes not responding. That is, the calendar is not showing up when clicking on the icon to select a date. This issue mostly happening in chrome.
This issue is resolved. This was due to a code issue where controls are binding 2 times. Corrected the code and binding bring down to 1 time and the issue got resolved. So anybody facing a similar issue please validate this scenario too as a step to resolve.
Thank you very much.
I am using Kendo UI Scheduler. I configured it like it would have a Month view. I would like to select a range consists two months. Can I select these ranges? as I saw, the Scheduler, whenever We mention the Months, allows selecting only 14 days... İn essence, I would like to select days through the months.
Don't know if extending the month view is exactly possible or not. But, creating a custom view may be a solution. Have a look on this LINK. Also have a look what telerik admin says about it HERE.
I have a grid panel with about one hundred rows.
On grid's store load event a lot of calculations happen that update store rows.
Each update of store row leads to grid row refresh and DOM modifications and this leads to explorer's "Stop running this script?" message.
I'm looking for a way to improve the performance of this code.
Is there any way to suspend DOM operations for the grid in ExtJs 3 - something like suspendLayout, resumeLayout in ExtJs 4?
Is it possible to "freeze the last 5 rows" (always show up when scrolling) of data in a Kendo grid? I tried to search this one in Google, but I can't fine any solutions.
Thanks
No, this isn't possible. You can however use two Kendo UI grids - the first is scrollable and the second shows the last five rows.