DataGrid cells not visible

Hi

I’m trying to build a master-detail screen with the following features for editing details:

  • there is always a new (not removable) row available for editing
  • which is removed at master commit time

Editing seems to work

image

but when not in editor mode all cells are empty

image

if i edit again i see that data has been saved anyway, also if I save the master (invoice) and edit it afterwards

I’m probably missing somehting obvious.

Sample project attached.

Best Regards
Michael

cuba-example-order-inline-editor.zip (225.7 KB)

Hi,

In order to bind a data grid column to an entity atrribute you need to define the property attribute. As I can see, you defined the id attribute for each data grid column, as the result, you see no values.

Regards,
Gleb

1 Like

A post was split to a new topic: DataGrid editor doesn’t take into account an entity attribute LookupType