akremedy

Forum Replies Created

Viewing 12 replies - 16 through 27 (of 27 total)
  • Author
    Replies
  • in reply to: formedit select multiple submit as POST or GET array #86520
    akremedy
    Participant

    Thanks Tony, that helps explain the reference I saw in the docs to the comma separated string…it just wasn't looking like that was how the data was posting.

    in reply to: jg3.5 A2- no pager #86446
    akremedy
    Participant

    Thanks Tony, yes I was afraid that there was a lot more to this than meets the eye.

    in reply to: Reload Edit Form #86444
    akremedy
    Participant

    Is this helpful?

    in reply to: formedit default text field length – grid.common.js #86443
    akremedy
    Participant

    Cool, thanks Tony!

    in reply to: jg3.5 A2- no pager #86379
    akremedy
    Participant

    I'd just be happy to have the pager working with tabs at this point 🙂

    Here is something that I came up with last night – it's a bit dirty, and I only did this so that I could continue working for the time being.

    in reply to: formedit select multiple size problem #86378
    akremedy
    Participant

    Thanks Tony, that's strange, I re-tested, but the behavior is the same…select multiple ignores the editoption size:5 (verified too with size:”5″).

    in reply to: formedit default text field length – grid.common.js #86363
    akremedy
    Participant

    Thanks Tony, that actually makes even more sense – and simpler too.

    Adam

    in reply to: jg3.5 A2- no pager #86316
    akremedy
    Participant

    I too am having this problem in 3.5 A2 – pager is missing from grids on all subsequent tabs (using latest jQuery UI 1.7.1 and jQuery 1.3.2), but not the initial tab.

    in reply to: jqGrid and UI Tabs #86248
    akremedy
    Participant

    I haven't figured out why, but the ID in the “Loading…” divs isn't getting populated.

    in reply to: jqGrid and UI Tabs #86244
    akremedy
    Participant

    Armorfist said:

    Am i the only one with this problem?


    I'm running into this too – on both 3.5Alpha1 and 3.5Alpha2.

    in reply to: afterInsertRow not firing in 3.5 #86139
    akremedy
    Participant

    I figured this problem out, but I'm not sure if it is the right thing to do.

    I made a small change in jquery.base.js (again, version 3.5Alpha), I changed row 800:

    if(afterInsRow===true) {ts.p.afterInsertRow(row.id,rd,this);}

    to

    if(afterInsRow = true) {ts.p.afterInsertRow(row.id,rd,this);}

    afterInserRow executes now, where it never would before.

    in reply to: ajax list combined with edittype:’select’ #85928
    akremedy
    Participant

    Here is how I set mine up if it's helpful…the main differenence is in the select editoptions, datatype is “script” if that makes any difference, and how I'm handling the response to populate the select.

    colModel: [

Viewing 12 replies - 16 through 27 (of 27 total)

Stay connected with us in your favorite flavor!