You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -36,12 +36,12 @@ To configure Kendo ListView for ASP.NET MVC for editing follow these steps:
36
36
</div>
37
37
</div>
38
38
</script>
39
-
39
+
40
40
**Note:** Click events for elements with class name **k-edit-button** and **k-delete-button** will be automatically handled and treated by Kendo ListView as **edit** and **delete** actions.
41
41
42
42
2. Define `EditorTemplate` for the model:
43
43
44
-
@model Kendo.Mvc.Examples.Models.ProductViewModel
44
+
@model Kendo.Mvc.Examples.Models.ProductViewModel
45
45
<div class="product-view">
46
46
<dl>
47
47
<dt>Product Name</dt>
@@ -71,14 +71,14 @@ To configure Kendo ListView for ASP.NET MVC for editing follow these steps:
71
71
</div>
72
72
</div>
73
73
74
-
**Note:** Click events for elements with class name **k-update-button** and **k-cancel-button** will be automatically handled and treated by Kendo ListView as **save** and **cancel** actions.
74
+
**Note:** Click events for elements with class name **k-update-button** and **k-cancel-button** will be automatically handled and treated by Kendo ListView as **save** and **cancel** actions. The editor template should be wrapped in a HTML container, same as the item template.
0 commit comments