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

Rad Window Maxmized State Cursor

1 Answer 62 Views
Window
This is a migrated thread and some comments may be shown as answers.
Steve
Top achievements
Rank 1
Steve asked on 07 Oct 2010, 11:49 PM
I am wondering if there is a way to turn off the "Move" cursor when a radwindow has been maximized? If you check out the demo at 
http://demos.telerik.com/aspnet-ajax/window/examples/behaviors/defaultcs.aspx and then maximize the window, notice that when you hover over the title bar, you are still given the cursor to move or drag the window, even the the position is locked. 

Is there a setting or process to change this? Thanks in advance to any ideas/advice.

1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 08 Oct 2010, 07:15 AM
Hi Steve,

This issue has been fixed already and will be available in the next official release.

If you need urgent fix, you could use the following CSS code in the head section of your document:

.rwMaximizedWindow .rwTitlebar
{
    cursor: default !important; /* need to be important to overwrite inline style */
}


All the best,
Bojo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Window
Asked by
Steve
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or