I have a datatable with editor having inline editing enabled. We have enabled the row selection by which the user can see which row he is on. When a user clicks on a row, it gets highlighted. So far good. But when user clicks on cells with inline-edit, the row selection is lost when the cell gets into the edit mode. We still want to retain the row selection even if a cell in it is being edit.
This is important for us because we have child table which shows the relevant data for the currently selected row in the parent table.
We tried different approaches, but none worked so far.