ParamQuery grid support forum
General Category => Help for ParamQuery Grid (free version) => Topic started by: mraj on August 02, 2024, 12:08:46 pm
-
Hi
I Have One grid with 1 row and it is frozen. and it is displaying .
( $("#grid_Load_details").pqGrid("option", "freezeRows", 1); ) -- freeze row applied code.
where as, if apply virtualY property to true for that grid, that frozen row is missing.
$("#grid_Load_details").pqGrid("option", "dataModel.data", loadcasedata);
$("#grid_Load_details").pqGrid("option", "refresh");
$("#grid_Load_details").pqGrid("refreshDataAndView")
if i remove the virtualY property, then the frozen row( 1 row ) appears.
Thanks in Adance
-
any reply can i get. ( working in one environment , not in other environment )