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
