When testing an app with multiple grids, the following error appears as an alert in Internet Explorer 7 and as an “Error on page.” notice at the bottom of IE8:
‘this._pageviews.0’ is null or not an object
jqxgrid.js line7
Code: 0 Char: 56050
This occurs when running IE7 in Windows XP, version 7.0.573.0.13, as well as in IE7 and IE8 compatability modes.
Our jqx grids use the following settings:
width: ‘100%’,
source: dataadapter,
theme: theme,
altrows: true,
rowsheight:40,
autoheight: true,
autorowheight: true,
pageable: true,
pagerheight: 35,
pagesize: 10,
sortable: true,
sorttogglestates: 1,
virtualmode: true,
columnsresize: true,
enableellipsis: true
I can’t really include a complete code sample. Would appreciate any tips about how to clear up this error, thanks!