Completed
Last Updated: 18 Aug 2025 06:57 by ADMIN
Release 2025 Q3 (Aug)
Jerome
Created on: 30 Jul 2025 16:07
Category: DockManager
Type: Bug Report
1
Dock Manager header template cleared when undocking
When I click and drag content 2 out of the dock, the header gets cleared out.  Panes using the HeaderText property stay put.
    <TelerikDockManager Height="100vh" OnStateChanged="OnStateChanged" OnStateInit="OnStateInit" @ref="dockManager">
        <DockManagerPanes>
            <DockManagerSplitPane>
                <Panes>
                    <DockManagerContentPane Closeable="false" Maximizable="true" HeaderText="Content1 header" @bind-Size="Content1PaneSize">
                        <Content>
                            <div>
                                yada yada 
                            </div>
                        </Content>
                    </DockManagerContentPane>
                    <DockManagerSplitPane Orientation="DockManagerPaneOrientation.Vertical">
                        <Panes>
                            <DockManagerContentPane Maximizable="false" Closeable="false" @bind-Size="Content2PaneSize">
                                <HeaderTemplate>
                                    <span>content 2 header gets erased</span>
                                </HeaderTemplate>
                                <Content>
                                    <div>
                                        Content 2
                                    </div>
                                </Content>
                            </DockManagerContentPane>
                            <DockManagerContentPane HeaderText="header 3" Closeable="false" @bind-Size="Content3PaneSize">
                                <Content>
                                    <div>
                                        content 3
                                    </div>
                                </Content>
                            </DockManagerContentPane>
                        </Panes>
                    </DockManagerSplitPane>
                </Panes>
            </DockManagerSplitPane>
        </DockManagerPanes>
    </TelerikDockManager>

1 comment
ADMIN
Dimo
Posted on: 01 Aug 2025 10:36

Hi Jerome,

Indeed, this is a bug. Please excuse us for this oversight.

I am converting your forum thread to a public bug report and awarding you some Telerik points. The issue is easy to fix and the changes will take effect in our coming release in about two weeks.

Regards,
Dimo
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.