good Morning, i trying to use a grid with a subgrid. I 'm using the following code to add the rows to the Form’s Recuest. It works with in the main grid but when a I drag something to the subgrid It doesn’t work. i’m using the same code in
the main grid and in the subgrid . (I only change the part what says “grid” by “subgrid” )
I use the dhtmlx comon script . (wich includes all ). Please, help me. I need to know if i 'm doing something wrong or if there is a issue in the dhtmlx.js code
subgrid.submitOnlyChanged(true);
subgrid.enableMercyDrag(true);
subgrid.enableDragAndDrop(true);
subgrid.attachEvent('onDrop', function (sId, tId, dId, sObj, tObj, sCol, tCol)
{ subgrid.parentFormOnSubmit(); document.getElementById('form1').submit(); });