From a894dce1087b80e0beffcbe4d3e3a940e948b6eb Mon Sep 17 00:00:00 2001 From: Ahmet Date: Thu, 5 Nov 2020 11:01:22 +0300 Subject: [PATCH] Update Part-3.md --- docs/en/Tutorials/Part-3.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/Tutorials/Part-3.md b/docs/en/Tutorials/Part-3.md index dae7e4bfdb..2130352524 100644 --- a/docs/en/Tutorials/Part-3.md +++ b/docs/en/Tutorials/Part-3.md @@ -1264,7 +1264,7 @@ Open the `Books.razor` and add the following `DataGridColumn` section inside the @L["Actions"] - + @L["Edit"] @@ -1273,7 +1273,7 @@ Open the `Books.razor` and add the following `DataGridColumn` section inside the ```` -* `OpenEditModalAsync` is defined in the base class which takes the `Id` of the entity (book) to edit. +* `OpenEditModalAsync` is defined in the base class which takes the entity (book) to edit. This adds an "Actions" dropdown to all the books inside the `DataGrid` with an `Edit` action: @@ -1419,7 +1419,7 @@ Here the complete code to create the book management CRUD page, that has been de @L["Actions"] - + @L["Edit"]