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

Weird stying on RadWindow

2 Answers 19 Views
Window
This is a migrated thread and some comments may be shown as answers.
Missing User
Missing User asked on 20 Jun 2013, 07:02 PM
Hi,

I am using the RadWindow control to create new Tenants in a RadDropDownList, I just want a simple form that captures the info and Save.

Functionality wize its working 100% but it looks horrible and I cannot figure out why its happening, tried a few settings like Render Mode, Skin etc.

I have attached a screenshot of how it looks, renders the same in IE and Chrome.

Here the window code in my ASPX (wrapped in a RadUpdatePanel could this cause the issue?):
<telerik:RadWindow runat="server" ID="winNewTenant" Width="500px" Height="200px" Modal="true" Behaviors="None" EnableTheming="True" Skin="WebBlue">
            <ContentTemplate>
                <table>
                    <tr>
                        <td class="tdlabel">
                            Tenant Name
                        </td>
                        <td>
                            <telerik:RadTextBox runat="server" ID="txtTenantName" Width="300px" />
                        </td>
                    </tr>
                    <tr>
                        <td class="tdlabel">
                            Trading As
                        </td>
                        <td>
                            <telerik:RadTextBox runat="server" ID="txtTradingAs" Width="300px" />
                        </td>
                    </tr>
                    <tr>
                        <td colspan="2">
                              
                        </td>
                    </tr>
                    <tr>
                        <td colspan="2">
                            <telerik:RadButton runat="server" ID="btnSaveTenant" Text="Save" CausesValidation="true" ButtonType="SkinnedButton" Skin="WebBlue" OnClick="btnSaveTenant_Click" />
                              
                            <telerik:RadButton runat="server" ID="btnCancelTenant" Text="Cancel" CausesValidation="false" ButtonType="SkinnedButton" Skin="WebBlue" OnClick="btnCancelTenant_Click" />
                        </td>
                    </tr>
                </table>
            </ContentTemplate>
        </telerik:RadWindow>

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 21 Jun 2013, 05:33 AM
Hi,

Please have a look into the following forum thread which discussed the same.
Weird visual glitches in title bar of RadWindow

Thanks,
Shinu.
0
Paul
Top achievements
Rank 1
answered on 26 Jun 2013, 08:55 PM
Hi Shinu,

Thanks for the link, pointed me in the right direction and I resolved the issue.

Regards,
Paul
Tags
Window
Asked by
Missing User
Answers by
Shinu
Top achievements
Rank 2
Paul
Top achievements
Rank 1
Share this question
or