How to implement print functionality in interfoft webgrid

3 replies. Last post: July 14, 2014 11:48 PM by Hans Kristian
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

Hi All,

Please let me know how to implement print functionality.

I have attached the sample, in this sample i have integrated the print icon to the status bar on click of that icon, I am Exporting to HTML. After Exporting to HTML i want the print dialog box should open.

function PrintGridData(gridId) {                       
            var WebGrid2 = ISGetObject(gridId);           
            WebGrid2.ExportGrid(WebGrid2.RootTable.Id, "HTML", "PORTRAIT");
            //window.print();         
        }

 

Please give if any alternative way of doing.

 Regards,

Ganesh Nayak K

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