Hi, I have a k2 smartform and I would like to provide the print functionality to print the form. Please suggest some inputs. Note: I don't want to use browser print option.
Regards,
Ram
Best answer by Mustafa
Dear,
1- Add Button and give it Tooltip "Action Button".
2- Add Datalable and set an expression to it:
"<script type="text/javascript">$(document).ready(function() { $("[title='Action Button']").click(function() {window.print()});});</script>"
** when you click on the button it will show the print pop up.