Bosung,
I created an example of this.
First, here is the domain model I created:
Note that the association in the blue box is Many to Many and the association in the red box is One to Many.
Next, I created this page:
The Products and Sizes tab were created so I could enter data for those entities. They both have editable Datagrid controls
The Rows tab has a list view that looks like this:
The New Row button points to a nanoflow that creates a new ListViewRow object.
The Product column is a Combobox configured like this:
The Size field is a Combo Box configured like this:
This combo box has conditional editability. The condition is:
(I switched to light mode so the expression would be easier to read).
When running the app, here is how it works: https://www.youtube.com/watch?v=sZwlVx-JTVI
Hope that helps,
Mike
Hi Bosung,
it is possible to have input fields in a listview. You just have to make sure that in the General tab of the listview the "Editable" value is set to Yes. After that you can place any input field in there. Whether it be a dropdown, the combo box or a normal field.
If you get stuck with something specific, please feel free to share some details.
Hi Bosung,
For multiselection instead of dropdown try use Combo Box or Input Reference Set Selector
Hope it helps!
Thanks & Regards,
Manikandan K