Posted 20 Oct 2010 Link to this post
<
telerik:RadWindowManager
ID
=
"RadWindowManager"
runat
"server"
>
Windows
telerik:RadWindow
"Info"
ReloadOnShow
"false"
Behavior
"Close, Move, Resize"
Modal
"true"
AutoSize
VisibleStatusbar
ShowContentDuringLoad
Style
"z-index: 2"
OnClientPageLoad
"radWindow_OnClientLoad"
/>
</
Posted 22 Oct 2010 Link to this post
Yes - this behavior is expected. Generally speaking, using global selectors is not recommended because they affect third-party controls that use CSS skinning. When you set a global style for LI items, it affects the buttons of the RadWindow that are basically an unordered list in their HTML rendering. You will experience the same problem with any other control that uses CSS for its skin.