Skip to content

Commit d196d41

Browse files
Update mysql-server.md
1 parent de87ff1 commit d196d41

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ej2-asp-core-mvc/grid/EJ2_ASP.MVC/connecting-to-database/mysql-server.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -556,10 +556,9 @@ CRUD operations within the Grid can be mapped to server-side controller actions
556556
1. **InsertUrl**: Specifies the URL for inserting new data.
557557
2. **RemoveUrl**: Specifies the URL for removing existing data.
558558
3. **UpdateUrl**: Specifies the URL for updating existing data.
559-
4. **CrudUrl**: Specifies a single URL for all CRUD operations.
560-
5. **BatchUrl**: Specifies the URL for batch editing.
559+
4. **BatchUrl**: Specifies the URL for batch editing.
561560

562-
To enable editing in ASP.NET MVC Grid, refer to the editing [Documentation](https://ej2.syncfusion.com/aspnetmvc/documentation/grid/editing/edit). In the below example, the inline edit `Mode` is enabled and [Toolbar](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Grids.Grid.html#Syncfusion_EJ2_Grids_Grid_Toolbar) property is configured to display toolbar items for editing purposes.
561+
To enable editing in ASP.NET MVC Grid, refer to the editing [documentation](https://ej2.syncfusion.com/aspnetmvc/documentation/grid/editing/edit). In the below example, the inline edit `Mode` is enabled and [Toolbar](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Grids.Grid.html#Syncfusion_EJ2_Grids_Grid_Toolbar) property is configured to display toolbar items for editing purposes.
563562
564563
{% tabs %}
565564
{% highlight cshtml tabtitle="Index.cshtml" %}

0 commit comments

Comments
 (0)