[progress Communities] [progress Openedge Abl] Forum Post: How Do I Filter A Grid?

  • Thread starter Thread starter Bert Binnenmarsch
  • Start date Start date
Status
Not open for further replies.
B

Bert Binnenmarsch

Guest
I found the following code in several places with minor differences: onShow: function($scope, customData) { this.scope = $scope; var filter = { logic:'and', filters: [ { field: 'somefieldname', operator: 'eq', value: 2} ] }; this.scope.grid.options.autoBind = false; this.scope._$ds.filter(filter); }, Whatever I try, nothing is working.

Continue reading...
 
Status
Not open for further replies.
Back
Top