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

Example of Template in ASP.NET MVC Mention Control

This sample demonstrates the template functionalities of the Mention component. Type the @ character in the editable element and select or tag the user from the customized suggestion list.

DEMO
SOURCE

In the above sample, for the template rendering the following are used

  • itemTemplate - It is used for displaying customized lists.
  • displayTemplate - It is used to display, how the the value selected is previewed in the element.
  • noRecordsTemplate - It is used to display a message if a user searches for irrelevant data in the data source bound.