The approach to change the data modal array makes sense. I initially use arrayData1 and then try to change it to arraryData2.
Here is my syntax inside of the PQ-Grid:
//** Execute the best year worksheet.
var $grid1 = $("#grid_Compute_Stats").pqGrid(obj_Grid1);
Here is my syntax outside of the PQ-Grid:
$Grid1.pqGrid("option", "dataModel", { data: arrayData1 });
$grid1.pqGrid("refreshDataAndView");
However, I am having an "Uncaught reference error: $Grid1 is not defined."
Your help is appreciated.
eLearnster.