Once I've filtered the (maintenance filter) grid based upon one or more columns, I would like to be able to export the current grid contents (with filtering and possibly sorting?) to excel.
Currently the export includes the whole grid contents and not the filtered data, making me filter the whole data set all over again.
Not sure how that confirmation to export only filtered items needs to be implemented, but if I selected a checkbox "Yes, I want to export only the filtered items" it should export only the items in the filtered list, and not the entire original filter data.
Export to Excel functionality has been updated to export exactly what is displayed in the grid - accounting for any and all sorting and additional filtering. The Excel file will be populated identically to the filter on-screen results.