hey guys i have a grid setup that i have treeview working well in.
However on select row i do
var divisionName2 = $(this).jqGrid(‘getCell’, id, ‘description’);
But that gives me a massive bunch of html
<div class="tree-wrap tree-wrap-ltr" style="width:54px;"><div style="left:36px;" class="ui-icon ui-icon-pin-s tree-leaf treeclick"></div></div><span class="cell-wrapperleaf">Group A</span>
In the past prior to using treeview it would only return “Group A”
Any help would be amazing.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top