If I have grouping enabled using the code like in the documentation like below will not work because if i have 4 items and grouped as 2, it will consider as 6 I believe, If I actually swipe 3rd item from 4th item, it will have 5. so my grid looks like as below
---group1
item1
item2
---group2
item 3
item 4
In above case, if I swipe item 3,
e.RowIndex=5 which makes no sense I believe as you cant swipe groupheader, or can you swipe group header to delete entire group( it will be even cooler solution:))
private void dataGrid_SwipeEnded(object sender, SwipeEndedEventArgs e)
{
swipedRowIndex = e.RowIndex;
https://help.syncfusion.com/xamarin/sfdatagrid/swiping