• 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 Search and Filter Cards in ASP.NET MVC 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 display them on the Kanban board using the query property.

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