Instead of using SelectedValue and a predefined column as DataKeyName, how can I get the other selected values in the other columns like;
bHasChildren = IIf(RadGrid1.SelectedValues("HasChild").ToString() = "Y", True, False)
SelectedValues("HasChild") does not work here...
"HasChild" is another column and I would like to get the cell in the intersection of this column and the row, when one clicks the row.
Thanks,
Ervin
bHasChildren = IIf(RadGrid1.SelectedValues("HasChild").ToString() = "Y", True, False)
SelectedValues("HasChild") does not work here...
"HasChild" is another column and I would like to get the cell in the intersection of this column and the row, when one clicks the row.
Thanks,
Ervin