Lets you to save row data in DB programmatically.
The method start to be available when the grid is bound to dataStore.
Parameters:
var store = new dhtmlXDataStore(); grid.sync(store); var selectedItem = myGrid.getSelectedRowId(); grid.save(selectedItem);
See also: