• Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of DropDown Components in ASP.NET Core 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 .