Hi,
I use the following code to retrieve data from RadGrid's cells:
| Dim i as integer = 1 | 
| Dim CellValue as New String | 
| CellValue = RadGrid1.MasterTableView.Items(i).Item("ColumnUniqueName").Text | 
It works well as long as the column type is GridBoundColumn.  But, when convert the column to GridTemplateColumn the above code returns blank value.
How can I retrieve data from a RadGrid when the RadGrid's column is a GridTemplateColumn? 
Thanks,
Al 


