I am having the same problem :
viewtopic.php?f=2&t=22496
So i want to override the doclick function in my js file . Is it possible ?
thanks…
I am having the same problem :
viewtopic.php?f=2&t=22496
So i want to override the doclick function in my js file . Is it possible ?
thanks…
You can’t override it for all grid instances, only for specific instance by using
grid.doClick = function(){ custom code }