Hi,
on my project I am adding item to a list in a view, and I want to provide user with the ability to remove an item from the list if it was mistakenly added, note please that this is before posting anything to the database. I was wondering if there would be a cool way to do it without having to pay a trip to the server, I mean have the deletion happen on the client side only.
Thank you