Listview clickable

0
Hello Guys ,  Am having the listview in that i placed dropdown div container and also using onclick option  in the list view , whenever i am clicking on dropdown div converter it make the listview onclick to works and dropdown option is not working , any solution for this ……...    This dropdown without onclick option in the lsitview working fine , if i have onclick in listview it makes this dropdown option not to work ?????
asked
1 answers
1

Hi Naranaya,

In this case I would remove the on click event of the listview, add a container around the header (the ‘First test ...’ part) or even the full text, and add a on click event to this container. This way, you have separate click areas on the left and on the right, which are not interfering.

Hope this helps!

answered