Is it possible to put a “Please wait” or
something on the grid when it reads the .xml file ?
mygrid.loadXML(“xxx.xml”);
I have done a server based generation of the xml file and it may take some time
before it return the xml file.
Use setOnLoadingStart(func) &
setOnLoadingEnd(func) methods to set event handlers in grid which should turn
on/off your message. Both methods are available in Professional Edition only.<o:p></o:p>