:: Forum >>

Wait cusor while grid is loading

I am not able to set the cursor to hourglass indicator while the grid data is loading......
I tried the following code snippet, but it is not working properly when cursor is on the grid

document.body.style.cursor = 'wait';

document.getElementById('myGrid').style.cursor = 'wait';
Sravan
Thursday, March 24, 2011

This topic is archived.


Back to support forum

Forum search