Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Ranajit on Jul 03, 2007 13:31
open dhtmlx forum
Problem in Print Screen functionality

We are implementing DHTMLxGrid in our web-application and we have a table with a horizontal scroll bar. We also have a print screen button and that calls window.print() dialogue box. The users can move the scroll bar to any position and click the print screen button. We want it to print the page on the same position of the scroll bar as it is in the orginal page, but, it is always printing the screen with the scroll bar at the leftmost position on the screen. Is there any way we can implement the same using DHTMLxGrid?
Answer posted on Jul 04, 2007 14:06
There is no easy way to create specific print view for window.print() command, especially preserving desired position of scroll controls - this is part of browser functionality , which can't be directly configured.

As alternative you can use grid.printView functionality - it creates a popup window, which has grid content in plain format - no inline scrolls, all content visible and printable.
Answer posted by Darya (Support) on Nov 29, 2014 23:42

If you haven't found the needed information there and still looking for a solution, you will find the additional help checking wp event calendar and php ajax paging.