Click here to Skip to main content
15,912,457 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am using dev express combobox where all the options come from a table in the data base.... I need to add another option called "All" so that when i select the all option,all the data is shown in the grid....How to add the all option with the other options in the combobox?

Thanks in advance...
Posted
Comments
Nithin Sundar 19-May-11 2:31am    
Why not try adding "All" inside that table which contains all options required for you?

1 solution

see whether there is any Items property of the ComboBox instance....if there is then use

cmbBoxInstance.Items.Insert("The ALL Item")

I've not worked with the control you are talking about but think this could help.... :)
 
Share this answer
 
Comments
Laksh112 19-May-11 16:01pm    
thanks it was helpful!!!

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