Completed
Last Updated: 19 Jan 2016 10:56 by ADMIN
ADMIN
Marin Bratanov
Created on: 08 Dec 2015 09:43
Category: FormDecorator
Type: Bug Report
0
Width of decorated dropdownlists is smaller than the Width property for Lightweight rendering
            <telerik:RadSkinManager runat="server" ID="RadSkinManager1" ShowChooser="true" Skin="Bootstrap"></telerik:RadSkinManager>
            <telerik:RadFormDecorator ID="RadFormDecorator1" runat="server" DecoratedControls="All"  RenderMode="Lightweight" />

            <asp:DropDownList ID="Dropdownlist1" runat="server" Width="300px">
                <asp:ListItem Text="text1" />
                <asp:ListItem Text="This is long text" />
                <asp:ListItem Text="text2" />
            </asp:DropDownList>
            <asp:Button ID="Button1" Text="text" runat="server" />

Expected: the decorated DDL is 300px wide in all skins and all font sizes

Actual: the decorated DDL is 275px wide with the Bootstrap skin.
0 comments