Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
220
Guidelines to implement comma separated search with IN operator.
posted

Hi Guys,

I need my xam data grid to perform IN and NOT IN filter on comma separated values.

e.g. ID "IN" 1234, 5678

or    ID "NOT IN" 1234, 5678

Currently the xam data grid supports that using "Match" operator and pipe "|" separated entries... 

e.g. ID "Match" 1234|5678

and ID "Does Not Match" 1234|5678

But our end users arent happy... they find it too complicated. :-)

Can you guys give me kickstart or guidelines for the same?

Thx

Vinit Sankhe.