Hello,
I have a RadDocking control in my application. I have a generic style
for toolwindow to override default template. Now I want to change colors
dynamically but it's seems not working. If the radpane is docked is working
well, but if the pane is floating don't work.
I attached an example of this.
In this example I have an empty docking and three buttons, on to create new
floating pane and the other ones to change the color.
If I change color first
of all it's works, but it fails in other cases.
Link to test project:
https://github.com/gabrielmoral/TelerikErrorStylePanes
Steps for test:
1º
Create new pane and dock it.
2º Create new pane.
3º Change color -->
Pane 1 correct color, pane 2 wrong color.
4º Pin Pane 2 --> correct
color.
5º Unpin pane 2 ---> wrong color
6º Create new pane --> wrong
color
Another test:
1º Change color.
2º Create new pane ->
correct color.
3º Pin and unpin panel --> correct color.
I hope you
can help me to solve this problem.
Thanks in
advance.
Regards,
Javi