Hello,
I'm running into an issue where the row expander is getting detached and stuck from the record as shown in the picture below:
Reproduction Steps:
- open Row Expander Span Regions demo
- Edit a cell, such as the "Age" cell.
- Without saving or cancelling, sort by ID so that the order is reversed
- Do this 3 times.
Result: you will see the expanded section be "floating". Pressing cancel will not remove it.
Other ways to reproduce:
- If the grid has a group applied, closing the group while the expander is opened will detatch it.
- If the expander is open and the user scrolls far enough into another group, it will detatch the editor. Perhaps happens when DOM node is re-used for record with different grouping.