Click here to Skip to main content
16,021,226 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how can i create a combo box having check boxes dynamically using jquery
Posted

1 solution

Please go through the article jQuery UI MultiSelect Widget[^] to know how to work this out.
And check the Live Demos here[^].

Thanks...
 
Share this answer
 
Comments
Please accept this answer, if it has helped you in any way.
This will help others to find the answer in one go and you will also be awarded with some points for this action...

Thanks,
Tadit
Member 9664530 4-Jan-13 6:19am    
thank u ...it helped me a lot .
Member 9664530 4-Jan-13 6:20am    
when iam using dropdownchecklist iam unable to call the onkeydown method.
plz do help me
thanks in advance
As this is a plugin, so you need to check its custom events...
You can find those events in both the links.
Check here.
You can do what you wanted to do with onkeydown.
Just check these events and its working on live demo there itself.
Member 9664530 4-Jan-13 7:00am    
the actual problem is iam having a grid in which iam using dis dropdownchecklist when i click on keyboard the onkeydown event captures the key which is clicked. if the tab is clicked it should focus on the next row
so now the mouse evnts are not being fired

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