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

Find Deeply Nested Control

2 Answers 110 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Chase Florell
Top achievements
Rank 1
Chase Florell asked on 07 Oct 2008, 07:14 AM
I am having a hard time finding a deeply nested control.

I have a RadPanelBar
Inside the RadPanelBar I have A RadGrid
The RadGrid is using a FormTemplate for Editing Purposes
Inside the FormTemplate I have a RadEditor and a TextBox.

Can anyone tell me how I can Find those two controls for my Update Command?

Thanks in advance
Chase

2 Answers, 1 is accepted

Sort by
0
Accepted
Vlad
Telerik team
answered on 07 Oct 2008, 07:34 AM
Hello Chase,

You can use e.Item.FindControl() in UpdateCommand to achieve this.

Kind regards,
Vlad
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Chase Florell
Top achievements
Rank 1
answered on 07 Oct 2008, 03:57 PM
ah ok...  thanks.
Tags
Grid
Asked by
Chase Florell
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Chase Florell
Top achievements
Rank 1
Share this question
or