Hi Team,
I want to hide the lowest level columns in the grouping hierarchy. I have tried with following codes.
var CM = $("#grid_array").pqGrid("option", "colModel");
CM[0].colModel[0].hidden = true;
$("#grid_array").pqGrid("refresh");
If i did like this the columns are getting collapsed. Please help me to overcome this.
I Have shared the fiddle link here.
http://jsfiddle.net/b6b710mz/7/