There are many very useful extension points in the grid however I often find that I'd like the default behavior for an event to still take place, along with a bit of my code. So have it run the code in my function and then do what it normally would have done have I not provided this function.
For example, say I implement beforeSelectRow event:
beforeSelectRow: function(rowid) {
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top