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.

Just use next code snippet.

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