Completed
Last Updated: 11 Nov 2014 09:00 by ADMIN
ADMIN
Danail Vasilev
Created on: 30 Jun 2014 07:29
Category: ComboBox
Type: Bug Report
0
FIX the appearance of RadButton in ItemTemplate of RadComboBox
For the time being the following CSS workaround can be used:
CSS:
    <style type="text/css">
        .RadButton.rbSkinnedButton input {
            padding-left: 6px;
            padding-right: 10px;
            margin: 0;
        }
    </style>
ASPX:
        <telerik:RadComboBox ID="RadComboBoxDateTimeFilter" runat="server">
            <ItemTemplate>
                <telerik:RadButton ID="RadButtonApply" Text="Apply" AutoPostBack="false" runat="server" />
                <telerik:RadButton ID="RadButtonClear" Text="Clear" AutoPostBack="false" runat="server" />
            </ItemTemplate>
            <Items>
                <telerik:RadComboBoxItem Text="" Value="" Selected="true" />
                <telerik:RadComboBoxItem Text="" Value="" />
            </Items>
        </telerik:RadComboBox>
1 comment
ADMIN
Aneliya Petkova
Posted on: 11 Nov 2014 09:00
Hello,

I am glad to inform you that the issue is resolved in Q3 2014 release.

Regards,
Aneliya Petkova