Blazor Grid Export - columns only visible for export
Hi,
It would be nice to have a property available on a GridColumn where you could indicate that the column should only be visible when you export the data, and not on, screen.
Thanks,
Tom
1 comment
ADMIN
Marin Bratanov
Posted on:07 Aug 2020 14:50
Hi Tom,
Ability to customize which columns are Visible and which not is a great idea, it will soon be available for the "normal" grid mode in the browser, and that's a first step towards ability to customize the excel export. With the upcoming column chooser, the user will have a great chance to do that themselves too.
In the meantime, you can consider generating the xlsx file yourself like in my sample from 13 Jan 2020 in this thread.