Hi,
Im using the Master Detail grid to add/update data in my database.
The first Grid (Categories) is working fine (add/update). When I select an item, the second Grid (Labels) are populed and I can edit, so far so good. But I cant add an item whitout the Categories ID.
How can I send the Categories ID in the add submit method of Labels Grid?
Ps.: I receiving this data when do the submit in Labels: title=test&oper=add&id=_empty
And I want to receive this way: id_cat=3&nome=teste&oper=add&id=_empty
Tks
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top