Jo

Forum Replies Created

Viewing 7 replies - 16 through 22 (of 22 total)
  • Author
    Replies
  • in reply to: jqGrid with an editable checkbox column #88452
    Jo
    Participant

    Tony,

    Sorry about that – did not see those changes when looking through the docs.

    I have now changed the formatter to work with version 3.5, however I'm getting an error

    in reply to: jqGrid dynamic select option #88451
    Jo
    Participant

    Tony,

    I'm using version 3.5 and here's the code I have:

    in reply to: Cell Values when select is used #88435
    Jo
    Participant

    Can you please give an estimate as to when that would be? Just want to make sure it will fit in with my timelines.

    Regards,

    Jo

    in reply to: jqGrid with an editable checkbox column #88378
    Jo
    Participant

    Hi,

    When I try the above checkboxFormatter I don't get a checkbox appearing but I get “undefined”.

    I've also modified the function to be:

    function checkboxFormatter(el, cval, opts) {
    el = el + “”;
    el = el.toLowerCase();
    var bchk = el.search(/(false|0|no|off|n)/i) < 0 ? " checked=\"checked\"" : "";
    $(el).html(“”);
    }

    What am I doing wrong?

    Regards,

    Jo

    in reply to: Cell Values when select is used #88376
    Jo
    Participant

    Hi,

    Forgive my ignorance but I've never used GitHub and I see that you've made the changes in the individual

    modules

    in reply to: jqGrid dynamic select option #88375
    Jo
    Participant

    Tony,

    I've tried using the formatCell event and I get the same result. Perhaps this can't be accomplished using setColProp?

    If not how else can I redraw the select options for the cell?

    Regards,

    Jo

    in reply to: Cell Values when select is used #88322
    Jo
    Participant

    Hi – I'm having the same problem in celledit mode – would greately appreciate a solution.

    Thanks,

    Jo

Viewing 7 replies - 16 through 22 (of 22 total)

Stay connected with us in your favorite flavor!