Hey,
When exporting data to Excel or PDF, if the control editor is ControlContainerEditor we see the underline data in excel and not the display text (RenderingControl).
How can we export the RenderingControl Display text (RendererValue) and not the cell value?
Thanks,
Mano
Hello Mano,
I have created the following case for you: CAS-73030-11Z6VM
You will be notified through the case.
Please feel free to let us know if you need any other assistance.
Hello,
When exporting to a PDF, you can handle the CellExporting event of the UltraGridDocumentExporter and set CellExportingEventArgs.ExportValue to the value you want exported. As it turns out, it's not quite that simple when exporting to an Excel file. I will research it and make another post when I have the answer.