Home › Forums › Guriddo jqGrid JS › Help › List of hidden columns
Hi,
I am new to jquery and jgrid and have found them amazingly simple.
Hello
You can
var mymodel = $(“#mygrid”).getGridParam('colModel') // this get the colModel array
// loop the array and get the hideen columns
$.each(mymodel, function(i) {
if(this.hidden == true ) {
// do something here
}
});
Stay connected with us in your favorite flavor!
Copyright 2014 TriRand LtdAll Rights ReservedRSS