I don't see any examples with 1-many parent/child data entry schemes, like Order/Line Item.
I do see examples showing the Categories hierarchy and the Employees hierarchy driving the TreeGrid.
I'm looking for support in DynamicForms. Because I'm lazy, I'm looking for automatic support driven from the DataSource definition, where if a field is a foreign key to another DataSource, it automatically either drops in a ComboBox (for 1-1 linkage) or a Grid (for 1-Many linkage).
My DataSource is an XML service, rather than SQL, so instead of tables, I have nested elements. I'd like the form to submit the XML with the nested elements in one transaction.
I do see examples showing the Categories hierarchy and the Employees hierarchy driving the TreeGrid.
I'm looking for support in DynamicForms. Because I'm lazy, I'm looking for automatic support driven from the DataSource definition, where if a field is a foreign key to another DataSource, it automatically either drops in a ComboBox (for 1-1 linkage) or a Grid (for 1-Many linkage).
My DataSource is an XML service, rather than SQL, so instead of tables, I have nested elements. I'd like the form to submit the XML with the nested elements in one transaction.
Comment