Page 1 of 1

Export of DevExpress Grid with TRichViewEdit blank

Posted: Tue May 11, 2021 2:49 pm
by msimmons15
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

Re: Export of DevExpress Grid with TRichViewEdit blank

Posted: Tue May 11, 2021 7:08 pm
by msimmons15
Please ignore this. I decided to use a different approach.