E
egarcia
Guest
Hello, Yes, you can bind the two tables as you described it. The key is that the DropDownList is associated with the field in the first table (unit.subCon) but its definition uses the 2nd table, parent table of the foreign key (subcontractor), and specifies the name as the display field and subnum as the value field, In addition to the example with the grid above, you can do this with a form. Here is an example using a form (check the code in the view-factory.js): oemobiledemo.progress.com/.../ github.com/.../GridWithFormJFP Please let me know how it you have issues or if you need more information.
Continue reading...
Continue reading...