Multiple card selection

Hi,


We are trying to select multiple cards in kanban component. How can we achieve it?


Thanks,

Dileep gagan R


1 Reply

VJ Vinitha Jeyakumar Syncfusion Team September 3, 2021 06:54 AM UTC

Hi Dileep, 
 
 
Greetings from Syncfusion support 
 
 
We have validated your query “We are trying to select multiple cards in kanban component. How can we achieve it?” 
 
Your requirement to select multiple cards in Kanban board can be done by enabling selectionType in CardSettings and set it as “Multiple”. Then, Select the multiple cards randomly using Ctrl + mouse click and select the multiple cards continuously using Shift + mouse click action on the Kanban board. Please check the below code snippet, 
 
Code snippet: 
public cardSettings: CardSettingsModel = { 
        headerField: 'Title', 
        template: '#cardTemplate', 
        selectionType: 'Multiple' 
    }; 
 
 
 
Please check the above sample and code snippet and let us know if it satisfies your requirement. 
 
Regards, 
Vinitha 


Loader.
Up arrow icon