Hello,
it�s possible put id on cells (XML)? I need to get some cells by Serialization GRID .
for example:
TexteTest
666.5000
10.3648
380.8571
372.7857
193.2508
213.0204
1940.6293
50.3003
1108.9310
You can use the following approach to serialize id parameter for the cell:
grid.cells(i,j).setAttribute(“id”,“1”);
…
grid.xml.cell_attrs.push(“id”); // includes id in the serialization
Please, see article in the documentation: dhtmlx.com/docs/products/dht … _grid.html