Hierarchical Grid: Row editing is not enabled for child grid #15003
Labels
🐛 bug
Any issue that describes a bug
grid: hierarchical-grid
grid: row-editing
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Description
When row editing for the root grid is set to false, if you set row editing for any row island to true .. the functionality doesn't work.
Steps to reproduce
Open the following application
https://stackblitz.com/edit/4avmmq-1suiem?file=src%2Fapp%2Fhierarchical-grid%2Fhierarchical-grid-row-editing%2Fhierarchical-grid-row-editing.component.html
Expand the first row
Try to enter row editing for the child grid
Result
What is the actual result after following the steps to reproduce?
Expected result
What is the expected result after following the steps to reproduce?
Should be able to enter edit mode for the child grid, even if the row editing is disabled on parent level.
The text was updated successfully, but these errors were encountered: