Hi!
I have an object A (attributes Name, Description ...) that I list in the list grid and that I can edit in the dynamic form. But this object has a one-to-many relation with Object B. I want to be able to edit it in a detail list. I already saw the listGrid.openRecordDetailGrid function but that's not what I want. My grid is read only and i want to edit everything in the dynamic Form.
So my question is how can I add a record detail grid in the dynamic form linked to the master object in the list grid ?
I use smartgwt 1.2 with gwt 1.7 on windows xp.
Best regards,
Benoit
I have an object A (attributes Name, Description ...) that I list in the list grid and that I can edit in the dynamic form. But this object has a one-to-many relation with Object B. I want to be able to edit it in a detail list. I already saw the listGrid.openRecordDetailGrid function but that's not what I want. My grid is read only and i want to edit everything in the dynamic Form.
So my question is how can I add a record detail grid in the dynamic form linked to the master object in the list grid ?
I use smartgwt 1.2 with gwt 1.7 on windows xp.
Best regards,
Benoit
Comment