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

RadGrid Export With HtmlChart as rowColumn

0 Answers 28 Views
Sample Applications
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
bharath
Top achievements
Rank 1
bharath asked on 17 Nov 2015, 10:22 PM

Hi,

   i have RadGrid with radhtmlchart in one of the column.I want to Export the grid by Button Click Event.In Button Event i am calling script method.

 

function ExportRadHtmlChart()

{

$find('<%= RadClientExportManager1.ClientID %>').ExportPdf($(".RadGrid"));

}

This is Working Fine i am able to export the Grid.

 But Now i am having one more grid on the page.In this case the export of Radgrid (previous) is not working.

  i would like to know how can i achieve this.(need to export radgrid with radhtml chart as column with multiple grids on the page by Button click event)

/Bharath

Tags
Sample Applications
Asked by
bharath
Top achievements
Rank 1
Share this question
or