Categories | Question details Back To List | ||
How could I show a waiting/loading image while the grid is in reconstruction After pressing a button the data in grid is recalculated and this takes time.. I want to somehow display an waiting/loading image after I press the button till the grid is reloaded with the new data. Is there a way to do that ? Answer posted by Support on Sep 08, 2008 04:53 If you reloading data from server side - it is possible by using onXLE | onXLS events Please check http://www.dhtmlx.com/docs/products/kb/index.shtml?cat=search&q=948&ssr=yes&s=onXLS http://www.dhtmlx.com/docs/products/kb/index.shtml?cat=search&q=2137&ssr=yes&s=onXLS Answer posted by andreea on Sep 08, 2008 06:59 agendagrid.attachEvent(onXLS,function(){ alert('b');
it's not working .. the alert doesn't appear Answer posted by Support on Sep 08, 2008 10:04 |