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

panes transparent background

1 Answer 60 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
luc bonenfant
Top achievements
Rank 1
luc bonenfant asked on 20 Nov 2009, 05:20 PM
Hello,
My panes don't get the current skin background color, although internal or external controls well reflect the skin color.

Now, in a very special case, my panes get the skin background ; I need to combine all that :
1. Using a RadSkinManager
2. Ading in the code behind : If Not Page.IsPostBack then  RadSkinManager.GetCurrent(Me.Page).Skin = MySkinForest
3. Using a RadFormDecorator
4. Making a callback

Only after the callback, the panes get skin backcolor.

For all other combination, the panes stay transparent ; for example :
- I do 1,2,3 but I make a postback instead of a callback.
- I do 1,2,4 but I haven't got a RadFormDecorator.
- I do 2,3,4 and I replace RadSkinManager usage (remove it) by the add of the attribute Skin=Forest  into the Splitter tag

That's very strange. Have you got an idea to get a pane back color permanently ?

For info :
- I'm using version 2009.2.1028.35
- bug occurs in localhost (Windows XP) and server (Windows 2003 Server)

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 24 Nov 2009, 01:46 PM
Hi luc,

Would you please prepare a very simple reproduction page which is fully runnable and uses an embedded skin (e.g the Black skin which makes the panes black )? If the issue presents there, simply share the full source code of this page (both markup and code-behind) along with detailed reproduction steps and a screenshot with the problem clearly marked. Once we get this information we will build up a test page and examine the problem locally and we will do our best to help.


Kind regards,
Svetlina
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.
Tags
Splitter
Asked by
luc bonenfant
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or