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
160
Ultrawingrid ExcelExport - only for selected rows in the grid
posted

Hi,

I have a requirement to export only selected rows of the ultra wingrid into the excel sheet. I used the UltraGridExcelExporter control for this purpose.

Tried to get the selected rows using the event 'UltraGridExcelExporter.RowExporting' but always I am getting the e.GridRow.Selected as false. Please suggest is there any other technique available to export only the selected rows of a grid.

If possible please provide me the sample vb code. Thanks in advance.