Open the print grid demo:
http://www.smartclient.com/smartgwt/showcase/#grid_print_grid
Freeze the Code column and the Country column and press the Print Preview button. In IE 8 you will see the following error:
Message: 'this.fields[...].shouldPrint' is null or not an object
Line: 1260
Char: 53
Code: 0
URI: http://www.smartclient.com/smartgwt/showcase/showcase/sc-8.0-2.2/modules/ISC_Grids.js
I am experiencing the same in my app. Freeze one column or less, print preview is fine. 2 or more causes causes error.
http://www.smartclient.com/smartgwt/showcase/#grid_print_grid
Freeze the Code column and the Country column and press the Print Preview button. In IE 8 you will see the following error:
Message: 'this.fields[...].shouldPrint' is null or not an object
Line: 1260
Char: 53
Code: 0
URI: http://www.smartclient.com/smartgwt/showcase/showcase/sc-8.0-2.2/modules/ISC_Grids.js
I am experiencing the same in my app. Freeze one column or less, print preview is fine. 2 or more causes causes error.
Comment