Skip to content

DataGrid .getPersistData() makes editing broken #39

@ninopetrovic

Description

@ninopetrovic
public getGridPersistData() {
    const persistData = this.gridObj.getPersistData();
    this.persistData = JSON.parse(persistData);
    console.log('getPersistData', JSON.parse(persistData));
 }

After i call this function and I double-click on grid row to edit it I get this error:
image

If I comment the row: this.gridObj.getPersistData(); everything seems to work fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    data-gridDataGrid component

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions