Hi,
I’m trying to create a grid button for printing a grid with custom HTML. I need a custom button because I need to perform some application and db actions before opening directly the print dialog.
I tried with this Javascript but this opens a blank page with the “OK” button.
window.print();
Thanks for any help