I have a radgrid that I set the datasource to a datatable set from a dataset and bind it. I manually setup (edit columns) the headers and have hidden some of the columns because I don't want them visible (ID field). But when I click on the row (For Each item As GridDataItem In dgComp.SelectedItems)
I get the value of the comlumn (item("ID").Text)
But since I manually setup the Grid columns I set this columns visible property to False. And now all I get in   as the result instead of the value. If I set the columns visible property to True then I can get the true value. I need the data in the grid but I dont want it to be visible how can I do this? I see no datakeyfield property under edit columns just a DataField??
Thanks
I get the value of the comlumn (item("ID").Text)
But since I manually setup the Grid columns I set this columns visible property to False. And now all I get in   as the result instead of the value. If I set the columns visible property to True then I can get the true value. I need the data in the grid but I dont want it to be visible how can I do this? I see no datakeyfield property under edit columns just a DataField??
Thanks