Just a note for anyone… I had issues getting my frozen columns to work because I had to call a reloadGrid afterwords… so in order for mine to work i did.
mygrid.jqGrid('setFrozenColumns');
mygrid.trigger(“reloadGrid”);
My question is does calling a reload on the initial page load have a big performace drop? if so how can i clean this up… I would hate to thing its loading the whole grid then has to load it again.
Thanks a lot!
As for JQGrid and Tony Thank you so much for adding this feature I was not one of the many people requesting it but its very very useful so thank you so much for taking care of this I am sure it was not a easy task.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top