Example of DropDown Components in ASP.NET MVC In-place Editor Control
This sample demonstrates the usage of drop-down components such as AutoComplete, ComboBox, DropDownList, and MultiSelect. Click on the dotted input element to switch to the editable state of the corresponding integrated component.
DEMO
SOURCE
Mode
|
This sample illustrates the way to integrate drop-down components with In-place Editor
. The
applicable types of components are:
-
DropDownList
-
AutoComplete
-
ComboBox
-
MultiSelect
The above components and their features are editable in place and can be customized with the model properties of the specific component.
More information on the In-place Editor
instantiation can be found in the
documentation section
opens in a new tab.