This question is locked. New answers and comments are not allowed.
Hello,
We were using code below to set Title of Pane on Q1 2009 release and every thing was working fine. Now we upgraded to Q2 2009 and for the same code Pane's does not show title text any more.
RadPaneGroup group = new RadPaneGroup();
RadPane newPane = new RadPane()
{
CanUserClose = true,
Title = "Title text",
Header = "Header text"
};
RadDocking.SetSerializationTag(newPane, Guid.NewGuid().ToString());
group.Items.Add(newPane);
split.Items.Add(group);
RadDocking.SetSerializationTag(group, Guid.NewGuid().ToString());
thank you very much
6 Answers, 1 is accepted
0
Riz
Top achievements
Rank 1
answered on 04 Oct 2009, 02:33 PM
With header text I mean text on the think grey command menu this was working in last release, please suggest a work around
thank you
0
Hello Joe,
Kind regards,
Miroslav Nedyalkov
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
We did some changed to this header and this could be causing the problem if you use custom ControlTemplate for this control. If you could provide us with a project that reproduces the problem this would help us a lot in finding out what the problem is.
Kind regards,
Miroslav Nedyalkov
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Riz
Top achievements
Rank 1
answered on 05 Oct 2009, 08:06 AM
Please have a look at the attached images file from the example project provided with the Q2 2009. It is reproducible on that project as well.
Best regards
0
Hello Joe,
This problem doesn't happen on our online demos - neither on the official version(http://demos.telerik.com/silverlight/#Docking/FirstLook) or the beta version(http://demos.telerik.com/silverlight/beta/#Docking/FirstLook). Could you please try to download the latest internal build version that should have most of the issues fixed?
Greetings,
Miroslav Nedyalkov
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Greetings,
Miroslav Nedyalkov
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Riz
Top achievements
Rank 1
answered on 05 Oct 2009, 11:29 AM
Yes this I know that its not happening on you demo sites but I have provided you with the screen shots and in bottom of the screen shot you can even verify the version too may be its fixed after the release.
If this problem is not reproducible on internal build, kindly share with me the link for the version where this issue is fixed.
Thank you very much
0
Accepted
Hello Joe,
You can download the latest internal build from the Latest Internal Builds section - http://www.telerik.com/account/downloads/internal-builds.aspx.
All the best,
Miroslav Nedyalkov
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
All the best,
Miroslav Nedyalkov
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.