1- How do I know when the export operation is complete?
2- How can I specify a style for whole table (and not for every cell individually)? the "HTMLCellFormatting" event works for each cell not whole table.
3- Can grouped data be exported as collapsible/expandable table in html?
Thanks in advance
Dinko | Tech Support Engineer
Telerik team
commented on 12 Jan 2022, 11:36 AM
I am happy to hear that you have found the article which describes the HTML export functionality of the RadGridView. However, the HTML export of the RadGridView is pretty old and its API is very limited. That is why I can't propose suitable workarounds for your last requirements.
With the latest release of the UI for WinForms, we aimed to utilize as much as possible the rich API of our Document Processing library for exporting the RadGridView. The library includes a set of cross-platform libraries that let you import and export content between different formats and work with archive files. Could it be a solution for you to export the RadGridView to a different format like xlsx or pdf instead of HTML? This way you can take advantage of the RadSpreadProcessing library.
Yes, it seems that Excel format is better and has more features.
Dinko | Tech Support Engineer
Telerik team
commented on 12 Jan 2022, 02:44 PM
I hope the RadSpreadProcessing library will work for you. If you have any other questions you can open a new forum thread with your questions inside and we will be happy to help