Hi Team,
I am trying to hide the sub column of a main column.
var CM = $("#vessel_tab_main").pqGrid("option", "colModel");
CM[13].colModel[12].hidden = true;
where CM[13] is a main column and colModel[12] is sub column of CM[13].
I have tried to add "CM[13].colModel[12].hidden = true;" code in my change function,still it's not working.But i tried to hide the main column CM[13],all the sub columns are also getting hidden.
I need your help while trying to hide the individual sub column of a main column,what i need to do.Please reply soon.
Thanks
Bsol Team