Blazor Kanban Board - Search and Filter Cards
This sample demonstrates the filtering and searching actions of Kanban. In this sample, select the key value from the drop down list to display the filtered data in Kanban board. Type in the search box to be searched in header/content and display the search result in a board.
To Do - 5 items | In Progress - 4 items | Done - 5 items |
|---|
Andrew Fuller - 3 items | ||
Task 20 Enhance editing functionality | Task 2 Improve application performance | Task 13 Analyze SQL server 2008 connection |
Janet Leverling - 4 items | ||
Task 3 Arrange a web meeting with the customer to get new requirements | Task 4 Fix the issues reported in the IE browser Task 11 Fix cannot open user’s default database SQL error | Task 17 Analyze stored procedures |
Margaret Hamilt - 3 items | ||
Task 10 Show the retrieved data from the server in grid control | No cards to display | Task 8 Test the application in the IE browser Task 15 Analyze grid control |
Nancy Davloio - 2 items | ||
Task 1 Analyze the new requirements gathered from the customer | Task 21 Improve the performance of the editing functionality | No cards to display |
Steven Walker - 2 items | ||
Task 22 Arrange web meeting with the customer to show editing demo | No cards to display | Task 16 Stored procedure for initial data binding of the grid |
Filtering
| Priority | |
| Status |
Searching
The Kanban provides an option to filter or search the cards and display on Kanban board using Query property.
- In query,
WhereFilteris used for filtering the Kanban cards. - In query,
Searchis used for searching the cards.