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';
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
March 24,