Hi,
I used AJAX in my Web Application. When asynchronous call goes to the server, I changed the Web Page cursor (Normal to Wait cursor) at client side using the following code.
document.body.style.cursor = 'wait';
I also used "UltraWebGrid" in my application.
Problem:
When asynchronous call generate to the server then Page cursor (default cursor) changed to Wait Cursor. but if i immediately move the cursor to the "UltraWebGrid" then wait cursor changed to the default cursor.
please let me know that why wait cursor changed to default cursor if i move to the "UltraWebGrid". and please provide me the solution of this problem.
Thanks
Sachin Kumar