Click here to Skip to main content
15,895,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i need to add a delete button inside each rows of drop down list or list box.when i click on that button , the correspondent row should be deleted from drop down list or list box.the X(delete) button should be appeared at the end of each line.
the code is as follows.

<select id="id_viewLocationList" >
<%-- <option><input type="checkbox"></option>--%>
</select>





Please help me on this.
Posted
Updated 5-May-15 19:43pm
v3
Comments
Sergey Alexandrovich Kryukov 6-May-15 1:58am    
I would seriously advise you to use some other design. It will take considerable effort without convincing results, in term of user experience. You could create a scrollable area with elements and such buttons on each line, or, even better, the design based on a single delete button and selection. All scroll-down elements are already not the most convenient, and you are trying to make them even worse...
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900