How can I swipe from swipe after doing swipe?

Hi,

funny question title. but if you look at the image, you will understand my problem. 

How can I swipe right from the blue area in the picture after swipe left

Thank you for answer.

Attachment: Swipe_d1e25645.zip

7 Replies

PK Pradeep Kumar Balakrishnan Syncfusion Team April 20, 2020 05:55 PM UTC

Hi Tayyip 
 
Thank you for contacting Syncfusion support. 
 
We have checked your query “How to perform left swipe from loaded right swipe template and right swipe from left swipe template” in Xamarin forms. SfDataGrid does not have support to swipe from the loaded template view. If you are looking to close the swipe template after completing your template action please use the following code snippet. 
 
Code snippet: 
 
private void OnDeleteIconTapped(object senderEventArgs e) 
{ 
    dataGrid.ResetSwipeOffset(); 
} 
 
private void OnEditIconTapped(object senderEventArgs e) 
{ 
    dataGrid.ResetSwipeOffset(); 
} 
 
 
We have also attached sample for your reference  
 
Regards, 
Pradeep Kumar B 
 



TE Tayyip Emre ÖRNEK April 20, 2020 06:03 PM UTC

Hi,
Thank you for answer. I just want to back from the opened swipe field to using swipe action resetswipeoffset.

I would appreciate if you rate this issue. Turn off the swipe with the swiped area.

I wish you good work


PK Pradeep Kumar Balakrishnan Syncfusion Team April 21, 2020 09:48 PM UTC

Hi Tayyip, 
 
Thank you for your update. 
 
Currently, we are validating to provide sample level solution for your requirement “Swipe DataGrid row from loaded swipe template” also this is not an issue in SfDataGrid because swipe interaction cannot be handled in SfDataGrid library for swipe template view since we are unaware of its view type. We will validate and provide sample level solution on 24th April 2020. We appreciate your patience until then. 
 
Regards, 
Pradeep Kumar B 



PK Pradeep Kumar Balakrishnan Syncfusion Team April 23, 2020 04:48 PM UTC

Hi Tayyip, 
 
Thank you for your patience,  
 
We have prepared sample level solution for your requirement “Swipe DataGrid row from loaded swipe template” in Xamarin forms. It is working fine Xamarin forms Android and Xamarin forms UWP.  
 
 
In Xamarin forms IOS to meet this requirement it needs renderer level modification that we are working on it. We will implement in Xamarin forms IOS also and share the sample in two business days (April 27,2020). We appreciate your patience until then. 
 
Regards, 
Pradeep Kumar B 



TE Tayyip Emre ÖRNEK April 24, 2020 02:08 AM UTC

Hi,
Thank you very much for your interest and support


PK Pradeep Kumar Balakrishnan Syncfusion Team April 24, 2020 10:43 AM UTC

Hi Tayyip, 
 
Thank you for the update. As promised, we will update sample for your requirement in IOS on April 27, 2020. We appreciate your patience until then.    
 
Regards, 
Pradeep Kumar B  



PK Pradeep Kumar Balakrishnan Syncfusion Team April 27, 2020 07:00 PM UTC

Hi Tayyip, 
 
Thank you for your patience. 
 
We have prepared a sample level solution for your requirement “Swipe DataGrid row from loaded swipe template” in Xamarin forms. And used the dependency service on IOS platform alone to retain touch on swipe template view while swiping.

 
 
We hope this helps. Please let us know if you need any further assistance 
 
Regards, 
Pradeep Kumar B

Loader.
Up arrow icon