Is it possible to detach all events from a grid? I have a scenarion where I may not want to track and save every event handler ID to use with
grid.detachEvent(handlerID);
is there anything like grid.detachAllEvents(), like toolbar has?
Thanks!
Is it possible to detach all events from a grid? I have a scenarion where I may not want to track and save every event handler ID to use with
grid.detachEvent(handlerID);
is there anything like grid.detachAllEvents(), like toolbar has?
Thanks!
Unfortunately such feature is not available.
You will have to detach each event handler manually.