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
1205
Export Selected Rows To Excel
posted

To export selected WinGrid rows to Excel I have successfully used the code described in KB07699. Because a new application I’m developing contains a significant number of WinGrids I need to use the ultraGridExcelExporter1_InitializeRow event and not the ultraGrid_InitializeRow event as described in KB07699.

 

Using the ultraGridExcelExporter1_InitializeRow event to export selected rows to Excel is described in Mike Saltzman’s post of 5/31/2011. The code described in this post does identify the selected rows for exporting but ALL the rows in the grid are exported and therein lies my question. What am I missing? I see the post has been verified but it’s not getting it done for me.

Any suggestions would be enormously helpful.

Thank you.