There are situations where I want to know more about what triggered certain event in kendo (for example if ctrl button was down when clicking) but library won't let me because original browser events don't make it all the way up. Examples:
* select/change event for tree view
* change event for grid
I wish there was a field originalEvent on the argument so I can look at it.
element.kendoTreeView(
{
select: e =>
{
let isCtrlDown = e.originalEvent.ctrlKey;
}
});
Hello Maciej,
Thank you for submitting the feature request. We will consider exposing a field/object for the purpose.
As a small token of gratitude for requesting the feature I am updating your Telerik points.
Feel free to contact us whenever you have further questions.
Regards,
Martin
Progress Telerik