Print view exlcuding "split" column

Hi,



I have a print view set up for my grid but it is not including the first column, which I have “split” for the purpose of making it static during a scroll.



Any help is much appreciated.

This is limitation of current version, we are planing to improve situation in new version, but for now you can try to use next code

mygrid._hrrar[0]=null;  
mygrid.printView();
mygrid._hrrar[0]=“display:none”;

this allow to include first column in printView