Hello,
I'm trying to get the dataTextField & dataValueField from double clicking on the ListBox.
I feel like this should be easy but i cant find anything in the documentation or on google.
So far i have this:
Is there a place where I can check which events are not fired when making API calls?? I could find a note where you guys state this is a known issue.
Thanks in advance

when i click on delete first time i get error on delete when i click delete again i get 2 delete requests. the one i made first time and the one i made the second time. if i click the third time so i get 3 errors and so on
link to stackoverflow question(with code):
https://stackoverflow.com/questions/48561985/kendo-ui-datasource-make-several-delete-calls-each-time
Hi!
I want my viewport to be centered to one of the shape inside the diagram. I already saw that post: https://www.telerik.com/forums/how-to-make-the-shape-to-the-viewport%27s-center , maybe i miss something, but when i do it like that my shape isn't at all at the center (see the attach picture).
i'm using these lines:
var newShapeBinded = diagram.addShape(new Shape(shapes[i]), false);diagram.bringIntoView(newShapeBinded);Which shapes[i] is a valid JSON Shape.
Thanks,
Samuel

Hi,
Is there a way to add a menu to the grid to the right of the columns and above the scroller ?
The idea is to do something like :
- show hide area (filter row, agregation, ...)
- Launch export (excel, pdf)
...
The only solution I have found is to complete the menu of each column, but it's not the optimal solution
Regards
