Hi,
I have a listview with a the property checkbox = true.
When the user clicks on the checkbox and changes its state (checked -> unchecked or unchecked -> checked), I catch the ItemCheck event and do some DB implementation.
I want to ask the user for confirmation before working with the DB.
When I the user cancel it's command, I want that the checkbox will return to it's status.
How can I tell the listview to ignore the state change of the checkbox?
Thank,
Mattan