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

RadWindow appearance

1 Answer 114 Views
Window
This is a migrated thread and some comments may be shown as answers.
Mickaël
Top achievements
Rank 1
Mickaël asked on 21 Jan 2011, 03:21 PM
Hello,

Is it possible to have the same appearance as the RadGrid Edit Popup for a RadWindow ?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 24 Jan 2011, 10:17 AM
Hello Mickael,

You can use the following aspx and CSS to get the desired appearance.

aspx:
<telerik:RadWindow runat="server"
            VisibleStatusbar="false"
            ID="RadWindow1" Width="500px" Height="445px" Modal="true"
            Behaviors="Close"  >
</telerik:RadWindow>

The following CSS will hide the defauttIcon .
CSS:
.rwIcon
      {
          background-image: none !important;
      }

Thanks,
Shinu.
Tags
Window
Asked by
Mickaël
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or