The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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.
ADAdministrator 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