I have a grid that works perfectly for up to 40 rows. When the number of rows gets larger the later rows are arbitrarily missing.
I tried adding pagesize: 150,
pagesizeoptions: [‘100’, ‘150’, ‘200’],
to the following setting (which works perfectly for up to 40 rows ), but no luck. Please advice.
$(“#jqxgrid”).jqxGrid(
{
width: 1600,
source: dataAdapter,
pageable: true,
autoheight: true,
sortable: false,
altrows: true,
enabletooltips: false,
editable: false,
selectionmode: ‘multiplecellsadvanced’,
pagesize: 150,
pagesizeoptions: [‘100’, ‘150’, ‘200’],