This question is locked. New answers and comments are not allowed.
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
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
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