I found the problem.
I defined a colName = “Blah” and the jqGrid Id = “Blah”, so the $(“#” + gridId).getRowData() refuse to work if the edit overlay appears.
I'd hope there are some checking to avoid this happen anyway.
It seems like the $t.rows is cleared somewhere I currently don't know…
treedata.expanded
should be:
record.expanded
After looking into the source, “treedata” is the raw xml data, while “record” may be modified by user interaction.
Sorry, ExpandColClick works.
But we need to click the “span” in that column not the whole row.
onRowSelect: function(rowid)
{
Is the Drag'n'drop bugs fixed in github?
Hi,
3, It means if we have an item at the first page, then we have no way to drag it to the n-th page.
3. What can I do to support the D'n'D if there are pagination?
I'm not so familiar with params you listed, so I guess you are not using the 3.6 release.
Actually, if you are using the version 3.6,you will notice a param called:filters. That's the key/value what we are talking about.
Any docs about it here?
the minifyed file is not so hard to read, I found this one:
soptions=b.extend({},{text:v[w],value:j.index||j.name},this.searchoptions)
& change to:
soptions=b.extend({},this.searchoptions,{text:v[w],value:j.index||j.name})
then the options will not be displayed.
I edited the src file, it seems work, but if I edit the minifyed js file directly, the options will display “undefined”. Anything wrong?
When & where can I get the fixed release?
Thanks a lot!
A little weird that it won't appear these two days.
Maybe a bug of Firefox nightly, if there is any detailed info again, I will reply here.
Thanks!
Sometimes I use it in a “show:slide” dialog of jQuery UI, sometimes in a tab panel. I've never hit the same problem except in firefox.
If I wanna use jqgrid in hiden div/tab, what should I do?
Thanks.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top