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

htmlPlaceHolder overlaps on confirm windows...

2 Answers 57 Views
Window
This is a migrated thread and some comments may be shown as answers.
Yoann
Top achievements
Rank 1
Yoann asked on 03 Nov 2009, 03:48 PM
Hi all ! :)

I have a little problem using the confirm dialogs and the htmlPlaceHolder together. As you can see in the picture attached, the confirm dialog goes under the htmlPlaceHolder (which is here so I can display a gif picture in my silverlight application).

Does anyone have this problem ?
Is there a quick fix or something ?

ps : I can show you my code if you want to, but really, I don't think there is anything relevant in here. The htmlPlaceHolder is placed in the layout just like the other components, and the confirm dialog is called on the click event of a button...

Thanks,

Yoann

2 Answers, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 03 Nov 2009, 04:06 PM
Hi Yoann,

The HTMLPlaceholder control uses an IFrame to show its HTML content and as it is not part of the Silverlight layout its ZOrder cannot be controlled. The only solution that comes in my mind is to hide the HTMLPlaceholder when the RadWindow control is not active.

Hope this helps.

Regards,
Miroslav Nedyalkov
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.
0
Yoann
Top achievements
Rank 1
answered on 03 Nov 2009, 04:13 PM
Seems to be a quite good solution :)
After all, when a confirm dialog is displayed, the user is supposed to look at it, and not what is underneath...
Thanks for your quick answer !

Cheers,

Yoann
Tags
Window
Asked by
Yoann
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Yoann
Top achievements
Rank 1
Share this question
or