Export for Data Grid 2

0
Hi Team,I am stuck at one point, can't find any solution. I am using 10.24.13 version of mendix.My issue is --In Data Grid 2, I have added one custom content column "Component" (1st attchment) and in 2nd attachmentis the condition, according to condition value will display in Component column.But in export configuration (3rd attachment), I have configured only for product name.I am attaching data also (4th attachment), these are the combination of data present, I want to export all. But due to configuration, only exporting product component, not others like test component (for excample - from 4th attachment, Prod1-HAST rows are not exporting in excel).Can anyone please help me on this?How can I do configuration for export or how can I resolve this issue?Let me know if my questtion is not clear.
asked
1 answers
0

Custom content columns are not exported. The export feature requires real attributes. Since this functionality in DataGrid2 is still relatively new, some expected or basic features are not fully supported yet. Before this feature existed, the Excel Exporter/Importer module was commonly used.


If you are working with large datasets, I’d recommend using that module. If your dataset is small, you can convert the custom content into real attributes before exporting. If you run into issues with either approach, I’d be happy to help further.

answered