Hi,
some columns are not creating in DOM when grid is loaded.But they
are appearing in DOM as the horizontal scroll bar is moved to right.
I am hiding and showing colums with $(“#grid”).jqxGrid(‘hidecolumn’,’columname’)
when a check box is checked out side the grid.when i call ‘hidecolumn’ and ‘showcolumn’ methods
the grid design is getting disturbed.
But, the columns are creating in DOM, when paging property is enabled.I don’t want paging in my grid.
How to achieve my grid to load with all columns in DOM independent of moving scroll bar?
Thanks
Raghu