Grid and form binding adding a line

With the grid and form bound.

$$('material_form').bind($$('materialgrid'));

and with running this to add a line

$$('materialgrid').select($$("materialgrid").add({INVNO:globalinvno}));

then entering data into the form and saving it will not move it back to the grid. I have to manually select the line then save the form again.

Am I approaching this wrong?

Is the grid in question has attached DataProcessor or it just hold static data ?

We can’t reconstruct the same issue locally, so if it still occurs for you - can you provide some kind of sample or demo link?

Dataprocessor.

var dp = new dhx.DataProcessor({ master:$$('materialgrid'), url:"/url/to/server" });

The form is in a window so I am adding it then showing that window. Then enter some data in the from and submit the form the data will not be moved back to grid.

It seems like the behavour when you actually click on it and the select via .select() is different somehow

Unfortunately we cannot reproduce this issue locally. Can you please provide complete demo where we can reproduce it? You can find tutorial how to create complete demo here docs.dhtmlx.com/doku.php?id=othe … leted_demo