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

How to Save RadGrid Image

1 Answer 100 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rahul Khinvasara
Top achievements
Rank 1
Rahul Khinvasara asked on 05 Jun 2009, 10:48 AM
Hi,
 I am using RadGrid,my problem is that i want to save the image which created in RadGrid when data is binded with RadGrid..
Actually I just used RadCharts and also save RadChart image using RadChart's save method like radchat1.save(...),but there
is not any method for RadGrid to save as image in any location..Plz tell me Is there any way to save RadGrid Image?
  Thanks in Advance.

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 10 Jun 2009, 01:21 PM
Hello Rahul,

There is no such method exposed for RadGrid because it is rendered as html table and the information inside it is row-based. If you want to display a pure image and save it after that, consider using our RadChart control for this purpose.

Note that you embed RadChart in a template column of the grid if you prefer as illustrated on this integration demo:

http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandchart/chartingrid/defaultcs.aspx?product=grid

Regards,
Sebastian
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
Rahul Khinvasara
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or