We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Select multiple rows and export to Excel

Hello, I tried searching previous posts but couldn't find an answer to my question. I'm using GridDataBoundGrid and I need to be able to let the user selectcertain rows from the grid and export only those rows to Excel. Is there a way to do it? Thanks in advance.

2 Replies

AD Administrator Syncfusion Team November 5, 2003 03:22 PM UTC

Currently, you can only do this using text. By default, your user can copy the rows to the clipboard and then paste them into excel. If you want to save the text as comma or tab delimited text that excel can read from a file, you can do that using the grid.Model.TextDataExchange.CopyTextToBuffer method. This forum thread has some code snippets. http://www.syncfusion.com/forums/message.asp?MessageID=3292


MA Max November 5, 2003 03:32 PM UTC

Thanks Clay.

Loader.
Live Chat Icon For mobile
Up arrow icon