I am using jqGrid in my project . Server is sending me the column attributes like
headerName:{
'NAME':{caption:'Name',visible:true,order:2},
'ADDRESS':{caption:'Address',visible:true,order:1}
}
Order specifies the order in which columns dispaly like Address is first and Name is second. Is it possible to use order in colModel and order the column according to the user while creating the grid ?