Wan

Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • Author
    Replies
  • in reply to: edit/add/delete break the getRowData function #92321
    Wan
    Participant

    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.Cool

    in reply to: edit/add/delete break the getRowData function #92320
    Wan
    Participant

    It seems like the $t.rows is cleared somewhere I currently don't know…

    in reply to: ExpandColClick is broken in 3.6.1(again) #91484
    Wan
    Participant

    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.

    in reply to: ExpandColClick is broken in 3.6.1(again) #91483
    Wan
    Participant

    Sorry, ExpandColClick works.

    But we need to click the “span” in that column not the whole row.

    in reply to: ExpandColClick is broken in 3.6.1(again) #91482
    Wan
    Participant

    onRowSelect: function(rowid)

    {

    in reply to: DnD bugs #91481
    Wan
    Participant

    Is the Drag'n'drop bugs fixed in github?

    in reply to: DnD bugs #91248
    Wan
    Participant

    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.

    in reply to: DnD bugs #91233
    Wan
    Participant

    3. What can I do to support the D'n'D if there are pagination?

    in reply to: stype=”select” search field name is wrong #90772
    Wan
    Participant

    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.

    in reply to: stype=”select” search field name is wrong #90726
    Wan
    Participant

    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.

    in reply to: stype=”select” search field name is wrong #90723
    Wan
    Participant

    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!

    in reply to: enable loadui infirefox3.7 sometimes leak to error #90293
    Wan
    Participant

    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!

    in reply to: enable loadui infirefox3.7 sometimes leak to error #90144
    Wan
    Participant

    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.

Viewing 13 replies - 1 through 13 (of 13 total)

Stay connected with us in your favorite flavor!