Author Topic: Grid Frozen row missing when VirtualY mode is set to true.  (Read 117 times)

mraj

  • Newbie
  • *
  • Posts: 46
    • View Profile
Grid Frozen row missing when VirtualY mode is set to true.
« 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

mraj

  • Newbie
  • *
  • Posts: 46
    • View Profile
Re: Grid Frozen row missing when VirtualY mode is set to true.
« Reply #1 on: August 08, 2024, 12:53:28 pm »
any reply can i get.  ( working in one environment , not in other environment )