In WebCombo, you are able to add new item in WebCombo.
This topic will show you how to set AllowAddItem using designer.
To set AllowAddItem in WebCombo
- Drag WebCombo instance to the page.
- Right click on the WebCombo instance and select WebCombo Designer.
- Set AllowAddItem to True in Advanced Settings - Layoutsettings.
- Run the project.
Tasks
How-to: Add item in bound WebCombo
How-to: Add item in unbound WebCombo from server side
How-to: Add item in unbound WebCombo from client side
How-to: Use OnAddItem client side event to validate input
FAQ: How to implement adding item in WebCombo when we set AllowAutoPostBack and AllowAddItem to true
Concepts
Dynamically Add Item
References
AllowAddItem Property