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

Element Binding in RibbonView Backstage

3 Answers 90 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Voltz
Top achievements
Rank 1
Voltz asked on 09 Sep 2011, 10:40 AM
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:

<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

3 Answers, 1 is accepted

Sort by
0
Viktor Tsvetkov
Telerik team
answered on 14 Sep 2011, 04:01 PM
Hi Voltz,

This appears to be a bug in the WPF implementation of the RadRibbonBackstage, because the backstage is inserted in the AdornerLayer of the top level visual element and this is causing the ElementName binding to fail. We will need more time to investigate this issue, so I have created an item called "RibbonView: ElementName binding is not working in RadRibbonBackstage" and it will be ready for tracking and voting tomorrow the latest. I have updated your Telerik points.

Kind regards,
Viktor Tsvetkov
the Telerik team

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

0
Yuriy
Top achievements
Rank 1
answered on 24 Oct 2012, 01:06 PM
Hi, Viktor.

It seems that this issue is still reproducible. 
<RadioButton Name="RbOnline" Content="Online" />
<TextBox IsEnabled="{Binding Path=IsChecked,  ElementName=RbOnline}" />

ElementName binding is not working in RadRibbonBackstage

Thanks,
Yuriy
0
Pavel R. Pavlov
Telerik team
answered on 26 Oct 2012, 09:41 AM
Hi Yuriy,

Unfortunately this task has not been addressed  yet. However, you can increase it's priority by voting for it here.

All the best,
Pavel R. Pavlov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
RibbonView and RibbonWindow
Asked by
Voltz
Top achievements
Rank 1
Answers by
Viktor Tsvetkov
Telerik team
Yuriy
Top achievements
Rank 1
Pavel R. Pavlov
Telerik team
Share this question
or