We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Target Swimlane Value

How can we get target swimlane value with CardDragEnd event when a card is dragged from one swimlane to another?

Thanks.


7 Replies 1 reply marked as answer

SS SaiGanesh Sakthivel Syncfusion Team October 26, 2022 01:36 PM UTC

Hi Miftah,


#Regarding Target Swimlane Value

Currently, we are checking the reported query from our end. We will update you on the further details on October 28, 2022. We appreciate the patience until then.


Regards,
SaiGanesh Sakthivel



MS Muniappan Subramanian Syncfusion Team October 28, 2022 12:24 PM UTC

Hi Miftah, 

  

As of now, WPF SfKanban does not have support for " Get target swimlane value with CardDragEnd event when a card is dragged from one swimlane to another" and we have logged a feature request for the same. We will implement this feature in any of our upcoming releases.   


At the planning stage for every release cycle, we review all open features and identify features for implementation based on specific parameters including product vision, technological feasibility, and customer interest. We will let you know when this feature is implemented. We appreciate your patience until then.  


Thank you for requesting this feature and helping us define it. We are always trying to make our products better and feature requests like yours are a key part of our product growth efforts.  


You can also communicate with us regarding the open features at any time using our Feature Report page.   


We will prioritize the features every release based on the demands and we do not have an immediate plan to implement this feature since we committed to already planned work. So, this feature will be available in any of our upcoming releases.   

​  

Please upvote these features to make this our priority. While this feature itself is important we will prioritize the features every release, based on the user demands. So, this feature will be available in any of our upcoming releases  


Feedback link:  https://www.syncfusion.com/feedback/38718/provide-support-to-get-target-swimlane-value-from-the-carddragend-event


If you have any more specifications/suggestions for the feature request, you can add it as a comment in the portal and cast your vote to make it count.  


Regards, 

Muniappan S



MU Marco Uffelmann January 23, 2023 10:06 PM UTC

Hi, This is also important for us.



SS SaiGanesh Sakthivel Syncfusion Team January 24, 2023 01:02 PM UTC

Hi Macro,


#Regaring Get target swimlane value with CardDragEnd event when a card is dragged from one swimlane to another

We will implement this feature in our 2023 Volume 1 release which is expected to roll out in the month end of March, 2023. We appreciate your patience until then.


You can track the status of this report through the following feedback link,

https://www.syncfusion.com/feedback/38718/provide-support-to-get-target-swimlane-value-from-the-carddragend-event


Regards,

SaiGanesh Sakthivel



SS SaiGanesh Sakthivel Syncfusion Team March 24, 2023 06:11 AM UTC

Miftah,


We are glad to announce that our Essential Studio 2023 Volume 1 Main Release V21.1.35 is rolled out and the feature implementation “support to get target swimelane value from the CardDragEnd event” is available for download under the following link.


https://www.syncfusion.com/forums/181344/essential-studio-2023-volume-1-main-release-v21-1-35-is-available-for-download


Feedback: https://www.syncfusion.com/feedback/38718/provide-support-to-get-target-swimlane-value-from-the-carddragend-event


Release note: https://help.syncfusion.com/wpf/release-notes/v21.1.35?type=all#sfkanban-Features


Now, you can get the target swimelane value in the card drag end event. Please refer to the code snippet for your reference.


Code Snippet

private void Kanban_CardDragEnd(object sender, Syncfusion.UI.Xaml.Kanban.KanbanDragEndEventArgs e) 

{ 

    var targetSwimelaneValue = e.TargetSwimlane; 

}


We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.


Marked as answer

MI Miftah March 24, 2023 12:25 PM UTC

Thanks SaiGanesh for the update.

I'm now able to achieve my requirements by using the newly introduced parameter.

Regards.



SS SaiGanesh Sakthivel Syncfusion Team March 27, 2023 07:19 AM UTC

Miftah,


We are glad to know that the provided solution is resolved the query. Please let us know if you need any further assistance on this. 


Loader.
Live Chat Icon For mobile
Up arrow icon