I've applied Windows8 theme as the following code, and found splitter bars disappear between RadPaneGroups docked in the left position as shown in the attached image.
This happens only when applying Windows8 theme in code-behind.
I'm building a custom theme based on Windows8 theme, so I need this to be fixed! Can this be fixed?
This happens only when applying Windows8 theme in code-behind.
I'm building a custom theme based on Windows8 theme, so I need this to be fixed! Can this be fixed?
public partial class MainWindow : RadRibbonWindow
{
static MainWindow()
{
RadRibbonWindow.IsWindowsThemeEnabled = false;
}
public MainWindow()
{
StyleManager.ApplicationTheme = new Windows8Theme();
this.InitializeComponent();
6 Answers, 1 is accepted
0
Accepted
Hello Dodd,
We are aware of this issue and it is has already been fixed in the latest internal build. Please try with them and if you still have problems with RadSpliters, please open a new support ticket and send us a sample project with your modification and I'll be glad to help you.
Greetings,
Masha
the Telerik team
We are aware of this issue and it is has already been fixed in the latest internal build. Please try with them and if you still have problems with RadSpliters, please open a new support ticket and send us a sample project with your modification and I'll be glad to help you.
Greetings,
Masha
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
0

Dodd
Top achievements
Rank 1
answered on 23 May 2013, 04:56 AM
I've submitted a support ticket for this!
Thanks very much! :)
Thanks very much! :)
0

M
Top achievements
Rank 1
answered on 19 Jun 2013, 07:56 AM
Hi there,
I am facing the same issue. My splitter bars are lost after applying the windows8 theme while they make up an important feature of my application. In which build will this be fixed or is this allready fixed in the latest build?
I am facing the same issue. My splitter bars are lost after applying the windows8 theme while they make up an important feature of my application. In which build will this be fixed or is this allready fixed in the latest build?
0
Hello,
The issue with the RadSpliters already has been fixed in the latest internal build. Please give them a try and if you still experienced any problems, please let me know and I'll be glad to help you.
Regards,
Masha
Telerik
The issue with the RadSpliters already has been fixed in the latest internal build. Please give them a try and if you still experienced any problems, please let me know and I'll be glad to help you.
Regards,
Masha
Telerik
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
0

M
Top achievements
Rank 1
answered on 19 Jun 2013, 08:24 AM
Would that be build 2013.2 611? If I look into de version notes the splitter bars are not mentioned?
Docking
What’s Fixed:
An InvalidOperationException is thrown when move or resize an undocked RadPane in OOB
An exception is thrown in certain scenario when a ToolWindow is docked inside RadDocking after the layout was loaded
Docking
What’s Fixed:
An InvalidOperationException is thrown when move or resize an undocked RadPane in OOB
An exception is thrown in certain scenario when a ToolWindow is docked inside RadDocking after the layout was loaded
0
Hello,
Actually the resizers issue has already fixed in the middle of previous Q. That is the reason it is not included in the release notes for 2013.2 611. You could find described it here.
Docking:
What’s Fixed:
Resizers are hidden behind RadPaneGroup if you have more RadPaneGroups inside RadSplitContainer of DocumentHost.
I hope it helps.
Regards,
Masha
Telerik
Actually the resizers issue has already fixed in the middle of previous Q. That is the reason it is not included in the release notes for 2013.2 611. You could find described it here.
Docking:
What’s Fixed:
Resizers are hidden behind RadPaneGroup if you have more RadPaneGroups inside RadSplitContainer of DocumentHost.
I hope it helps.
Regards,
Masha
Telerik
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.