Author Topic: Dinamic ColModel Not behaving correctly  (Read 1960 times)

[email protected]

  • Newbie
  • *
  • Posts: 1
    • View Profile
Dinamic ColModel Not behaving correctly
« on: May 16, 2018, 12:42:05 am »

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6126
    • View Profile
Re: Dinamic ColModel Not behaving correctly
« Reply #1 on: May 16, 2018, 09:31:44 am »
Dynamic assignment of colModel is fine, however please ensure you have used correct jquery selector "#grid_editing".

$("#grid_editing").pqGrid( "option" , "colModel", colModelTemp );

kindly share a jsfiddle of the mentioned issue so that it can be checked.