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

[Solved] Accessing Data in RadGrid FormTemplate

2 Answers 160 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Charles
Top achievements
Rank 1
Charles asked on 30 Apr 2008, 04:01 AM
I need an example that will do the following... I have a RadGrid that is populated with data from a DataTable and I need to have the Custom Edit Form show up when I click on my edit column. This Form will not have the data from the initial datasource but will be populated from a second database query based on an ID from the first query which is a cell in the row I am trying to edit. How do I accomplish this? I don't see any examples that address this specific need.

Thanks in Advance.

2 Answers, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 30 Apr 2008, 07:09 AM
Hello Charles,

To see more information on how to access the cells of the editForm, please refer to the following article, the last part of which is dedicated to the editForm.
I hope this information helps.

Best wishes,
Yavor
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Charles
Top achievements
Rank 1
answered on 02 May 2008, 06:37 PM
Yavor,

Thanks. That article had the information I needed, except instead of trying to look for the textbox to get the cells contents, I simply used Cell.Text. Working great now.

Chuck....
Tags
Grid
Asked by
Charles
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Charles
Top achievements
Rank 1
Share this question
or