I have a jqGrid event handler that receives the iCol as a parameter. I need to know how to obtain the name specified in colModel for that given iCol.
For example given the following jqGrid event handler: onSelectCell that receives rowid, celname, value, iRow, iCol
How can I get the colModel name associated with the iCol index?
Thanks in advance