Unplanned
Last Updated: 29 May 2020 14:26 by ADMIN
Maciej
Created on: 22 May 2020 15:50
Category: Kendo UI for jQuery
Type: Feature Request
0
Have original event on the argument provided for callback function

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;
    }
 });

1 comment
ADMIN
Martin
Posted on: 29 May 2020 14:26

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

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.