It appears that there may be a date format issue related to the RadScheduler and the ODataDataSource. While it works with an OData Version 2 date, it fails if the ODataDataSource is pointed to an OData Version 3 web service. I receive the following javascript error related to date parsing:
Error: Unable to get property 'length' of undefined or null reference
Our OData Service returns "2014-03-14T23:00:00" with version 3 while the older version returns dates like /Date(1394838000000)/
Can you confirm that this is a bug on your end? We are using the 2014 Q1 update which allowed us to upgrade our OData service to Version 3.
Error: Unable to get property 'length' of undefined or null reference
Our OData Service returns "2014-03-14T23:00:00" with version 3 while the older version returns dates like /Date(1394838000000)/
Can you confirm that this is a bug on your end? We are using the 2014 Q1 update which allowed us to upgrade our OData service to Version 3.