Customization of Datagrid 2

0
Hi Team, I’m currently developing a page where I need to display data in the format shown in the attached screenshot. Could you please suggest some ideas or approaches to achieve this layout?  
asked
2 answers
1

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 :)

answered
1

Hi Prashanth,

 

You can create 3 entities as Material, Rec and ASN.

 

Refer domain model as:

 

domainModel.png

This is a sample once you can create you own as per requirement.

 

Then design DataGrid 2 as:

dataGrid.png

Your final outcome will beoutput.pngNote - You need add custom styling to data grid 2 to support you design.

 

Thanks,

Mobin

answered