Found error when calling resetSelection on grid (not multiselect)
$t not defined, line 226
$(“tr#”+$t.p.selrow+”:first”,$t.grid.bDiv).removeClass(“selected”);
changed it to this
$(“tr#”+t.p.selrow+”:first”,t.grid.bDiv).removeClass(“selected”);
and seems to work fine now.
Thanks for all your hard work on this great plugin
Rick
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top