I have 6-7 windows on one page, only 2-4 of them look active at a time I mean 2-4 windows look normal (with color) and the rest faded (grayish)
is there a way to make them all be with color?
(I hope I managed to explain myself..) Alissa
3 Answers, 1 is accepted
0
Georgi Tunev
Telerik team
answered on 01 Oct 2007, 06:42 AM
Hello Alissa,
Can you please provide a screenshot of the observed behavior? By design only the active RadWindow will be full-colored and the inactive RadWindows will be faded. Also can you please let me know how exactly do you open the RadWindows.
I have the same issue - I would like to have mutiple windows open with none of them faded. The faded feature is nice - but would be better if it was an option that could be set rather than default behaviour.
Is there a way to disable the fading?
Thanks
Just found a thread in Future Builds about this
0
Georgi Tunev
Telerik team
answered on 05 Oct 2007, 11:00 AM
Hi,
In order to disable the fading of the inactive RadWindow, you will need to use a custom skin as it is described in the RadControls "Prometheus" Fundamentals / Controlling Visual Appearance section of the documentation.
Once you have the custom skin in your project and it is working, open the Window.css file and edit the selector for the inactive RadWindow: div.radwindow.inactivewindow - remove the transparency and the inactive windows will look like the active ones.