Hello,
I have a hard time trying to customize a group header. I use something like this:
this.layoutControlGroupItem1.HeaderElement.BackColor = ColorTranslator.FromHtml("#008de7");
this.layoutControlGroupItem1.HeaderElement.GradientStyle = Telerik.WinControls.GradientStyles.Solid;
this.layoutControlGroupItem1.HeaderElement.HeaderButtonElement.DrawFill = false;
It works fine. But if I want to load a custom layout using RadLayoutCountrol's LoadLayout first, then this code does nothing...
I must be missing something elementary...
Thanks in advance for help