Skip to content

Commit

Permalink
Fix ajaxSelectOptions in Filtering. Thanks to Oleg
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytomov committed Oct 25, 2011
1 parent 7be83cc commit ae851b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/grid.formedit.js
Expand Up @@ -158,6 +158,7 @@ $.jgrid.extend({
ruleButtons : p.multipleSearch,
afterRedraw : p.afterRedraw,
_gridsopt : $.jgrid.search.odata,
ajaxSelectOptions: $t.p.ajaxSelectOptions,
onChange : function( sp ) {
if(this.p.showQuery) {
$('.query',this).html(this.toUserFriendlyString());
Expand Down

0 comments on commit ae851b9

Please sign in to comment.