This question is locked. New answers and comments are not allowed.
Is it possilbe to reference a textbox that has been included in the datatemplate of a celltemplate at runtime
from the rowloaded event. FindName doesn't do it.
my simplified xaml for the column is as so
<telerikGridView:RadGridView.Columns>
<telerikGridView:RadGridView.Columns>
<telerikGridView:GridViewDataColumn.CellTemplate>
<DataTemplate >
<TextBox Text="{Binding QtyOnHand,Mode=TwoWay}" TextAlignment="Right" x:Name="TargetTextBox" />
</DataTemplate>
</telerikGridView:GridViewDataColumn.CellTemplate>
</telerikGridView:GridViewDataColumn>
</telerikGridView:RadGridView.Columns>
thanks
dco
