Hi,
I am trying to get a client side event to fire when the close ('X') button is clicked while trying to Create a new appointment in the RadScheduler. My client side event doesn't get called.
Any ideas on how to get this to work?
Here is my client side code.
$telerik.$("#RadScheduler1_Form_AdvancedEditCloseButton").click(function () {
alert('Clicked');
InsertCancel();
});
Insert Cancel is a function I created to do something else. But I can't even get the alert to show anything.
Tried debugging in Chrome but it never stops on this line.
Thanks,
Kevin
I am trying to get a client side event to fire when the close ('X') button is clicked while trying to Create a new appointment in the RadScheduler. My client side event doesn't get called.
Any ideas on how to get this to work?
Here is my client side code.
$telerik.$("#RadScheduler1_Form_AdvancedEditCloseButton").click(function () {
alert('Clicked');
InsertCancel();
});
Insert Cancel is a function I created to do something else. But I can't even get the alert to show anything.
Tried debugging in Chrome but it never stops on this line.
Thanks,
Kevin