Using *$scope.gridOptions.filterOptions.filterText* i am able to filter my 
data. For example to filter on the basis of Destination Country, i am 
setting the filterText as:


$scope.gridOptions.filterOptions.filterText += 'DestinationCountry:' + 
$scope.filter.DestinationCountry + ';';
>
>

However i am unable to figure out how to filter a date column on the basis 
of date range i.e. between from-date and to-date.  



Thanks. The original question is: 
http://stackoverflow.com/q/20323270/2864429 Not me, but having the same 
issue.

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to