Posted
on Feb 11, 2010
(permalink)
Hi @all
i have a problem with the Radwindow. Attached you find a screenshot about it.
Why does the RadMenu showes on the RadWindow?
Thanks
Markus
Answer
Shinu
MVP
Posted
on Feb 11, 2010
(permalink)
Hi Markus,
This behavior is expected – by design RadMenu has a higher z-Index
value than the RadWindow control. This is needed in common cases where
a RestrictionZone
is used and the RadMenu control is above that zone. To render the
RadWindow control above RadMenu, you need to change its
z-Index, according to
this help article.
More information on the subject is available here:
Show RadWindow above RadMenu
-Shinu.
Posted
on Feb 12, 2010
(permalink)
Hi Shinu,
thank you very much. I think i have understand the z-index function. BUT :-) i had read: z-index has got every rad-control?
So - my problem: a datepicker or a combobox item has got the same problem inside radwindow. The combo has got a z-index property but it does not work. the datepicker has not a z-index value. !!??
(using q1/2009 version of telerik)
Thanks
Markus