Hello,
In the following piece of code:
var baGrid = $("#dispDataDiv" ).pqGrid( "getInstance" ).grid;
baGrid.refreshHeader();
the call to refreshHeader() works in the grid pro evaluation version -- but, generates a "refreshHeader is not a function" error in the paid version (V 2.3.0).
Any ideas?
Thanks,