mygrid is not defined

I have a grid that is used with the scheduler, and it has smart rendering enabled. When we get to where the grid has to pull down the next set of data (‘onDynXLS’) we get the following error:

mygrid is not defined
[Break on this error] loadUpdate:function(){var B=this;var A...e(A.end_date);scheduler.addEvent(A)}; 

It appears somehow the scheduler has connected to the onDynXLS event of the grid.

The scheduler itself is not related to the grid.
Maybe you are using some custom events which are linking grid and scheduler?

If issue still occurs for you - please provide any kind of sample or demo link where it can be reconstructed.