I want to reach selected item's index in the drawer widget. When I examine e.sender from console like this,
console.log(e.sender);
I can find updated value of e.sender._selectedItemIndex.
However, when I want to use e.sender._selectedItemIndex variable directly I get previous value of e.sender._selectedItemIndex. For example, If I open drawer for the first time and select an first item, from console I can see that e.sender's _selectedItemIndex variable is equal to 0 but console.log(e.sender._selectedItemIndex) prints undefined. When I select any other item from drawer, now console.log(e.sender._selectedItemIndex) prints 0. How can I reach and use e.sender._selectedItemIndex's updated value in itemClick function?
Hi, I have a question for kendo textbox widget label. I would like to use label like value methods. However; labels are given only configuration. Are there any method that is working like value methods.
var textbox = $("#textbox").data("kendoTextBox");
textbox.value("VALUE"); // this is a example I want.
Thanks for helping.
How do I unselect a selected event programmatically? I tried to call the select() method with an empty array input but it doesn't seem to unselect the events. Further, I see that the change event is invoked only once as opposed to twice in the Chrome console window.
Please see the below code snippet for an example.
Thanks in advance.

Hi,
I have a problem related to dragging items in the left side of the gantt. In my case, there is restriction when to allow dragging and when not, and i want that icon to be different in different cases. for example to be block icon or plus. How I can do this?
Dear , my question is this , I need to call functions that do not involve the deployment of the form to edit or create an event in the Schedule of Kendo UI, but so far all I've done is run the JavaScript function but still appears Schedule popup Kendo UI.
Is there any way to disable this pop ?.
I thank them for their help before.

Hi 😊
I need some help. I was using kendo for uploading files into sharepoint 2013. After migration to sp 2016 the same code generates different response from server (it is without 'd' and it starts with odata.metadata - the old working one has 'd' and __metadata). Is the odata different and that causes issues? Any help would be appreciated. Thanks.

The chart's behavior is supposed to be as follows:
-The x-axis is a range of dates the user can select from externally
-The y-axis always stays percentages 0-100
The issue I'm having is when I select too many dates, the chart's height automatically increases above the specified height parameter. Using maxHeight and height have not helped this issue.
The example in the TreeList binding to remote data uses "jsonp". I tried "json" and it didn't work.
https://demos.telerik.com/kendo-ui/treelist/remote-data-binding
I have 2 questions:
1) does TreeList binding to remote data only support "jsonp"
2) in the example, when clicking on the tree list node, it includes "id=1" in the query string. Is the name "id" hardcoded? Is it configurable to have "studentId=1" in the query string?
Thanks
Frank
How to add custom tool tips text in any chart. Like i want two show hardcore title or number text.

