Filter the cxLookUpCombobox for certain values

411 views Asked by At

My cxlookupcombobox gets its data from a table called PRICE_LIST (database is SQLite).

One of the fields in that table is called FOR_SALE and is a boolean field.

How can I filter the cxlookupcombobox so it only shows the items that are checked (I think sqlite uses '1' for 'true') in the table?

I do not wish to filter the table just the cxlookupcombobox so it shows me only the items that are checked in the grid.

0

There are 0 answers