Hi all,
I have a detailed list view and I'm trying to run two pieces of code off it's rows' on click events.
A) If the row the user clicks on is empty I want to run piece of code A.
B) If the row the user clicks on has data I want to run piece of code B.
I can't find the correct event to achieve this:
I've tried using the item_activate event but this event doesn't execute if the row is empty (can't do A). I've also tried the list view's onClick and mouse down events but these don't select a row in the list view.
Does anyone know how I could do this?
Thanks and Regards,
Ross
I have a detailed list view and I'm trying to run two pieces of code off it's rows' on click events.
A) If the row the user clicks on is empty I want to run piece of code A.
B) If the row the user clicks on has data I want to run piece of code B.
I can't find the correct event to achieve this:
I've tried using the item_activate event but this event doesn't execute if the row is empty (can't do A). I've also tried the list view's onClick and mouse down events but these don't select a row in the list view.
Does anyone know how I could do this?
Thanks and Regards,
Ross