The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
We have a requirement to enable the swipe to delete based on the status of each listview item, if the status of one item = New, we should be able to enable the swipe and if the status = closed, we should not enable the swipe.
DBDinesh Babu Yadav Syncfusion Team May 30, 2019 11:41 AM UTC
Hi Sairam,
Thank you for contacting Syncfusion support.
You can achieve the reported requirement by using Cancel args of SwipeStarted event. Based on the Status, return boolean value to start the swiping for the particular item.