how to autoprint when loading excel from datagrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there anyway that the page can automatically print while exporting excel
from datagrid. My page does exporting to excel from datagrid on the fly but I
want to add a feature to print automatically during conversion. is it
possible?
 
not on the client. Best you can really do (easily) is fire the print dialog,
with the usuall window.print() call.
 
actually my challenge is that I print without print dialog during exporting
to excel from datagrid.
 
Back
Top