this is throwing an error saying h is null or not an object in ext-all.debug.js at function createDelayed(h, o, scope){ return function(){ var args = TOARRAY(arguments); (function(){ h.apply(scope, args); }).defer(o.delay || 10); }; };
here is the code i used
grid.on('click', this.onClick, this, { single: true, delay: 10000, forumId: 4 });