Hi,
I have my code working with dhtmlxScheduler for Chrome and Firefox, but on IE whenever I try to add a new event my server is not registering any http requests made for the event insert/update. The load function works though as I get my schedule view populated on load.
The call for load is scheduler.load("…/") which is similar to what i use for the dataProcessor function. Not sure if this non-absolute path is an issue, or it’s a javascript issue with dhtmlxScheduler with IE.
Help is much appreciated.
Chenney