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
1934
Excel Export causes AfterCellUpdate to fire.
posted
When I attempt to export a grid using UltraGridExcelExporter AfterCellUpdate events are fired when I call the Export method of the exporter. I have never seen this happen before, any idea what could be causing this to happen? When the grid is exported to Excel I understand that UltraGridExcelExporter makes a copy of the grid for manipulation during export. For some reason this fires the AfterCellUpdate event on my grid. When I check e.Cell.Column.Band.Layout.Grid in AfterCellUpdate during export it is the copy created by UltraGridExcelExporter, so why is it firing on my grid?