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

Two different ModalOverlays

5 Answers 93 Views
Window
This is a migrated thread and some comments may be shown as answers.
Slavomir Cerven
Top achievements
Rank 1
Slavomir Cerven asked on 22 Jul 2008, 04:06 PM
Hi all,

I was wondering, is it possible to have one modalOverlay for RadWindow and different one for RadToolTip?

I would like to achieve something like this:

.TelerikModalOverlay for RadWindow { 
... some stuff
}

.TelerikModalOverlay for RadToolTip{ 
    ... different stuff
}

Thanks for any help
Slavo

5 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 23 Jul 2008, 10:11 AM
Hi Slavomir,

I am afraid this is not possible. RadWindow and RadToolTip use same modal overlay.



All the best,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Vik
Top achievements
Rank 1
answered on 23 Jul 2008, 12:53 PM
Hi,

One more related question: Is it possible to create a custom skin for example for RadWindow and define modal overlay within the skin?

Thanks
Vik
0
Svetlina Anati
Telerik team
answered on 23 Jul 2008, 01:05 PM
Hi Vik,

Yes, it is possible and you can find the corresponding CSS along with a detailed explanation how to control the opacity here.

Best wishes,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Vik
Top achievements
Rank 1
answered on 23 Jul 2008, 05:20 PM
Hi Svetlina,

I am using RadWindow for ASP.NET.

I have tried

.RadWModalImage

{
    background: black
;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50)
;
    opacity: .5
;
    -
moz-opacity: .5
;
}

to place into skin css file but with no success of changing modal overlay.

Anyway, it seems this works only for older version of the control. Is there an equivalent to
RadWindow for ASP.NET?
I would like to make a modification within the custom skin.

Thanks
Viktor
0
Georgi Tunev
Telerik team
answered on 25 Jul 2008, 08:59 AM
Hello Vik,

Please open a new support ticket and send us your project or a sample one which reproduces your setup and the problem itself. We will check it and get back to you with solution right away.



Sincerely yours,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Window
Asked by
Slavomir Cerven
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Vik
Top achievements
Rank 1
Svetlina Anati
Telerik team
Share this question
or