Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1210
How to change summary appearance while exporting data using UltraGridExcelExporter
posted

Hi,
    We have a UltraGrid with some summary columns. As per default implementation of ultra grid only summary cells will have grey as background color, but we want whole summary row's background color as Grey. We have achieved this by implementing IUIElementDrawFilter. So now whole summary row has grey as background color.
If we export the same grid in excel using UltraGridExcelExporter then it is not exporting changes we have made using IUIElementDrawFilter. So in summary row only summarized cells having grey as background color and other columns has white background color.
We want to set non-summarized cells background color of summary row as grey in exported file. I tried to set the appearance setting in different UltraGridExcelExporter's event but I am not getting proper place to do it.
Is there any way to achieve this? Or if there is any way to change appearance of summary row then also it will be helpful because background color will be fixed in whole application.

Thanks.
Ganesh