ParamQuery grid support forum

General Category => Help for ParamQuery Grid (free version) => Topic started by: calvarado@omg.com.gt on May 16, 2018, 12:42:05 am

Title: Dinamic ColModel Not behaving correctly
Post by: calvarado@omg.com.gt on May 16, 2018, 12:42:05 am
Does anyone know how to fix the issue stated here:

https://stackoverflow.com/questions/50357606/paramquery-colmodel-not-displaying-correctly
Title: Re: Dinamic ColModel Not behaving correctly
Post by: paramvir 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.