Hello,
could someone help me figure out where am I going wrong: http://dojo.telerik.com/eKEye
Double clicking an event for the first time brings up the correct event, however upon closing the window and reopening it for a second time it brings up a completely different event. For instance double clicking any event on August 12th will bring up that event, but if one closes the window and reopens it the editor has a different event.
I am fairly certain the problem is with the snippet below, any thoughts on what I am missing? Thanks!
$scope.sched.setDataSource(new kendo.data.SchedulerDataSource({
data: items
}));