dhtmlxGrid Add Row Not working

Below are two images, one from the actual output i get and one of my source code. I’ve been able to successfully update and delete rows but for some reason the add row function adds the row to the table visually but fails to update the database. Maybe there is something i’m missing, any ideas are much appreciated.
Kyle

If nobody knows maybe someone knows of a way in which i can find out what error is being thrown because everything seems to go alright except for the data commit. …?

I’ve tried inputing a static row of data as well and it comes up red as soon as i add the row

I added logging to see if i could decipher the instert statement but it seems that it doesnt even specify a statement at all. The log rather just posts that it was completed and doesnt actually show the what it was trying to execute. The log shows the update, select, and delete queries. …

Log started, Mon Jun 18 14:18:24 PDT 2012

Done in : 11ms

What is the code behind “Add row” link ?
I’m not quite sure how, but it seems your code is adding rows in some not-expected ways
Be sure that first parameter of addRow is not-null, unique value. If it will be empty or set to the same value as any existing row - correct data saving can be broken

If issue still occurs - provide demo link or any other kind of sample where problem can be reconstructed.