Scheduler re-initializing issue

I have a scheduler page which updates every 3 seconds ( re-initializing the scheduler with the new data) , if I open a light box and after re initializing the scheduler , from the opened lightbox data cant be saved , instead its showing an error "TypeError: e is null " ,
please suggest me how to resolve this issue .
waiting for ur reply

Instead of full scheduler reinitialization probably you can use

scheduler.clearAll() scheduler.load(url);

to reload data only

thanks Stanislav it worked :slight_smile: