gantt icon indicating copy to clipboard operation
gantt copied to clipboard

Inline editors not working with multiple grid layout

Open NRUS98 opened this issue 8 months ago • 1 comments

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:

  1. Set up a Gantt chart layout that contains multiple view: 'grid' sections. Ensure each grid includes columns configured with inline editors.
  2. 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

NRUS98 avatar Jun 10 '25 08:06 NRUS98

@NRUS98, We are aware of that bug. Right now, the inline editors work only in the first grid view. There is no way to change that. The dev team will fix the bug in the future, but I cannot give you any ETA.

gearcoded avatar Jun 25 '25 07:06 gearcoded