• 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 Search and Filter Cards in ASP.NET Core Kanban Control

This sample demonstrates the filtering and searching actions of Kanban. In this sample, select the key value from drop down list to display the filtered data in Kanban board. Type in search box to be searched in header/content and display the search result in a board.

DEMO
SOURCE

Filtering

Priority
Status

Searching

The Kanban provides an option to filter or search the cards and displayed on Kanban board using query property.

  • In query, where used for filtering the Kanban cards.
  • In query, search is used for searching the cards.