Hi there,
I have a scheduler enabled in week and day view. Each 1hr period per day has 1 item returned which is a template to encapsulate the items for that date (we couldn't use it out of the box before of our peculiar client requirements which require it to be very dynamic) - which works fine, but the result is that a lot of markup is returned via JSON from my controller. It all works fine in day view, but in week view after adding more than a few days' worth of items the .read() method from javascript I call after an item is removed or added stops working - the spinner fires and the controller method is hit correctly, but it never re-renders the scheduler with the updated data.
I suspect it's a limit being hit somewhere - is there such a thing for the scheduler, as I can't find one anywhere?
Or do you have any advice for a better way to achieve this scenario? I could return more raw data rather than HTML from the controller, but I'd essentially need to loop through multiple items inside an individual scheduler item and apply a template for each, which I don't think is possible?
Thanks,
Mark