Hi
Sample project attached to edit order and order lines in a single master-detail form.
When editing the image column, the image column becomes a picker field displaying label of ImageEntity
(which is an indirection to FileDescriptor
)
I change the price from 100 to 50, then click picker field to change the image.
The lookup screen opens, and the image is correctly updated after closing with a selection. However it cancels the grid editing session abruptly, the price has reverted to 100.
Worse, even the EditorCloseListener
I have set is not called, meaning the grid editing session has just been plainly aborted, but, still, the new ImageEntity
has been set
Not sure about what am I doing wrong here.
datagrid.zip (111.6 KB)
Best Regards
Michael