Hello,
I'm moving from an old version of IGrid.NET (v1.70) to a newer one (v6.0).
In v1.70, when having a grid in RowMode, the cells of the selected rows were accesible from the SelectedCells property. However, this behaviour seems to have changed and no longer holds. In v6.0, from my understanding, when RowMode is off, the selected cells are accessible from the SelectedCells property, and when RowMode is on, SelectedCells is empty and SelectedRows is used instead.
Is there a way to configure the grid so that it behaves the same way it did on v1.70? That is, is it possible to retrieve the cells of the selected rows using the SelectedCells property while in RowMode?
Thank you in advance!