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

not showing header image when loadlayout is used

1 Answer 35 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Sam
Top achievements
Rank 1
Sam asked on 06 Nov 2011, 09:01 AM

Good day
im using Rad 2010 Q2

 

<telerik:RadTabItem.Header>
                                  <StackPanel FlowDirection="LeftToRight" Orientation="Horizontal">
                                      <Image Source="/Images/b-blue.png"
                           Height="16" Width="16" />
                                      <TextBlock Text="Case" Margin="5,0,0,0" />
                                  </StackPanel>
                              </telerik:RadTabItem.Header>

 

this code is working fine showing Icon + header
> But without save/loadlayout !
 first case :        when loading layout and it has been saved before code implemented it shows no Image
second case :   when save the new layout and trying to load it , it shows System.Windows....  instead of both (header name & image)
(raddocking flow direction is left to right and saving/loading layout is working fine before the use of header image)

help ! :) 

Thanks in advance ,sam

 

 

 

1 Answer, 1 is accepted

Sort by
0
Boyan
Telerik team
answered on 09 Nov 2011, 05:40 PM
Hello Sam,

Are you using version 2010 Q2 or 2011 Q2 as  2010 Q2 is a rather old version. We made a major change in the way the RadDocking works for Q2  2011 that may have fixed this issue. Could you please try with newer version of our controls and see if this problem is still there.

Also could you provide some more info what you are doing. Is this RadTabItem from the code below placed in a RadPane or you are doing something else.

All the best,
Boyan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
Docking
Asked by
Sam
Top achievements
Rank 1
Answers by
Boyan
Telerik team
Share this question
or