Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by andreea on Sep 08, 2008 02:44
open dhtmlx forum
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
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