Form submission

Hi - I’m having difficulty getting the grid content to be included in form submission (POST).

Non-grid fields are submitted fine, the grid appears to insert istelf into the page correctly.

The grid and the grid & the div(s) that contains it isn’t in the page when first loaded but is inserted/created by a button action. As mentioned all looks fine visually on the page and via FireBug.

Any suggestions where I’m going wrong ? Attached is a similified version of what I’m trying to do.

Many thanks,
CraigArchive.zip (1.92 KB)

You may use “Intergration with Form” extension. Please find example here dhtmlx.com/docs/products/dht … _form.html

Thanks, I’ve got it working.

Even though the grid was displaying correctlty and the structre appeared valid a submit action (POST) wouldn’t return any grid data until I put a empty set of table tags “

” into the main page body.