Hi,
I have a grid. Each row in that grid has editable sub-rows (nested tables)
I expand multiple rows and now multiple sub-rows for each parent row are exposed.
I select a bunch of cells in the sub-rows and now trying to retrieve those programmatically.
At the moment I am using this.TableModel.Selections.GetSelectedrows(false,true) and this only gives me the first raw that is selected and not the other.
How can I retrieve all selected cells.
Thank you