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

[Solved] Insert data through gridtemplatecolumn

0 Answers 12 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Teju
Top achievements
Rank 1
Teju asked on 23 May 2011, 11:00 AM
Hi All,
I am trying to findcontrol which is in the radgrid template column  oninsertcommand event. When i try to find it using the code below

Dim

 

 

insertedItem As GridEditFormInsertItem = DirectCast(e.Item, GridEditFormInsertItem)

 

Dim

 

 

upfiles As RadUpload = (TryCast(insertedItem("rdResourceFiles").Controls(0), RadUpload))

 


It comes up with the error as Cannot find cell bound to column with unique name 'rdResourceFiles'. Not sure how to use gridtemplate column.

Could you please help.
Teju
Tags
Grid
Asked by
Teju
Top achievements
Rank 1
Share this question
or