[DevExpress Support Team: CLONED FROM T707120: How to filter data with DataSourceLoadOptions on the server]
What is the javascript for the filter Array's PUSH order when you want to AND two sets of ORs.
For this to work, the ORs should be grouped together in order for the AND to apply to different sets of ORs. But just pushing parenthesis and/or brackets leads to an EXCEPTION.
SO, HOW IS THIS DONE ??
(
['Color', '=', 'Red']
or
['Color', '=', 'Blue']
)
AND
(
['Size', '=', 'Large']
or
['Size', '=', 'Small']
)