Categories | Question details Back To List | ||
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 }) |