locked
Checkbox in a listview RRS feed

  • Question

  • 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

    Sunday, May 13, 2012 3:16 AM

Answers

  • I figured out a way to do it by using a render method instead of a template and then manually wiring click/change functions to different elements...

    www.emadibrahim.com

    Sunday, May 13, 2012 10:19 PM