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.
Thanks Tony, yes I was afraid that there was a lot more to this than meets the eye.
Is this helpful?
Cool, thanks Tony!
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.
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″).
Thanks Tony, that actually makes even more sense – and simpler too.
Adam
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.
I haven't figured out why, but the ID in the “Loading…” divs isn't getting populated.
Armorfist said:
Am i the only one with this problem?
I'm running into this too – on both 3.5Alpha1 and 3.5Alpha2.
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.
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: [
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top