mb_iceman

Forum Replies Created

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • in reply to: How to getCell value from custom formatter #100102
    mb_iceman
    Participant

    msshushu,

    I don't think OlegK understands what you're asking for. I've encountered the same issue as you too.

    My solution was to generate my own map of field name to column index as part of initialising my grid.

    Rough JS psuedocode:

    grid = jQuery(“#grid”).jqGrid({colModel:myColModelCallback });

    myColModelCallback {

    colModel = [{name:'col1'},{name:'col2'}];

    global var colModelMapping = {};

    colModel.each(function(index,value) {

Viewing 1 replies (of 1 total)

Stay connected with us in your favorite flavor!