Hello Tony!
The line 346 of grid.common.js in there is a small typing error. The line
if(jQuery.inArray(jQuery.trim(jQuery(this).text()),ovm) > -1 || jQuery.inArray(jQuery.trim(jQuery(this).val(),ovm)) > -1 ) {
should be fixed to
if(jQuery.inArray(jQuery.trim(jQuery(this).text()),ovm) > -1 || jQuery.inArray(jQuery.trim(jQuery(this).val()),ovm) > -1 ) {
Best regards
Oleg
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top