I'm trying to implement some functions on the jqGrid for tooltip popups and what not.
I'm planning on using event delegation so I don't have to attach 1,000 event handlers every time the grid refreshes (because doing that is just obnoxious), but I'm finding that my event handlers never get hit. Does the jqGrid cancel event bubbling, and therefore eliminate the posibility of using event delegation?
If thats the case, is there an easy way to change that, or do i need to dig into the core code of the jqGrid?
i'm using jqGrid 3.6.
* Modules: grid.base.js; jquery.fmatter.js; grid.custom.js; grid.subgrid.js; grid.import.js; JsonXml.js; grid.setcolumns.js; grid.postext.js; grid.jqueryui.js;
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top