Hi Syncfusion,
I am using ASP.NET Core/Razor, C# and trying to achieve the following two tasks, I wonder if you can help? I have searched and tried my best but no luck so far.
Basically, in the following example link (Syncfusion kanban Swimlanes Example) I want to control the toggling of the swim lanes from the code behind.
Task 1) When loading, I want all but the top swim lane headers to be collapsed. In the above example, I would like to see the cards for ‘Andrew Fuller’ only, and, the group of cards for ‘Janet’, ‘Nancy’ and ‘Unassigned’ to be hidden (collapsed). If the user wishes to see the cards, for example, for ‘Janet’, they can do so by clicking relevant > button (next to the name) as per usual.
Task 2) How to collapse a swim lane when all cards are, for example, in the ‘Done’ column? Again, using an example from the above link, assume Andrew Fuller has all his cards in the ‘Done’ column except the last one, which is in ‘In Progress’. This morning he drags and drops his last card from ‘In Progress’ to ‘Done’ column. At this point, I want to give him, say 10 seconds, to appreciate his effort and then automatically collapse the column using some lo(ma)gic from the code behind?
Can you help me achieve this two tasks?
Thanks
Michael