Unplanned
Last Updated: 24 May 2022 15:00 by ADMIN
Steve
Created on: 24 May 2022 14:44
Category: ListBox
Type: Bug Report
0
Empty message styles appear broken with RenderMode Lightweight

 

Code to replicate the issue

<telerik:RadListBox
    RenderMode="Lightweight"
    runat="server"
    ID="RadListBoxSource"
    AllowTransfer="true"
    TransferToID="RadListBoxDestination"
    ButtonSettings-AreaWidth="35px">
    <EmptyMessageTemplate>
        empty message
    </EmptyMessageTemplate>
</telerik:RadListBox>
<telerik:RadListBox
    RenderMode="Lightweight"
    runat="server"
    ID="RadListBoxDestination"
    ButtonSettings-AreaWidth="35px">
    <EmptyMessageTemplate>
        empty message2
    </EmptyMessageTemplate>
</telerik:RadListBox>

1 comment
ADMIN
Attila Antal
Posted on: 24 May 2022 15:00

Hello Steve,

Thank you for reporting the problem.

Until the issue is fixed, we can offer the following two workarounds:

 

Applying min-height using CSS (recommended)

.RadListBox .rlbGroup {
    min-height: 1.5em;
}

 

Setting the Height for the ListBox

<telerik:RadListBox Height="400px" ..

 

 

Regards,
Attila Antal
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.