I have a listview with 1 column and checkbox.
On a click of the "checkbox" or column 1 I get the appropriate data.
Behaviour I would like:
If the checkbox is checked on a click, I add the data in that column to a listbox.
If the checkbox is unchecked on a click, I remove that data from the listbox.
If the column is clicked I do nothing.
Thanks
On a click of the "checkbox" or column 1 I get the appropriate data.
Behaviour I would like:
If the checkbox is checked on a click, I add the data in that column to a listbox.
If the checkbox is unchecked on a click, I remove that data from the listbox.
If the column is clicked I do nothing.
Thanks
Comment