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

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.