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 :)
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 :)