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

[Solved] Access EditTemplate Controls on Update

0 Answers 95 Views
Grid
This is a migrated thread and some comments may be shown as answers.
JJ
Top achievements
Rank 1
JJ asked on 27 Feb 2008, 09:25 PM
I have a RadGrid and I'm using GridTemplateColumns containing ItemTemplates and EditTemplates.  I have AllowAutomaticUpdates="False" and OnUpdateCommand="RadGrid1_UpdateCommand" so I can perform some custom work on the UpdateCommandEvent.

Can you explain how I can access the controls within the EditTemplates when I try to perform an update?

Thanks,

Jeff


* Never mind, I figured it out... e.item.FindControl   :)

No answers yet. Maybe you can help?

Tags
Grid
Asked by
JJ
Top achievements
Rank 1
Share this question
or