This is a migrated thread and some comments may be shown as answers.

List view - Export to excel / pdf

1 Answer 419 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 1
Alex asked on 22 Nov 2015, 11:23 AM

Hi Team,

I am having the radListView. I want to export the data to excel from the Listview.

 Please help how to do this.

 

I am having the List View in the grid format. Now I want export like how we are doing this from the RadGrid.

rgTaskHistory.ExportSettings.IgnorePaging = true;
rgTaskHistory.ExportSettings.ExportOnlyData = true;
rgTaskHistory.MasterTableView.ExportToExcel();

 http://demos.telerik.com/aspnet-ajax/listview/examples/appearancestyling/predefinedlayouts/defaultcs.aspx

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 25 Nov 2015, 09:12 AM
Hello Alex,

The RadListView control does not have a built-in export functionality, but you could use the RadSpreadProcessing for manually creating the excel file:
Hope this helps.


Regards,
Konstantin Dikov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
ListView
Asked by
Alex
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or