kendo-ui-core
kendo-ui-core copied to clipboard
The exportSelectedToExcel method should trigger the excelExport event
I'm submitting a...
- Suggestion for improvement
Current behavior
The exportSelectedToExcel method does not fire the excelExport event of the Grid and this does not allow for any modifications to be made to the workbook.
Expected behavior
The saveAsExcel method of the Grid fires the event so it is logical that exportSelectedToExcel should fire it as well.