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

[Solved] RADGrid Export to CSV/Excel - Missing content

2 Answers 175 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Hanan
Top achievements
Rank 1
Hanan asked on 17 Dec 2009, 06:57 AM
Hello,
i have some problem in exporting the results i have got to CSV format; actually i have a grid with 5 databound columns and 1 checkBox column, all columns are exported but the checkbox inspite of exportting it correctly to DOC or XLS. and why we couldn't export the columns which are not dispalyed on gird, is there way to do that...


thanks,
hanan

2 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 17 Dec 2009, 03:18 PM
Hello Hanan,

 i have some problem in exporting the results i have got to CSV format; actually i have a grid with 5 databound columns and 1 checkBox column, all columns are exported but the checkbox inspite of exportting it correctly to DOC or XLS.

It is not possible to export GridCheckBoxColumn in the present version of RadControls for ASP.NET AJAX. We are aware of this limitation - it is added to our product backlog for future implementation.

and why we couldn't export the columns which are not dispalyed on gird, is there way to do that...

Yes, show the column before export - this change will affect the output file only - the user won't see that change.
protected void Button1_Click(object sender, EventArgs e)
{
   RadGrid1.MasterTableView.GetColumn("Col2").Visible = false;
   RadGrid1.MasterTableView.ExportTo...();
}

Best regards,
Daniel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Daniel
Telerik team
answered on 07 Jan 2010, 04:28 PM
Hello Hanan,

This feature will be available in the next official release - RadControls for ASP.NET AJAX Q1 2010 which is expected in the first days of March.

In the meantime you could test try the latest internal build:
Latest Internal Builds

Best regards,
Daniel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
Hanan
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or