binchen

Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Author
    Replies
  • in reply to: afterInsertRow event didn’t fire for every row. #86522
    binchen
    Participant

    The problem was when the values on first column are not unique, the

    afterInsertRow will not fire for other rows with the same value.

    My work around was to add a hidden first column with unique ids.

    Is this a bug, I missed a property setting?

    in reply to: href link does not always show on some cells #86521
    binchen
    Participant

    The problem was when the first values on first column are not unique, the

    afterInsertRow will not fire for other rows with the same value.

    My work around was to add a hidden first column with unique ids.

    Is this a bug, I missed a property setting?

    in reply to: Where to sdd a click function for a href link #86440
    binchen
    Participant

    I know why it is so slow now.

    When you add after setCell in afterInsertRow for 250 rows, It actually attached click function 250 times for the first row (We can do math for other row).

    The correct place is in “gridComplete: function() { }”

    Thanks again, your suggestion still led to solve my problem.

    in reply to: Where to sdd a click function for a href link #86438
    binchen
    Participant

    Thanks,

    It works, however it will add to each and very single row. When my requirement needs to display 250 rows, it just a way too slow when my click function needs to retrieve data from Database.

    Any way I can add the click function for to the whole grid then pass on to each cells? May be an enhencement for consideration?

    Thanks again.

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

Stay connected with us in your favorite flavor!