Please suggest me that Is there any possibility of working Mouse 'On Click' events with the Kendo UI shapes.Please find the attachment of Kendo UI diagram having Shapes on it filled with color.
3 Answers, 1 is accepted
0
Eduardo Serra
Telerik team
answered on 31 Jan 2017, 04:11 PM
Hello Javasimha,
In order to execute some code when the user clicks on a shape, we can take advantage of the click event of the Kendo UI Diagram; you can read more about it here. The Diagram Events sample shows an example of this functionality in use; take a look at it here.
Thanks Eduardo.Already I tried this but that example or code is not giving any output if we Open in the Dojo. Please suggest me if any examples or references if you have.
0
Eduardo Serra
Telerik team
answered on 02 Feb 2017, 10:02 PM
Hello Jayasimha,
In the sample that I shared with you, there's a section below the Diagram area that logs every event triggered by the widget; when you click on a shape, do you get the text informing you that a shape was clicked?
The previous behavior is expected on both the sample page and the Kendo UI Dojo when opened in a separate tab/window.