Hdogger

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • in reply to: setSelection case insensitive #101668
    Hdogger
    Participant

    tony said:

    Hello,

    Instead I will replace the namedItem function. It causes a problems in iOS7 (which i think is a bug in the Safari)

    Regards


    I had the same problem in IOS 7 with jqGrid. Here is how I solved it. I added this function to the top of jquery.jqGrid.src.js

    Then whenever jqGrid has a call like this:
    var ind = ts.rows.namedItem(n);

    I changed it into a call like this:
    var ind = CorrectNamedItem(ts.rows, n);

    Now IOS 7 jqGrid works fine.

    I hope this change can be made into jqGrid permanently, since IOS 7 has poor behavior of the inbuilt function namedItem.

    in reply to: Frozen Column & Sorting – Minor icon display Issue #101438
    Hdogger
    Participant

    I have solution to this.

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

Stay connected with us in your favorite flavor!