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

"DataContextChange" with different versions

1 Answer 36 Views
PivotGrid
This is a migrated thread and some comments may be shown as answers.
MARIE
Top achievements
Rank 1
MARIE asked on 13 Jun 2013, 02:21 PM
Hi,
I use this code with the version 2013.1.220.1050 of Telerik for Silverlight:radpivot telerik datcontext.

<pivot:RadPivotGrid.ColumnHeaderTemplate>
              <DataTemplate  >
                  <StackPanel Orientation="Horizontal"  >
                      <Rectangle Width="10" Height="10" Loaded="Rectangle_Loaded"  DataContextChanged="Rectangle_DataContextChanged" Margin="0,0,10,0"  ></Rectangle>
                      <TextBlock Text="{Binding}" Foreground="Black" TextInputUpdate="TextBlock_TextInputUpdate" ></TextBlock>
                  </StackPanel>
              </DataTemplate>
          </pivot:RadPivotGrid.ColumnHeaderTemplate>

The DataContextChanged worked well. But Since I use the version 2013.1.403.1050 the DataContextChanged does nothing.

Are you aware of this?

Best Regards,

Thierry

1 Answer, 1 is accepted

Sort by
0
Rosen Vladimirov
Telerik team
answered on 14 Jun 2013, 08:19 AM
Hi Marie,

You are correct - there is a bug in the version you are using. We have already fixed it and the fix is included in our latest official release - 2013 Q2. I suggest you to take a look at the release notes here.

Hopefully this helps.Feel free to contact us in case you have any problems or concerns.

Regards,
Rosen Vladimirov
Telerik

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
PivotGrid
Asked by
MARIE
Top achievements
Rank 1
Answers by
Rosen Vladimirov
Telerik team
Share this question
or