This is a migrated thread and some comments may be shown as answers.

Wait Cursor does not apply to child controls

1 Answer 61 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Dave
Top achievements
Rank 1
Dave asked on 14 Jan 2010, 07:39 PM
Hi,

I have a fairly complex UI in my application and have decided to take the approach outlined in http://www.telerik.com/help/aspnet-ajax/ajxchangecursor.html

This approach works partially in that the hourglass does appear during the AJAX call;  however when the mouse is moved around during the AJAX call, the specified cursor is overridden whenever the mouse is positioned over asp:CheckBox or telerik:RadTextBox controls.

I was able to fix the situation for the checkboxes by dynamically changing/appending to the CSS class using http://stackoverflow.com/questions/195951/change-an-elements-css-class-with-javascript as inspiration but the RadTextBox controls ignore the new styles.

Is there a better approach to have the updated cursor apply to the body and all of it's child controls?

Thanks,

Dave

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 15 Jan 2010, 01:07 PM
Hi Dave,

RadTextBox does not enforce any cursor styles at any time, so the problem will probably be exhibited with a standard asp:TextBox as well.

Have you tried using CSS classes and set a cursor style to input elements, as described in the help article, which you have mentioned?

All the best,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Ajax
Asked by
Dave
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or