This question is locked. New answers and comments are not allowed.
Sundararajan Mohan
Top achievements
Rank 1
Sundararajan Mohan
asked on 18 Jun 2010, 11:10 AM
Hello!
Is there a special control for printing as part of RadControls for SL4?
Sundar
Is there a special control for printing as part of RadControls for SL4?
Sundar
6 Answers, 1 is accepted
0
Hello Sundararajan Mohan,
The Telerik Reporting Viewer has some good printing capabilities. Additionally for smaller data-aware printing tasks RadGridView offers some basic printing methods.
Greetings,
Pavel Pavlov
the Telerik team
The Telerik Reporting Viewer has some good printing capabilities. Additionally for smaller data-aware printing tasks RadGridView offers some basic printing methods.
Greetings,
Pavel Pavlov
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
0
Sundararajan Mohan
Top achievements
Rank 1
answered on 18 Jun 2010, 11:33 AM
OK, thank you. On the RadGridView I am not able to find the Printing methods/properties.
0
Hi Sundararajan Mohan,
RadGridView exposes the PrintToHTML method. It utilizes the hosting browser printing engine.
* Please have in mind that it is not supported in the Firefox browser.
Kind regards,
Pavel Pavlov
the Telerik team
RadGridView exposes the PrintToHTML method. It utilizes the hosting browser printing engine.
* Please have in mind that it is not supported in the Firefox browser.
Kind regards,
Pavel Pavlov
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
0
Sundararajan Mohan
Top achievements
Rank 1
answered on 18 Jun 2010, 11:39 AM
Yeah, I did see that, but was unable to locatate it on the control's properties. For eg. -
I have a GridViewControl on my designer whom I would like to print, assume the controls name is grid1, but the gridq does not seem to have the PrintToHtml method.
I have a GridViewControl on my designer whom I would like to print, assume the controls name is grid1, but the gridq does not seem to have the PrintToHtml method.
0
Hi Sundararajan Mohan,
Please ensure the control you are using is RadGridVIew also you may be using an older version.
All the best,
Pavel Pavlov
the Telerik team
Please ensure the control you are using is RadGridVIew also you may be using an older version.
All the best,
Pavel Pavlov
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
0
Sundararajan Mohan
Top achievements
Rank 1
answered on 18 Jun 2010, 11:52 AM
Thank you, until now I was using a GridViewDataControl. Thanks, again.