Hi, I have a datatable with four columns.
ID, integer;
Start, datetime;
End, datetime;
Subject, string;
I am loading this datatable with all the relevant values from an underlying database and then assigning this datatable as the datasource for the RadScheduler.
DataTable has data but this data is not getting displayed on the RadScheduler. On top of this, the RadScheduler doesn't respond properly to my click events. I mean, when I click on Month it doesn't change the view but just brings a different page.
I have also created four events to handle insert, update and delete. Though, they do not have any code in them, I had to put them there as per the instructions in the Telerik help documents.
Any help will be deeply appreciated for I have spent nearly all day on this control.
Thanks
Sumanth.