I have a listview with a list of tasks and I want to add a checkbox to mark that a task is done.
I can't seem to wire a click event using jquery, so I used the itemInvoked method but the same method fires whether I check the checkbox or click the task itself.
Basically, I want the listitem to have 2 different click events. One event to check the checkbox and another event to open task detail view....
How do I do that?
www.emadibrahim.com