I'm using a MySql SqlDataSource with the Rad Scheduler.
I loaded the page with the scheduler and clicked to add a new event, clicked insert and when the page reloaded I got this error:
Unable to cast object of type 'System.TimeSpan' to type 'System.IConvertible'.
I looked in the database and it inserted everything properly, but it looks like it cannot convert my start_time, end_time columns for the select of the Scheduler.
Any ideas on how to make this work?
I loaded the page with the scheduler and clicked to add a new event, clicked insert and when the page reloaded I got this error:
Unable to cast object of type 'System.TimeSpan' to type 'System.IConvertible'.
I looked in the database and it inserted everything properly, but it looks like it cannot convert my start_time, end_time columns for the select of the Scheduler.
Any ideas on how to make this work?