Hi,
I want to be able to set a different style for my appointments and I have read the documentation to find out how to do this. My issue is that I do not want to set the style based on any of the "base" properties of my data source.
I have created my own object and have included the necessary properties for it to be considered an "appointment" and bound the datasource of the scheduler to a list of these objects.
The example I am following shows the overriding of the OnAppointmentCreated handler and then switching on the "subject" in order to set the CssClass property of the appointment object. So my question is - can I use a different property that I have in my custom "appointment" object to switch on? For example, I have a Rating property in my class and would like to check this property in order to set the CssClass property. Can this be done?
Any help is greatly appreciated,
Dan
I want to be able to set a different style for my appointments and I have read the documentation to find out how to do this. My issue is that I do not want to set the style based on any of the "base" properties of my data source.
I have created my own object and have included the necessary properties for it to be considered an "appointment" and bound the datasource of the scheduler to a list of these objects.
The example I am following shows the overriding of the OnAppointmentCreated handler and then switching on the "subject" in order to set the CssClass property of the appointment object. So my question is - can I use a different property that I have in my custom "appointment" object to switch on? For example, I have a Rating property in my class and would like to check this property in order to set the CssClass property. Can this be done?
Any help is greatly appreciated,
Dan