Listview Search Based On Enumeration

1
Hi Team, I have added listview control in my application. The entity which I have bind with listview contains some enumeration fields as well.  My Questions is, how can I bind those enumeraton field in search. Right now, listview only showing me string and integer on which search is applicable.   Thanks
asked
1 answers
-3

The way to use enumerations is documented within the appstore.

Have a look under Check Box Filter on the documentation tab.

answered