Hi,
I have a SFListview binding to a data table. The listview shows a list of databases, with checkboxes.
Can I use filter to show only selected rows (=checked) then press 'Only Selected'?
Just now I reload data from a SQL database then changing Only Selected, but I want to use filter to hide all unselected items.
Sorry, but the sample did not use filter as I ask for. I don't want two listviews, only one.
In my first picture I have a list of names loaded from a data table. I select one or more by click at the items checkbox so it indicate checked.
The question is if I can hide all unchecked items if I click on the checkbox below the listview, called 'Only Selected'.
If 'Only Selected' the listview should filter so only items with status checked is visible. If unchecked all items will be showed again in the listview.
How can I use filter properties to toggle between shows all or shows only checked?
Hi again,
I have now solved the problem with show only checkboxes or show all items in a listview. It was a bit complicated so it took me a day to solve.
Regards
Thomas