DataGridExportMode currently has two options of All or SelectedRows. Could there be a new option for only Visible rows so that when exporting with a filter applied, only those currently visible rows are exported.
Status: Completed
|
Hello David Just to clarify, by "Visible" rows, do you mean only rows that exist after a filter has been applied, or are you also refering to the rows that are currently visible within the scrolling viewport? -Jason Fauchelle |
|
|
That's a good point Jason, I meant Visible after a filter has been applied. Maybe an option of "FilteredRows" would be more descriptive. |
|
|
Hello David In the next nightly build, DataGridExportMode will have a Filtered option which will cause the exported csv to be the filtered and sorted rows. -Jason Fauchelle |
|
|