Misspelled CRUD
DSBloom opened this issue · 1 comments
DSBloom commented
On page https://docs.telerik.com/blazor-ui/components/listview/templates it says "Declaring an edit template in the ListView. Note: The CUD operations are not implemented in this example."
It probably should say Declaring an edit template in the ListView. Note: The CRUD operations are not implemented in this example.
marin-bratanov commented
Thank you for reaching out!
There is a mimic for the Read operation - data is provided to the component, so it's the Create, Update and Delete operations that are not implemented.