will have global effect. It means if I have additional grids and I don’t define for them the xml.top, xml.row and xml.cell then the one defined above will refer to other grids. Why is that? How to set the XML tags with local scope? Or am I doing something wrong?
myGrid.xml.top="rows"; // should not be commented out
myGrid.xml.row="./row"; // should not be commented out
myGrid.xml.cell="./cell"; // should not be commented out
I apologize for the delay.
you’re right. The problem is confirmed.
Please, try to use the following format for a workaround:
otherGrid .xml = {
top: “rowset”,
row: “./Row”,
cell: “./*”,
s_row: “row”,
s_cell: “cell”,
row_attrs: [],
cell_attrs: []
}
Get a guaranteed answer from DHTMLX technical support team
under the most suitable support plan