Open alert on Select Event of kendoContextMenu.

1 Answer 40 Views
Grid Menu ToolTip Window
Antonio
Top achievements
Rank 1
Antonio asked on 12 Dec 2023, 02:01 PM | edited on 12 Dec 2023, 04:09 PM

Hi,

as the title says i'm trying to open an alert on the Select Event of a kendoContextMenu, but the alert is shown only after the Select function is completed, is it possible to show an alert as soon as the user clicks on the ContextMenu option (at the start of the Select Event)?

Below the Select Event of my code:

 select: function (e) {
     alert("Test Alert"); //This one appears only after that the Select function ends, but i'd want it to appear as soon as the select function starts

    //MY CODE
}

Thanks in advance,

- Antonio

1 Answer, 1 is accepted

Sort by
0
Neli
Telerik team
answered on 15 Dec 2023, 11:40 AM

Hello Antonio,

I am afraid that the Kendo UI for jQuery ContextMenu and respectively the built-in ContextMenu in the Grid component does not provide such an event that will be fired before an item is selected. 

If you think that such an event will be a valuable addition to the suite I would suggest logging a feature request in our official Feedback Portal:

 - https://feedback.telerik.com/kendo-jquery-ui

Regards,
Neli
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
Tags
Grid Menu ToolTip Window
Asked by
Antonio
Top achievements
Rank 1
Answers by
Neli
Telerik team
Share this question
or