Datagrid CollectionContainer unresponsive

Hi,

When i try to set 4 records to Dc.setItems, browse screen gets hanged and unresponsive and after more than 5 mins URL is not accessible.

image

I had check this again and found that commenting one of the column works in displaying values of other column , but when i compare same data with other user data there is no difference in displaying but still it work for one user data but not working for other user data.
Both data i m trying to load is with same login user.

pendingDc.setItems(collection);

Jmix version 1.5

but there are not logs or exception to find exact cause.

image

Hi,

Could you please attach a demo project that reproduces the problem or describe in detail how to reproduce it?

Regards,
Gleb

Hi,

Hiding one column from UI fixed this issue. This solution seems to be just workaround do you have any solution or any observation what might be the exact cause to fix this permanently.