This is a migrated thread and some comments may be shown as answers.

RadPane header is sometimes missing

1 Answer 187 Views
Docking
This is a migrated thread and some comments may be shown as answers.
YBOT
Top achievements
Rank 1
Veteran
YBOT asked on 29 Jan 2021, 08:31 AM

Hi,

Sometimes my RadPane headers are missing even though when I set breakpoints in the code I can see it being set. My views inherit from RadPane. Below is an example of it being set. I have included a picture of the header not showing. It seems strange because sometimes the header shows fine and sometimes it doesn't.

 

public partial class CustomerView : RadPane
{
    public CustomerView (string paneHeader, string serializationTag)
    {
        this.Header = paneHeader;
        RadDocking.SetSerializationTag(this, serializationTag);
        InitializeComponent();
         
    }

1 Answer, 1 is accepted

Sort by
0
Dilyan Traykov
Telerik team
answered on 02 Feb 2021, 11:38 AM

Hi Toby,

Thank you for the provided image and code snippet.

I've come across the following forum thread which describes a similar issue, but the bug which was logged regarding it seems to be fixed. Please let me know whether your scenario is identical and whether the proposed workaround works in your case.

This seems like some sort of timing issue, however, without being able to replicate it at my end, I cannot provide a viable solution for it. Would you find it possible to provide a download link with a small sample project which demonstrates the undesired behavior or open a new support ticket and attach the project there?

Thank you in advance for your cooperation on the matter.

Regards,
Dilyan Traykov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Docking
Asked by
YBOT
Top achievements
Rank 1
Veteran
Answers by
Dilyan Traykov
Telerik team
Share this question
or