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

Export to PDF and print radgridview

1 Answer 96 Views
GridView
This is a migrated thread and some comments may be shown as answers.
ANTONIO
Top achievements
Rank 1
ANTONIO asked on 25 May 2012, 11:15 PM

Hi, I have a problem with the Raddatagrid, use this example:

http://demos.telerik.com/silverlight/#GridView/PrintAndExportWithRadDocument

but I get an exception in this part 

public RadDocument CreateDocument(RadGridView grid)

        {

List<GridViewBoundColumnBase> columns = (from c in grid.Columns.OfType<GridViewBoundColumnBase>()                                       orderby c.DisplayIndex select c).ToList();

when you save the file, says the value is null when I debug the program I see the value of parameter is null, as not properly send the grid, which can be my mistake

1 Answer, 1 is accepted

Sort by
0
Makrand
Top achievements
Rank 1
answered on 19 Oct 2012, 05:03 AM
I am also facing the same issue... mentioned above
Tags
GridView
Asked by
ANTONIO
Top achievements
Rank 1
Answers by
Makrand
Top achievements
Rank 1
Share this question
or