Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Jun 13, 2008 08:51
open dhtmlx forum
Grid printView() hiding columns

How do I make columns hidden in printView() page?
This is what I did but it did not work?

mygrid.setColumnHidden(1,true);
mygrid.printView();
Answer posted by Support on Jun 13, 2008 09:42
Such functionality supported in dhtmlxgrid 1.6 ( hiding column before calling printView )
If you are using dhtmlxgrid 1.5 - please contact us directly at support@dhtmlx.com and provide your ref. number - we will send fixed file for that version.

The only limitation in dhtmlxgrid 1.6 - in case of split usage , columns left to split can't be hidden.