Hi...
In the Syncfusion Gantt Control, it's very easy to show/set the task dependencies (see screenshot of task properties bellow).
How to do the same in the jQuery Gantt?
Thank you.

Hello,
Cascading Comboboxes do not clear and reset values correctly when Virtualization is enabled.
I mimicked the bug though Codepen.
Find it here and follow instructions to reproduce the bug.
Thank you.
Hi
my pager in the grid component does not show the active page:
analysing the HTML there is a class k-state-selected
but this class is nowhere defined in the current default theme
checking with the working demo from the kendo page the pager as rendered as buttons instead of li and there is a class k-selected which is also defined in the theme:
I'm working with all current versions:
Hello,
I have recently updated from R1 2022 to Kendo UI R1 2023, and now I am facing some backward compatibility issues regarding grid component.
New version does not support optional chaining in grid column field, for example:
columns:[{
field: "object?.property?.property"
}]
such approach throws an exception on sort operation (it works as expected in R2_2022).
Is there a fix foreseen in the near feature?
BR

I have a combo inside a column of the grid, i already managed to introduce a default value.
Now i need to block the combo actions, so the user cannot remove the default value.
My grid with combobox:
My code do default value inside combobox:
Hi, I need to rotate cell 90 degree in exported excel file as shown below. I'am using kendo grid jquery export excel feature. I don't find any documentation about it.
Need Source code Below Format Kendo Chart with in the Angular
Present below is jQuery, but instead of jQuery using angular support source code
https://docs.telerik.com/kendo-ui/knowledge-base/display-time-on-value-axis#solution
Please find the reference image
Does anyone know how to correctly configure the PanelBar to work with AJAX content when instantiating via MVVM?
Dojo Example MVVM PanelBar with AJAX content
This code instantiates the PanelBar but does not load the AJAX content
<div id="example">
<ul
data-role="panelbar"
data-content-urls="['https://demos.telerik.com/kendo-ui/content/web/panelbar/ajax/ajaxContent1.html']" >
<li>MVVM Ajax Test
<div></div>
</li>
</ul>
</div>
<script>
kendo.bind($("#example"));
</script>
delete this - wrong forum
Moved to Telerik ASP.Net Core KendoEditor - fullscreen mode in UI for ASP.NET Core | Telerik Forums