I’m working with the inline editing example (see
StackBlitz sample), where the Grid is configured to support sorting.
Currently, if I click the Edit button on a row and then sort by any column, the editable row is also moved according to the sorting rules.
What I’d like to request is a built-in functionality to freeze an editable row at the top of the Grid, so it remains fixed regardless of the applied sorting.
This would prevent the need to manually override the sorting mechanism just to keep the editable row pinned in place.