I have a datasource that includes a many to many relationship. I am able to successfully use this datasource in a DynamicForm, but when I try to use it in a ListGrid I get transaction issues, unless I hide the many to many field.
excerpt from security lookup entity
security lookup ds.xml
The result in the server logs
I have a DynamicForm bound to the same datasource that allows me to successfully view, add, edit, save. So what am I doing wrong in the ListGrid?
dynamic form
list grid
The list grid is essentially to be the view of all records, and the dynamic form is used to edit existing and new records. We do not edit in the grid itself. Any help is greatly appreciated.
excerpt from security lookup entity
security lookup ds.xml
The result in the server logs
I have a DynamicForm bound to the same datasource that allows me to successfully view, add, edit, save. So what am I doing wrong in the ListGrid?
dynamic form
list grid
The list grid is essentially to be the view of all records, and the dynamic form is used to edit existing and new records. We do not edit in the grid itself. Any help is greatly appreciated.
Comment