Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Sep 20, 2007 05:58
open dhtmlx forum
Loading Message

Hi ,

While loading the data in the grid i need to show a message " please wait data loading". How to do that?

Please help.

Thanks.
Answer posted on Sep 20, 2007 14:20
Just use next code snippet.

grid.attachEvent("onXLS",function(){
    //show loading message here
})
grid.attachEvent("onXLE",function(){
    //hide loading message here
})