Hello,
I have few master detail views on my grid. I am using
((ColumnView)gridControl1.FocusedView).GetDataSourceRowIndex(currentRowHandle);
to get the selected row in the datasource, as suggested by few posts by other members. Please see the attached code and the relevant method is
gridView3_FocusedRowChanged().
The problem is that it gets wrong datasource index - Please look at the attached image for more info. It counts the row handle relative to every child view. So the row handle of 1 could appear in more than one child views, hence not unique.
Is there any way to get the correct data row from the datasource, which actually does correspond to the actual row in the datasource?
Kind Regards