Can any one suggest , how to set/sync the grid cell value once saved the row successfully .
Say in my case time stamp cell has to be populated moment i saved the grid record. the value is part of returned response.
this.treeGrid.getRow(rowID)[‘curTimeStamp’] = result.body.curTimeStamp;
I would like to ask you to post this (jqxTreeGrid) topics in the relevant section.
You could update a specific cell with the desired value by setCellValue method of the jqxTreeGrid.