Categories | Question details Back To List | ||
How to print or printpreview the grid? I use standard edition,How to print or printpreview the grid?Thanks!! Answer posted on May 28, 2007 10:49 The grid can be printed by native browser print command, but in most cases it will look not good, because of data hidden behind scrollers. Both Pro and Standard versions of dhtmlxGrid supports grid.printView(); command. This command will not print grid, but will create a new window, with grid rendered in printer friendly way. Answer posted by Inga (Support) on Nov 29, 2014 22:31 Not much can be said in addition to the reply above, but you also can check tree menu javascript and wysiwyg ajax and find out what we have probably missed in our explanation. |