This is a migrated thread and some comments may be shown as answers.

Navigate event

1 Answer 95 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Taras
Top achievements
Rank 2
Taras asked on 25 Sep 2015, 08:53 AM

Hello,

 

Within the navigate event handler I need to know if user clicked on (...) button inside some day cell in month view or it was "day" button clicked from views toolbar. Is it possible somehow?

 

Thank you for your help.

Kind regards,​

1 Answer, 1 is accepted

Sort by
0
Patrick | Technical Support Engineer, Senior
Telerik team
answered on 25 Sep 2015, 04:59 PM
Hello Taras,

It is possible.  Take a look at my sample illustrating how to determine if the Day button in the toolbar is click and when the "More Details" button is clicked. Open the console window (F12) and click on the day button and more details button.

The conditional statement checks the button's classes using .hasClass(), and produces a message in the console.log.

Hope this helps! 

Regards,
Pat
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Scheduler
Asked by
Taras
Top achievements
Rank 2
Answers by
Patrick | Technical Support Engineer, Senior
Telerik team
Share this question
or