Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Agile on Oct 25, 2008 00:19
open dhtmlx forum
Dynamic page loading

Hi Team,

While using dynamic loading..while loading the next pages I want to show the loading message.
Currently I am using,
mygrid.attachEvent("onXLS",showLoadingMsg);
mygrid.attachEvent("onXLE",hideLoadingMsg);

but it is not working for dynamic page loading.Can you please help?


- Agile
Answer posted by Support on Oct 27, 2008 03:27
Which version of grid you are using?
For dhtmlxgrid 1.6 or 2.0 , the onXLE and onXLS events must fire for any operation which involve data loading, which includes data loading during dynamical paging mode. 

Please beware that events will not fire fore static paging. Also, IE may cache some XML files , which may result in sync. data loading, which will fire events, but because of sync. process nature - their effect may be not visible.