Unplanned
Last Updated: 03 Jul 2020 11:58 by ADMIN
Daniel Molnar
Created on: 03 Jul 2020 11:56
Category: RibbonBar
Type: Bug Report
1
Collapsed groups in RibbonBar with Classic render mode do not expand

In lightweight the issue is not observed:

<telerik:RadRibbonBar runat="server" RenderMode="Classic">
    <Tabs>
        <telerik:RibbonBarTab Text="home">
            <%-- duplicate the group and items inside to replicate more easily --%>
            <telerik:RibbonBarGroup Text="Documents">
                <Items>
                    <telerik:RibbonBarButton Text="Item 1" />
                </Items>
            </telerik:RibbonBarGroup>
        </telerik:RibbonBarTab>
    </Tabs>
</telerik:RadRibbonBar>

1 comment
ADMIN
Peter Milchev
Posted on: 03 Jul 2020 11:58

Thank you for reporting this Daniel, 

As a temporary workaround you can use the following style

<style>
    .RadRibbonBar .rrbButtonGroup.rrbDetachedGroup.rrbHidden,
    .RadRibbonBar .rrbButtonGroup.rrbDetachedGroup.rrbHiddenGroup {
        display: block !important
    }
</style>

Regards,
Peter Milchev
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.