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

PDF Exporting Error

3 Answers 55 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Appu
Top achievements
Rank 1
Appu asked on 29 Jun 2009, 05:33 AM

Hi,

  Could any one help me in finfing the following error problem. I am using rad grid basic PDF export code which is give by the Rad help page. But while i am clicking the export button i am getting this rutime error

"The '*' character, hexadecimal value 0x2A, cannot be included in a name."


Plz help me for this scenarios


Regards,
Appu

3 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 29 Jun 2009, 06:00 AM
Hello Appu,

Could you please try to set ExportOnlyData to true?
<ExportSettings ExportOnlyData="true" /> 

Best regards,
Daniel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Appu
Top achievements
Rank 1
answered on 29 Jun 2009, 06:26 AM
Hi Daniel
            I have done already that mentioned code. I picked the code from demo example of Rad Grid Control. So i gave the following code to the Configure Report method as well

        RadGrid1.ExportSettings.ExportOnlyData = true;
        RadGrid1.ExportSettings.IgnorePaging = false;
        RadGrid1.ExportSettings.OpenInNewWindow = true;



Regards,
Appu
 
0
Daniel
Telerik team
answered on 29 Jun 2009, 07:20 AM
Hello Appu,

May we examine your markup? Alternatively you can send a runnable project attached to a formal support ticket.

Regards,
Daniel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Appu
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Appu
Top achievements
Rank 1
Share this question
or