I am using kendo UI Grid view.
The data is
subNodesArray = "one", "two", "three", "four", "five", "[15]
OTU2-XP(59.79)(55.75) -B", "[16] GE-XPE(57.36)(*)-B*"]
var grids = $('#alarmsGrid').data('kendoGrid');
for(var i=0; i<subNodesArray.length;i++){
console.log(subNodesArray[i])
grids.dataSource.filter({
"logic":"or",
"filters":[
{ field: "sourceId", operator: "eq", value: subNodesArray[i] },
]
});
}
Here filtering is not working for me.
--
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/d/optout.