Hi,
I am having a problem getting a RadGrid column as a String so that I can use the data in my application.
I have tried using
Dim cell As TableCell = RadGrid1.MasterTableView("ColumnUniqueName")
then cell.text()
however I cannot seem to get the reference to my Grid.my grid is named RadGrid1 and it is located in RadMultiPage1 and RadPageview1
I have also tried finding reference to my Grid via find Control then trying to get the table cell that way but I am getting an error saying
it cannot be indexed because it has no default property.
Any help would be greatly appreciated
Thank you.
I am having a problem getting a RadGrid column as a String so that I can use the data in my application.
I have tried using
Dim cell As TableCell = RadGrid1.MasterTableView("ColumnUniqueName")
then cell.text()
however I cannot seem to get the reference to my Grid.my grid is named RadGrid1 and it is located in RadMultiPage1 and RadPageview1
I have also tried finding reference to my Grid via find Control then trying to get the table cell that way but I am getting an error saying
it cannot be indexed because it has no default property.
Any help would be greatly appreciated
Thank you.