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

Get a control from rowdetail in RadGridView

1 Answer 39 Views
GridView
This is a migrated thread and some comments may be shown as answers.
pan
Top achievements
Rank 1
pan asked on 25 Nov 2010, 12:02 PM

Hi
I have a problem.just like below, I want to get the value of the TextBox named TitleEx. But I don't known how to,Can you help me? Thanks very much;

<telerik:RadGridView.RowDetailsTemplate>
     <DataTemplate>
         <Grid>
             <TextBox Height="23" HorizontalAlignment="Right" Margin="0,42,382,0" Name="TitleEx" VerticalAlignment="Top" Width="181" Text="{Binding Title}" />
         </Grid>
     </DataTemplate>
</telerik:RadGridView.RowDetailsTemplate>

1 Answer, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 25 Nov 2010, 01:08 PM
Hello pan,

There is a separate topic about this in our online documentation.

Regards,
Ross
the Telerik team
Browse the videos here>> to help you get started with RadControls for WPF
Tags
GridView
Asked by
pan
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Share this question
or