-
Notifications
You must be signed in to change notification settings - Fork 352
Open
Description
I’ve encountered an issue where inline editors cannot be used when multiple grid layouts are present. This seems to limit editing capabilities in more complex UI configurations.
If there's any known workaround to achieve this, please let me know.
Steps to reproduce:
- Set up a Gantt chart layout that contains multiple
view: 'grid'sections. Ensure each grid includes columns configured with inline editors. - Attempt to activate an inline editor in the second grid.
Actual behavior:
Inline editors only work in the first grid.
It seems that inline editors are tied to the grid with id: 'grid'. Assigning this ID to a second grid enables editors, but breaks layout-related functionality such as resetLayout, likely due to ID conflicts.
Expected behavior:
Inline editors should work properly in all grid views, regardless of their position or id in the layout.
Library version:
v9.0.4
Metadata
Metadata
Assignees
Labels
No labels