telerik/blazor-docs

Misspelled CRUD

DSBloom opened this issue · 1 comments

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.

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.