How to Export Hierarchical Grid Data to Excel using javascript.

7 replies. Last post: July 16, 2014 10:34 PM by Hans Kristian
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

Hi,

Please provide the javascript to export the Hierarchical Grid Data to Excel. I have the below javscript code for Exporting the Root table. I have attached my sample.

In my sample I have integrated the excel icon to the status bar and onclick of it i am calling the below javascript function

function ExportToExcel(gridId)
{
var webGridId = ISGetObject(gridId);
webGridId.ExportGrid(webGridId.RootTable.Id, "EXCEL", "PORTRAIT");
}

Please can u provide the javscript code or some sample to export the Hierarchical Grid Data or child table data.

 

Regards,

Ganesh Nayak K

 
 
Ganesh
All times are GMT -5. The time now is 6:33 PM.
Previous Next