<
  • Material 3
  • Material 3 Dark
  • 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 Tooltip Template in ASP.NET Core Kanban Control

This sample demonstrates how to customize the tooltip messages in Kanban cards. You can enable or disable the tooltip and its template.

DEMO
SOURCE

The Kanban provides an option to show default tooltip and templated tooltip using the enableTooltip and tooltipTemplate properties.

  • EenableTooltip : If you set this property to true, the cards show a tooltip with default format.
  • TooltipTemplate : If you set EnableTooltip property to true and configured the tooltipTemplate, the cards show a tooltip with templated content.