Hi all,
Having a confusing time regarding the callback variable option when adding a new row to the grid.
Am successfully receiving a new row “id” from the server then sending it into the commit callback ie commit(true,result);
Can someone kindly tell me where does the “result” variable go?
Is it added to the first column datafield for the new row or do I need to call a datafield a specific value?