This question is locked. New answers and comments are not allowed.
Hi,
I use this code with the version 2013.1.220.1050 of Telerik for Silverlight:radpivot telerik datcontext.
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
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