form integration issue


I am using dhtmlxgrid (I own a 1.4 pro license) form integration approach to save a two columns datagrid. It works fine, but on the server side I am receiving a wierd sequence i.e. gridbox_1192120030640_0 and gridbox_1192120030640_1, instead of gridbox_1_0, gridbox_1_1. The final row gets a gridbox_2_0 and gridbox_2_1 sequence.



This is the script I am using (on an empty grid.xml):
.
.

.
.



and the following to add/delete rows:
                 
               




the grid.xml is:
<?xml version="1.0" encoding="UTF-8"?>




Could you give me a solution to this issue?


I forgot to tell that in the previous example I added just two rows…



Thank you in advance for your comments