I am using a TRichViewEdit as a column editor in a DevExpress cxGrid to display RVF from a FireBird 3 blob. The component is very easy to use and works well. But I found that when I use the DevExpress ExportGridToXLSX function to export the grid to an XLSX file, the column that uses the TRichViewEdit component is empty in the worksheet.
Now this is not unexpected since the TRichView is not part of the DevExpress components, but I would like to see how this could be handled to work.
I submitted a support ticket to DevExpress (see attached image) to see what they can recommend. Any suggestions or recommendations?
Thanks,
Mike Simmons
Export of DevExpress Grid with TRichViewEdit blank
-
- Posts: 29
- Joined: Mon Oct 25, 2010 3:59 pm
Export of DevExpress Grid with TRichViewEdit blank
- Attachments
-
- 2021-05-11_10-30-30.jpg (90.09 KiB) Viewed 7642 times
-
- Posts: 29
- Joined: Mon Oct 25, 2010 3:59 pm
Re: Export of DevExpress Grid with TRichViewEdit blank
Please ignore this. I decided to use a different approach.