Pending Review
Last Updated: 22 Jul 2024 22:35 by SB
Exporting large of amounts of data requires special handling by the web application so the user knows the excel export process is working.  With kendo-excelexport component, calling the save() function is where all the work is done and it doesn't return until the Excel file is complete due to it being synchronous.  There should be some way for the application to subscribe to progress events during the construction of the excel export process so the application can inform the user of this progress.
Pending Review
Last Updated: 26 Jun 2024 09:38 by Dimitris
Created by: Dimitris
Comments: 0
Category: Kendo UI for Angular
Type: Feature Request
0


It would be great if we could add footnotes in the Kendo editor, similar to how TinyMCE handles them, or a simpler version like the example found here: https://prosemirror.net/examples/footnote/