Can you drill down deeper with something like
Code:
grid.colcontaining(X).colcontaining(X)
' or
For Each itm In grid.colcontaining(X)
If itm.Selected = True Then . . .
Next itm
I would put grid.colcontaining(X) into the watch window, and investigate all of the possibilities to see if you can reference the selected intem in the group.