Hi all,
I’m having trouble updating the grids Row Id with a DB value after a row insert.
The server response is:
<?xml version="1.0" encoding="utf-16"?>I assumed that the tid of 68 (from the database for the newly inserted record) would replace the temporary Id of 1270563211272, but it doesnt.
DHTMLXGRID Documentation:
// type - the type of the operation (it may be “insert”, “update”, “delete”);
// sid - the original row ID (the same as gr_id);
// tid - the ID of the row after the operation (may be the same as gr_id, or some different one - it can be used during a new row adding, when a temporary ID created on the client side is replaced with the ID taken from the DB or by any other business rule).
Any ideas what is going wrong??