Hi all,
For example i have a database like,
Customer A B C
----------- --- --- ---
alfa 1 0 0
tango 0 1 1
omega 0 1 0
beta 1 1 1
cobra 0 0 1
and i have 3 checkbox.
checkbox1
checkbox2
checkbox3
what i try to is filtering this database with these 3 checkboxes.
For example, if i click checkbox1, in datagrid only the alfa row must be shown.
if i click checkbox2 and checkbox3 tango row must be shown. like this combinations....
How can i achive this?
Thanks for all.