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

Rendering of button in table in dock

3 Answers 41 Views
Button
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 02 Dec 2013, 10:18 AM
Hi,

When rendering a button inside a table that is in a raddock I get extra height applied to the button with the net reult in the button redering wrongly.  I've stripped back to bare minimum , I've attached a copy of the generated page - problem in both IE and Chrome.  Take away the table and the button renders fine .  Buttons outside the dock render fine.  This occurs on the default skin and the black skin, I haven't checked any others...

Any ideas?

Regards

Jon

Code for it is:

<head runat="server">
    <title></title>
</head>
<body >
    <form id="form1" runat="server">
        <telerik:RadScriptManager ID="uxRadScriptManager" runat="server"></telerik:RadScriptManager>
        <telerik:RadStyleSheetManager ID="uxRadStyleSheetManager" Runat="server"></telerik:RadStyleSheetManager>
        <telerik:RadButton ID="RadButton2" runat="server" Text="This button is OK" ></telerik:RadButton>
        <br/>
          
        <br/>
        <telerik:RadDockZone runat="server" ID="RadDockZone2" >
            <telerik:RadDock ID="uxLogonPanel" runat="server" Title="Logon" style="overflow:hidden;"
                EnableAnimation="false" AutoPostBack="false" Resizable="false" DefaultCommands="None"
                EnableDrag="False" Index="-1" Pinned="True" Tag="" Width="296" >
                <ContentTemplate>
                    <telerik:RadButton ID="RadButton1" runat="server" Text="Inside dock" ></telerik:RadButton>
                    <table id="uxLogonTable" Runat="server">
                        <tr>
                            <td >
                                <telerik:RadButton ID="uxLogonButton" runat="server" Text="Inside table in dock" ></telerik:RadButton>
                            </td>
                        </tr>
                    </table>
                </ContentTemplate>
            </telerik:RadDock>
        </telerik:RadDockZone>
    </form>
</body>
</html>

3 Answers, 1 is accepted

Sort by
0
Jon
Top achievements
Rank 1
answered on 02 Dec 2013, 11:10 AM
Oops - broke the cardinal rule - posted without having the hotfix applied.

All OK now.
0
Bozhidar
Telerik team
answered on 04 Dec 2013, 07:50 AM
Hi,

We had some issues related to the effort to make RadControls friendly when used with Bootstrap. We have to override a lot of global styles coming from the Bootstrap file and we missed some visual glitches. I believe that until the official release all Bootstrap related glitches will be fixed.

Regards,
Bozhidar
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Jon
Top achievements
Rank 1
answered on 04 Dec 2013, 08:05 AM
Ah fair enough.  I had good timing in my upgrade then. Hadn't heard of bootstrap till just then - must look into some more.

Regards,

Jon
Tags
Button
Asked by
Jon
Top achievements
Rank 1
Answers by
Jon
Top achievements
Rank 1
Bozhidar
Telerik team
Share this question
or