I am using PQ grid and need to carry out below customization:
1.Make the grid editable on the basis of a condition. I have used $( ".selector" ).pqGrid( "option", "editable", false ); command after load but able to edit the grid columns.
2. Having 3 three grids on a page and show and hide a grid on the basis of a condition.
3.When I am creating the grids one after the other using a function call getting error like Unable to get property 'style' of undefined or null reference in pqgrid.min.js at a method where setting the height.