Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi guys,
Is it possible to add another level on a drop down list such as it would look like drop down menu with sub categories?

The usual one can be seen here

http://www.ajaxtoolkit.net/DropDown/DropDown.aspx[^]

and I was wondering if it is possible to add another sub category to the selected drop down list item?

My client does not want cascading drop down list.
Instead he wants something he can do mouse over like menu and select the item.
Posted
Comments
Sergey Alexandrovich Kryukov 8-Mar-14 21:52pm    
Why would you doubt?
—SA

No doubt it is possible. After all, menu is multi-level. What you need could be some combination of menu and drop-down control. I never saw such control, but, after all, http://www.ajaxtoolkit.net is open-source, so you can take the source and see how it is implemented and create your own control.

—SA
 
Share this answer
 
Of course it is. As SA has said you can modify the code by yourself or rather you can implement by your own.
Well one way is suggested by SA.
And the other way is go for CSS. It could be a bit tricky, but once you understand it, it'd be more easy to work with it.
Here you have to take care about the items that you want to show in your (multi level) dropdown list. You can manage it through code.

See how to create multi-level drop down list using CSS/Jquery :
http://www.dynamicdrive.com/dynamicindex1/indexc.html[^]
http://webcache.googleusercontent.com/search?q=cache:http://www.jqueryscript.net/menu/Multi-Level-Drop-Down-Menu-with-Pure-CSS3-Minimal-Transparent-Menu.html[^]
http://webcache.googleusercontent.com/search?q=cache:http://www.sanwebe.com/2013/06/multi-level-dropdown-menu-css[^]
http://webcache.googleusercontent.com/search?q=cache:http://www.bappi-d-great.com/create-multi-level-drop-down-menu-in-css/[^]

-KR
 
Share this answer
 

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