The default number of rows to display in the grid is 10 but I use 20 rows as standard. Therefore when it loads with the animation, it displays the size for the 10 rows and then reset itself to accommodate the 20 rows. This looks rather unprofessional and I want it to immediately display the size of 20 rows.
To be able to do that I will have to make a change in the code of the jqxgrid.js file so that the orginal display size is what I need. (I do realise that any updates will reset that back to the size for 10 rows). I had a look in the code of the grid.js file but were unable to find the place where I can change that. Is it possible to point me to the code segment in the jqxgrid.js that I can alter the get the effect I want?