dhtmlxgrid_form.js in standart edition

I talked with your colleague who told me that I can use dhtmlxgrid_form.js in Standart Edition set of dhtmlx components, but dhtmlxgrid_form.js wasn’t included into the 90904 STD package by mistake, and he send to me version witch allowing return grid data to server side on submit event. But I do not get expected result when used this file. I have following code on client side :













































I don’t receive data from grid on server side after submit. Where is my mistake?

Sorry for bad english :slight_smile:.

Best Regards!

Unfortunately we cannot reproduce this issue locally. Please find example here dhtmlx.com/docs/products/dht … _form.html

Is the above form submitted by submit button or by js command? In second case you need to call
grid.parentFormOnSubmit();
form.submit()

I trying with two variant, but do not get result. Can be associated with grid initialization in this case is with javascript array?

I can’t see dhtmlxgrid_form.js file in v.2.5 Standard Edition dhtmlxGrid set. Are you sure that is possible using this functionality with free version?

dhtmlxgrid_form.js wasn’t included into the 90904 STD package by mistake. You can download this file here dhtmlx.com/docs/products/kb/inde … al&q=12426