we've tried implementing a radgridview which synchronizes with a data form thru element binding within a backstage item of the ribbonview and found it now working. so we tested a simple textbox to textblock element binding and it still does not work.
something like this:
we are using the Q2 version if it helps.
thanks
something like this:
<telerikRibbon:RadRibbonBackstageItem Header="Recent" IsDefault="True"> <StackPanel Margin="15 15 0 0"> <TextBlock Text="{Binding ElementName=testtext, Path=Text}"/> <TextBox x:Name="testtext" /> </StackPanel></telerikRibbon:RadRibbonBackstageItem>we are using the Q2 version if it helps.
thanks