Hi Champ,
I am using default export functionality of record in my interface to download data in to a excel. But when it's downloading, it's downloading columns with extra data. For example if I have a column with a text with an icon, then it's downloading text and appening the icon text as well which I don't want in my excel. I want only the text to be downloaded. Moreoever, if I want to download only few columns, then how can I customize that. I know we can build a different download icon link and can do that; but clinet is not preferring that option of custom development again.
Regards,
Ghanashyam
Discussion posts and replies are publicly visible
Can you just use the exportWhen parameter in your grid columns? The best approach is often to have two similar columns, but set one of them to show only in the grid and the other to show only in the export. Then you could have a column that shows an icon and text in the grid but only the text on export.