programcsharp/griddly

Exclude from export option on columns

Closed this issue · 1 comments

IsExportOnly is nice but I have a column that I want to exclude from export. For instance, an Actions column that has buttons or other UI related grid stuff. That's being exported out to Excel. I'd change IsExportOnly to something like ExportType.Both, ExportOnly, ViewOnly

Resolved by c89b888.