Hi Prashanth M
If you to implement like are storing the data like this in Mendix like 1004 are storing 3 RECNO and ASN QUAN if not create sperate entity for these two fields and give association between these two entities and for RECNO use Custom content and use list view or data view according to our requirement and do CSS for these fields and you will have our required design.
I hope this will Help :)
Hi Prashanth,
You can create 3 entities as Material, Rec and ASN.
Refer domain model as:
This is a sample once you can create you own as per requirement.
Then design DataGrid 2 as:
Your final outcome will beNote - You need add custom styling to data grid 2 to support you design.
Thanks,
Mobin