Edit a cell inside Grid component

Is it possible to edit a cell on new grid and serialiaze to get new data?

Currently the inline edit operations are not available, but will add this possibility in the future updates.
You may change the grid data using the data collection API:
https://docs.dhtmlx.com/suite/data__update.html
also you may serialize the data:
https://docs.dhtmlx.com/suite/data__serialize.html

how to update cell data using API ?as we have row & column position in grid of suite6?

Please, try to use the update() method of the dataCollection:
https://docs.dhtmlx.com/suite/data_collection__api__update.html
Here is an example:
https://snippet.dhtmlx.com/1b9yfwoe

2 Likes