Skip to content

Inline editors not working with multiple grid layout #146

@NRUS98

Description

@NRUS98

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions