Skip to content

Replies

0
udi gb
udi gb answered on Jul 22, 2014 9:32 AM

thanks very much

works for me 

0
udi gb
udi gb answered on Jul 13, 2014 5:39 AM

hi

i wanted to filter with 2 or more options with 'ANY' (OR)

between them, and couldn't find how

(the default of the filtering is 'ALL' (AND))

 

my code:

$('#grid').igGridFiltering('filter', ([

{ fieldName:'CLUSTER_ID', expr: 28, cond: 'equals'},

{ fieldName:'CLUSTER_ID', expr: 81, cond: 'equals'}

]));