Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
149152 | Nov 15,2019 08:53 PM UTC | Nov 19,2019 05:16 AM UTC | Blazor | 3 |
![]() |
Tags: ListView |
Hi Brian,Thanks for contacting Syncfusion support.In our ListView component we have provided the AddItem method for adding new items. So, you can use this method to achieve your requirement. We have prepared sample for your convenience. Please refer to the below link for the sample.Sample link: https://www.syncfusion.com/downloads/support/directtrac/general/ze/ListviewAdd-1589099198.zipPlease let us know if you any concerns.Regards,Muthukrishnan K
<EjsButton OnClick="@Remove"> Remove Item</EjsButton> |
public void Remove()
{
CheckoutItem data = new CheckoutItem {
Id = 20,
Name = "name1",
Quantity = 0
};
list.RemoveItem(data);
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.