Hi all,
I have a hierarchical grid that I am trying to export to excel using ExportToExcelML. Export Hierarchy is on and when I have ExportVisualSettings set to false, the export works perfectly in < 2 seconds. However when I turn the export visuals property on, the grid freezes and the form stops responding.
I have a few special visual components I use in my grid and I'm wondering if any of them may cause this behavior:
-Cells with BackColor set based on the value in the cell (values are hex rgb strings)
-DropdownColumns that also set the backcolor of each cell
-AlternatingRowcolor is set to true
Any ideas?
Alex
I have a hierarchical grid that I am trying to export to excel using ExportToExcelML. Export Hierarchy is on and when I have ExportVisualSettings set to false, the export works perfectly in < 2 seconds. However when I turn the export visuals property on, the grid freezes and the form stops responding.
I have a few special visual components I use in my grid and I'm wondering if any of them may cause this behavior:
-Cells with BackColor set based on the value in the cell (values are hex rgb strings)
-DropdownColumns that also set the backcolor of each cell
-AlternatingRowcolor is set to true
Any ideas?
Alex