Hi,
I want to create a datagrid where one of the columns will be bound dynamically in a table based on the selected value of another dropdown field. In the attached file, there is a grid where the user selects a value in the ‘Account Type’ column from a group of available values that are {G/L Account, Vendor, Customer, Bank Account}. Based on the selected value, the column ‘Account No’ will be dynamically bound to a different table. Once the available rows of the table will be displayed, the user will select one of them and the field ‘Account No.’ will be filled in with an appropriate value from the related table. Is that possible in the CUBA platform? I was thinking of using the inheritance approach from these tables (there is already a sample CUBA sample app) but I do not know how to implement this behavior on a datagrid.
