I am implementing the RadScheduler to manage scheduling data from a Dynamics CRM system. One of the requirements is that the user not be able to enter an appointment for a date prior to 12 am for the current day. I have found the FormCreating server side event and can cancel the insert, however, I've not been able to figure out how to tell the user why the appointment isn't created. I'm a Winforms developer that has been asked to deal with this issue and I'll admit my javascript/aspx skills are rusty. I've seen plenty of examples where javascript is registered from code behind, but these are all associated with an OnClick event. I don't have a client side OnClientFormCreating that I can use to validate this on the client side.
Is there a native way to handle this through a property on the scheduler or how would I best achieve this? I'd love to be able to integrate RadWindow manager and use the alert dialog.
Thanks.
Chuck
Is there a native way to handle this through a property on the scheduler or how would I best achieve this? I'd love to be able to integrate RadWindow manager and use the alert dialog.
Thanks.
Chuck