dvorak

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • in reply to: Implement grid event and call default event behavior? #90685
    dvorak
    Participant

    This worked in my case in IE7/FF, etc.

    Are you missing the return keyword in the beforeSelectRow() function?

    beforeSelectRow: function(rowId, e) {

    in reply to: Implement grid event and call default event behavior? #89665
    dvorak
    Participant

    Gotcha. That worked. Thanks Mark!

    in reply to: Implement grid event and call default event behavior? #89656
    dvorak
    Participant

    Thanks for the reply Tony. Sorry, I don't think I explained my problem right. So jqgrid has default event behavior for when the user selects a row for example. If I implement an event, like beforeSelectRow, then the default behavior does not happen. Only what's in my beforeSelectRow function will be run. I'm trying to find a way to have it do both. Execute jqgrid's default event behavior as well as my code.

    beforeSelectRow: function(rowid) {

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

Stay connected with us in your favorite flavor!