I'm creating a Master-Detail form, the master fields are editable by the user, the detail fields are added through a little form that add records to a grid (connected to a local datastore).
The records in the datastore get added as hidden fields to the main form when the user clicks the submit button.
Althought I can see the field inside the form (using the cascade function I "console.log" the fields whose xtype match 'hidden') the field isn't being submitted.
Any pointers, tips will help me greatly, thank you.
lobo-tuerto can you post some code which makeing your master detail relation.
I have to do a master detail with two grids(selecting the row in the first grid will show the details in the second grid) but unhaving experience in programming, i don't know how to do this.