I have grid with data loaded. How can I update an entire row in one call with following json:
{ id:1100,
data:[
"1100",
"Testing",
"John Grisham",
"12.99",
"1",
"05/01/1998"] }
I have grid with data loaded. How can I update an entire row in one call with following json:
{ id:1100,
data:[
"1100",
"Testing",
"John Grisham",
"12.99",
"1",
"05/01/1998"] }
You can update entire row only with xml with updateFromXML() method. docs.dhtmlx.com/doku.php?id=dhtm … atefromxml