From 6ff3e466228b4778e2d2287a21bbf89381db1045 Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Mon, 26 Jun 2023 12:38:15 +0300 Subject: [PATCH 1/3] SEO-173271-Description-Too-Short-MVC --- aspnetmvc/Gantt/WorkBreakdownStructure.md | 4 +-- aspnetmvc/ListBox/Appearance-and-Styling.md | 6 ++-- aspnetmvc/SplitButton/Dropdown-Button.md | 4 +-- aspnetmvc/TreeGrid/Editing.md | 32 ++++++++++----------- 4 files changed, 23 insertions(+), 23 deletions(-) diff --git a/aspnetmvc/Gantt/WorkBreakdownStructure.md b/aspnetmvc/Gantt/WorkBreakdownStructure.md index 0d89d43ef..310424772 100644 --- a/aspnetmvc/Gantt/WorkBreakdownStructure.md +++ b/aspnetmvc/Gantt/WorkBreakdownStructure.md @@ -1,7 +1,7 @@ --- layout: post title: Work Breakdown Structure | Gantt | ASP.NET MVC | Syncfusion -description: Work Breakdown Structure +description: Learn here about Work Breakdown Structure in Syncfusion Essential ASP.NET MVC Gantt Control, its elements, and more. platform: ejmvc control: Gantt documentation: ug @@ -24,6 +24,6 @@ Work Breakdown Structure(WBS) in Gantt represents the entire project activities The below screenshot depicts the output of above code example. -![](WorkBreakdownStructure_images/wbs_img1.png) +![Work Breakdown Structure in ASP.NET MVC Gantt](WorkBreakdownStructure_images/wbs_img1.png) [Click](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) here to view the online demo sample for WBS in Gantt. diff --git a/aspnetmvc/ListBox/Appearance-and-Styling.md b/aspnetmvc/ListBox/Appearance-and-Styling.md index ed37eb368..7de7b09e7 100644 --- a/aspnetmvc/ListBox/Appearance-and-Styling.md +++ b/aspnetmvc/ListBox/Appearance-and-Styling.md @@ -1,7 +1,7 @@ --- layout: post title: Appearance and Styling | ListBox | ASP.NET MVC | Syncfusion -description: appearance and styling +description: Learn here about Appearance and Styling in Syncfusion Essential ASP.NET MVC ListBox Control, its elements, and more. platform: ejmvc control: ListBox documentation: ug @@ -75,7 +75,7 @@ The following steps explains you the configuration of Height & Width properties 2. Output of the above steps -![](Appearance-and-Styling_images/Appearance-and-Styling_img1.png) +![Output height in ASP.NET MVC ListBox](Appearance-and-Styling_images/Appearance-and-Styling_img1.png) @@ -139,7 +139,7 @@ The following steps explains you the configuration of Rounded corner of the List 2. Output of the above steps. -![](Appearance-and-Styling_images/Appearance-and-Styling_img2.png) +![Enabling Rounded Corner in ASP.NET MVC ListBox](Appearance-and-Styling_images/Appearance-and-Styling_img2.png) diff --git a/aspnetmvc/SplitButton/Dropdown-Button.md b/aspnetmvc/SplitButton/Dropdown-Button.md index 74f20728c..55d143c09 100644 --- a/aspnetmvc/SplitButton/Dropdown-Button.md +++ b/aspnetmvc/SplitButton/Dropdown-Button.md @@ -1,7 +1,7 @@ --- layout: post title: Dropdown Button | SplitButton | ASP.NET MVC | Syncfusion -description: dropdown button +description: Learn here about Dropdown Button in Syncfusion Essential ASP.NET MVC SplitButton Control, its elements, and more. platform: ejmvc control: SplitButton documentation: ug @@ -41,7 +41,7 @@ The following steps explain how to change the Split Button as Dropdown Button. 2. Execute the above code to render the following output. -![](Dropdown-Button_images/Dropdown-Button_img1.png) +![Dropdown Button in ASP.NET MVC SplitButton](Dropdown-Button_images/Dropdown-Button_img1.png) diff --git a/aspnetmvc/TreeGrid/Editing.md b/aspnetmvc/TreeGrid/Editing.md index 5263c3d83..7d94c6966 100644 --- a/aspnetmvc/TreeGrid/Editing.md +++ b/aspnetmvc/TreeGrid/Editing.md @@ -1,7 +1,7 @@ --- layout: post title: Editing | TreeGrid | ASP.NET MVC | Syncfusion -description: editing +description: Learn here about editing in Syncfusion Essential ASP.NET MVC TreeGrid Control, its elements, and more. platform: ejmvc control: TreeGrid documentation: ug @@ -29,12 +29,12 @@ The below code example shows how to enable add option in TreeGrid. {% endhighlight %} -![](Editing_images/addnewRowBefore.png) +![Add new record in ASP.NET MVC TreGrid](Editing_images/addnewRowBefore.png) The above screenshot shows before add a new record in TreeGrid. {:.caption} -![](Editing_images/addnewRowAfter.png) +![Before Add new record in ASP.NET MVC TreGrid](Editing_images/addnewRowAfter.png) The above screenshot shows after add a new record in TreeGrid. {:.caption} @@ -64,7 +64,7 @@ The below code example shows how to set row position for new record add in TreeG {% endhighlight %} -![](Editing_images/addnewRowChild.png) +![Add row possition in ASP.NET MVC TreGrid](Editing_images/addnewRowChild.png) The above screenshot shows new record added in row position of `Child`. {:.caption} @@ -133,7 +133,7 @@ The following code example shows you how to enable the `CellEditing` in TreeG The output of TreeGrid with `CellEditing` is as follows. -![](Editing_images/cellEditing.png) +![Cell Editing in ASP.NET MVC TreGrid](Editing_images/cellEditing.png) ### Prevent cell editing @@ -191,7 +191,7 @@ The following code example shows you how to enable `RowEditing` in TreeGrid cont The following output is displayed as a result of the above code example. -![](Editing_images/rowEditing.png) +![Row Editting in ASP.NET MVC TreGrid](Editing_images/rowEditing.png) ### Dialog Editing @@ -214,7 +214,7 @@ The following code example shows you how to enable the `DialogEditing` in Tre The output of the TreeGrid with `DialogEditing` is as follows. -![](Editing_images/dialogEditing.png) +![Dialog Editing in ASP.NET MVC TreGrid](Editing_images/dialogEditing.png) The add and edit dialogs can be opened on custom actions instead of toolbar icons using the methods [`showAddDialog`](https://help.syncfusion.com/api/js/ejtreegrid#methods:showadddialog "showAddDialog") and [`showEditDialog`](https://help.syncfusion.com/api/js/ejtreegrid#methods:showeditdialog "showEditDialog"). @@ -273,7 +273,7 @@ The batch editing support in the tree grid is used to save all added, edited, an The output of a tree grid with `BatchEditing` is as follows. -![](Editing_images/BatchEdit_img1.png) +![Batch Editting in ASP.NET MVC TreGrid](Editing_images/BatchEdit_img1.png) In batch editing, the edit mode can be changed to **Cell** or **Row** or **Dialog** with the `BatchEditSettings.EditMode` property. The following code snippet shows how to set the editMode to row in the `BatchEditSettings` property. @@ -291,7 +291,7 @@ In batch editing, the edit mode can be changed to **Cell** or **Row** or **Dialo The output of a tree grid with `BatchEditSettings` and `EditMode` set as `Row` is as follows. -![](Editing_images/BatchEdit_img2.png) +![Output Batch Editting in ASP.NET MVC TreGrid](Editing_images/BatchEdit_img2.png) N> After modifying all changes in the tree grid, click the save button in the toolbar. The `ActionComplete` event will be triggered with updated records in the `batchChanges` argument with `requestType` argument as `batchSave`. Using this event, you can update all the modified records to the database. @@ -328,7 +328,7 @@ The following code example describes the above behavior. {% endhighlight %} -![](Editing_images/editType.png) +![Edit types in ASP.NET MVC TreGrid](Editing_images/editType.png) The above screenshot shows TreeGrid with different Edit type. {:.caption} @@ -387,7 +387,7 @@ public class TreeGridController : Controller {% endhighlight %} {% endtabs %} -![](Editing_images/dropdownEdit.png) +![Dropdown Edit in in ASP.NET MVC TreGrid](Editing_images/dropdownEdit.png) The above screenshot shows drop down edit type in TreeGrid. {:.caption} @@ -456,7 +456,7 @@ The following code example describes the above behavior. The following output is displayed as a result of the above code example. -![](Editing_images/dialogTemplate.png) +![Dialog template in ASP.NET MVC TreGrid](Editing_images/dialogTemplate.png) [Click](https://mvc.syncfusion.com/demos/web/treegrid/dialogediting) here to view the online demo sample for Dialog Template. @@ -553,7 +553,7 @@ function read(args) The output of the TreeGrid width EditTemplate as follows -![](Editing_images/editTemplate.png) +![Cell Edit Template in ASP.NET MVC TreGrid](Editing_images/editTemplate.png) The updated record values are maintained in collection in TreeGrid, and the user can retrieve the updated record collection at any time by using the [`getUpdatedRecords`](https://help.syncfusion.com/api/js/ejtreegrid#methods:getupdatedrecords "getUpdatedRecords") method. @@ -577,12 +577,12 @@ The below code example shows how to enable delete option in TreeGrid. {% endhighlight %} -![](Editing_images/beforeDelete.png) +![Delete Record in ASP.NET MVC TreGrid](Editing_images/beforeDelete.png) The above screenshot shows before delete a record in TreeGrid. {:.caption} -![](Editing_images/afterDelete.png) +![Before Delete Record in ASP.NET MVC TreGrid](Editing_images/afterDelete.png) The above screenshot shows after delete a record in TreeGrid. {:.caption} @@ -606,6 +606,6 @@ The following code snippet explains how to enable delete confirmation message in {% endhighlight %} -![](Editing_images/deleteConfirmation.png) +![Delete Confirmation Message in ASP.NET MVC TreGrid](Editing_images/deleteConfirmation.png) [Click](https://mvc.syncfusion.com/demos/web/treegrid/treegridediting) here to view the online demo sample for Editing. From aa9692669fea45fbfe816cded2133e067535bff2 Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Tue, 4 Jul 2023 15:45:07 +0300 Subject: [PATCH 2/3] Updated --- aspnetmvc/Gantt/WorkBreakdownStructure.md | 2 +- ...netmvc-gantt-work-breakdown-structure.png} | Bin aspnetmvc/ListBox/Appearance-and-Styling.md | 4 +-- .../aspnetmvc-listbox-adjusting-size.png} | Bin ...etmvc-listbox-enabling-rounded-corner.png} | Bin aspnetmvc/SplitButton/Dropdown-Button.md | 2 +- .../aspnetmvc-splitbutton-dropdown.png} | Bin aspnetmvc/TreeGrid/Editing.md | 30 +++++++++--------- ...pnetmvc-treegrid-add-new-record-after.png} | Bin ...netmvc-treegrid-add-new-record-before.png} | Bin .../aspnetmvc-treegrid-add-new-row-child.png} | Bin ...spnetmvc-treegrid-after-delete-record.png} | Bin .../aspnetmvc-treegrid-batch-edit-type.png} | Bin ...pnetmvc-treegrid-batch-editing-output.png} | Bin ...etmvc-treegrid-batch-editing-settings.png} | Bin ...pnetmvc-treegrid-before-delete-record.png} | Bin .../aspnetmvc-treegrid-cell-editing.png} | Bin ...spnetmvc-treegrid-delete-confirmation.png} | Bin .../aspnetmvc-treegrid-dialog-editing.png} | Bin .../aspnetmvc-treegrid-dialog-template.png} | Bin .../aspnetmvc-treegrid-dropdown-edit.png} | Bin .../aspnetmvc-treegrid-edit-template.png} | Bin .../aspnetmvc-treegrid-row-editing.png} | Bin 23 files changed, 19 insertions(+), 19 deletions(-) rename aspnetmvc/Gantt/{WorkBreakdownStructure_images/wbs_img1.png => workbreakdownstructure_images/aspnetmvc-gantt-work-breakdown-structure.png} (100%) rename aspnetmvc/ListBox/{Appearance-and-Styling_images/Appearance-and-Styling_img1.png => appearance-and-styling_images/aspnetmvc-listbox-adjusting-size.png} (100%) rename aspnetmvc/ListBox/{Appearance-and-Styling_images/Appearance-and-Styling_img2.png => appearance-and-styling_images/aspnetmvc-listbox-enabling-rounded-corner.png} (100%) rename aspnetmvc/SplitButton/{Dropdown-Button_images/Dropdown-Button_img1.png => dropdown-button_images/aspnetmvc-splitbutton-dropdown.png} (100%) rename aspnetmvc/TreeGrid/{Editing_images/addnewRowAfter.png => editing_images/aspnetmvc-treegrid-add-new-record-after.png} (100%) rename aspnetmvc/TreeGrid/{Editing_images/addnewRowBefore.png => editing_images/aspnetmvc-treegrid-add-new-record-before.png} (100%) rename aspnetmvc/TreeGrid/{Editing_images/addnewRowChild.png => editing_images/aspnetmvc-treegrid-add-new-row-child.png} (100%) rename aspnetmvc/TreeGrid/{Editing_images/afterDelete.png => editing_images/aspnetmvc-treegrid-after-delete-record.png} (100%) rename aspnetmvc/TreeGrid/{Editing_images/editType.png => editing_images/aspnetmvc-treegrid-batch-edit-type.png} (100%) rename aspnetmvc/TreeGrid/{Editing_images/BatchEdit_img1.png => editing_images/aspnetmvc-treegrid-batch-editing-output.png} (100%) rename aspnetmvc/TreeGrid/{Editing_images/BatchEdit_img2.png => editing_images/aspnetmvc-treegrid-batch-editing-settings.png} (100%) rename aspnetmvc/TreeGrid/{Editing_images/beforeDelete.png => editing_images/aspnetmvc-treegrid-before-delete-record.png} (100%) rename aspnetmvc/TreeGrid/{Editing_images/cellEditing.png => editing_images/aspnetmvc-treegrid-cell-editing.png} (100%) rename aspnetmvc/TreeGrid/{Editing_images/deleteConfirmation.png => editing_images/aspnetmvc-treegrid-delete-confirmation.png} (100%) rename aspnetmvc/TreeGrid/{Editing_images/dialogEditing.png => editing_images/aspnetmvc-treegrid-dialog-editing.png} (100%) rename aspnetmvc/TreeGrid/{Editing_images/dialogTemplate.png => editing_images/aspnetmvc-treegrid-dialog-template.png} (100%) rename aspnetmvc/TreeGrid/{Editing_images/dropdownEdit.png => editing_images/aspnetmvc-treegrid-dropdown-edit.png} (100%) rename aspnetmvc/TreeGrid/{Editing_images/editTemplate.png => editing_images/aspnetmvc-treegrid-edit-template.png} (100%) rename aspnetmvc/TreeGrid/{Editing_images/rowEditing.png => editing_images/aspnetmvc-treegrid-row-editing.png} (100%) diff --git a/aspnetmvc/Gantt/WorkBreakdownStructure.md b/aspnetmvc/Gantt/WorkBreakdownStructure.md index 310424772..748ccb84a 100644 --- a/aspnetmvc/Gantt/WorkBreakdownStructure.md +++ b/aspnetmvc/Gantt/WorkBreakdownStructure.md @@ -24,6 +24,6 @@ Work Breakdown Structure(WBS) in Gantt represents the entire project activities The below screenshot depicts the output of above code example. -![Work Breakdown Structure in ASP.NET MVC Gantt](WorkBreakdownStructure_images/wbs_img1.png) +![Work Breakdown Structure in ASP.NET MVC Gantt](workbreakdownstructure_images/aspnetmvc-gantt-work-breakdown-structure.png) [Click](https://ej2.syncfusion.com/home/aspnetmvc.html#platform) here to view the online demo sample for WBS in Gantt. diff --git a/aspnetmvc/Gantt/WorkBreakdownStructure_images/wbs_img1.png b/aspnetmvc/Gantt/workbreakdownstructure_images/aspnetmvc-gantt-work-breakdown-structure.png similarity index 100% rename from aspnetmvc/Gantt/WorkBreakdownStructure_images/wbs_img1.png rename to aspnetmvc/Gantt/workbreakdownstructure_images/aspnetmvc-gantt-work-breakdown-structure.png diff --git a/aspnetmvc/ListBox/Appearance-and-Styling.md b/aspnetmvc/ListBox/Appearance-and-Styling.md index 7de7b09e7..a1013a5c6 100644 --- a/aspnetmvc/ListBox/Appearance-and-Styling.md +++ b/aspnetmvc/ListBox/Appearance-and-Styling.md @@ -75,7 +75,7 @@ The following steps explains you the configuration of Height & Width properties 2. Output of the above steps -![Output height in ASP.NET MVC ListBox](Appearance-and-Styling_images/Appearance-and-Styling_img1.png) +![Adjusting ListBox size in ASP.NET MVC ListBox](appearance-and-styling_images/aspnetmvc-listbox-adjusting-size.png) @@ -139,7 +139,7 @@ The following steps explains you the configuration of Rounded corner of the List 2. Output of the above steps. -![Enabling Rounded Corner in ASP.NET MVC ListBox](Appearance-and-Styling_images/Appearance-and-Styling_img2.png) +![Enabling Rounded Corner in ASP.NET MVC ListBox](Appearance-and-Styling_images/aspnetmvc-listbox-enabling-rounded-corner.png) diff --git a/aspnetmvc/ListBox/Appearance-and-Styling_images/Appearance-and-Styling_img1.png b/aspnetmvc/ListBox/appearance-and-styling_images/aspnetmvc-listbox-adjusting-size.png similarity index 100% rename from aspnetmvc/ListBox/Appearance-and-Styling_images/Appearance-and-Styling_img1.png rename to aspnetmvc/ListBox/appearance-and-styling_images/aspnetmvc-listbox-adjusting-size.png diff --git a/aspnetmvc/ListBox/Appearance-and-Styling_images/Appearance-and-Styling_img2.png b/aspnetmvc/ListBox/appearance-and-styling_images/aspnetmvc-listbox-enabling-rounded-corner.png similarity index 100% rename from aspnetmvc/ListBox/Appearance-and-Styling_images/Appearance-and-Styling_img2.png rename to aspnetmvc/ListBox/appearance-and-styling_images/aspnetmvc-listbox-enabling-rounded-corner.png diff --git a/aspnetmvc/SplitButton/Dropdown-Button.md b/aspnetmvc/SplitButton/Dropdown-Button.md index 55d143c09..59a97f06f 100644 --- a/aspnetmvc/SplitButton/Dropdown-Button.md +++ b/aspnetmvc/SplitButton/Dropdown-Button.md @@ -41,7 +41,7 @@ The following steps explain how to change the Split Button as Dropdown Button. 2. Execute the above code to render the following output. -![Dropdown Button in ASP.NET MVC SplitButton](Dropdown-Button_images/Dropdown-Button_img1.png) +![Dropdown Button in ASP.NET MVC SplitButton](dropdown-button_images/aspnetmvc-splitbutton-dropdown.png) diff --git a/aspnetmvc/SplitButton/Dropdown-Button_images/Dropdown-Button_img1.png b/aspnetmvc/SplitButton/dropdown-button_images/aspnetmvc-splitbutton-dropdown.png similarity index 100% rename from aspnetmvc/SplitButton/Dropdown-Button_images/Dropdown-Button_img1.png rename to aspnetmvc/SplitButton/dropdown-button_images/aspnetmvc-splitbutton-dropdown.png diff --git a/aspnetmvc/TreeGrid/Editing.md b/aspnetmvc/TreeGrid/Editing.md index 7d94c6966..6e8bcd912 100644 --- a/aspnetmvc/TreeGrid/Editing.md +++ b/aspnetmvc/TreeGrid/Editing.md @@ -29,12 +29,12 @@ The below code example shows how to enable add option in TreeGrid. {% endhighlight %} -![Add new record in ASP.NET MVC TreGrid](Editing_images/addnewRowBefore.png) +![Before Add new record in ASP.NET MVC TreGrid](editing_images/aspnetmvc-treegrid-add-new-record-before.png) The above screenshot shows before add a new record in TreeGrid. {:.caption} -![Before Add new record in ASP.NET MVC TreGrid](Editing_images/addnewRowAfter.png) +![After Add new record in ASP.NET MVC TreGrid](editing_images/aspnetmvc-treegrid-add-new-record-after.png) The above screenshot shows after add a new record in TreeGrid. {:.caption} @@ -64,7 +64,7 @@ The below code example shows how to set row position for new record add in TreeG {% endhighlight %} -![Add row possition in ASP.NET MVC TreGrid](Editing_images/addnewRowChild.png) +![Add row possition in ASP.NET MVC TreGrid](editing_images/aspnetmvc-treegrid-add-new-row-child.png) The above screenshot shows new record added in row position of `Child`. {:.caption} @@ -133,7 +133,7 @@ The following code example shows you how to enable the `CellEditing` in TreeG The output of TreeGrid with `CellEditing` is as follows. -![Cell Editing in ASP.NET MVC TreGrid](Editing_images/cellEditing.png) +![Cell Editing in ASP.NET MVC TreGrid](editing_images/aspnetmvc-treegrid-cell-editing.png) ### Prevent cell editing @@ -191,7 +191,7 @@ The following code example shows you how to enable `RowEditing` in TreeGrid cont The following output is displayed as a result of the above code example. -![Row Editting in ASP.NET MVC TreGrid](Editing_images/rowEditing.png) +![Row Editting in ASP.NET MVC TreGrid](editing_images/aspnetmvc-treegrid-row-editing.png) ### Dialog Editing @@ -214,7 +214,7 @@ The following code example shows you how to enable the `DialogEditing` in Tre The output of the TreeGrid with `DialogEditing` is as follows. -![Dialog Editing in ASP.NET MVC TreGrid](Editing_images/dialogEditing.png) +![Dialog Editing in ASP.NET MVC TreGrid](editing_images/aspnetmvc-treegrid-dialog-editing.png) The add and edit dialogs can be opened on custom actions instead of toolbar icons using the methods [`showAddDialog`](https://help.syncfusion.com/api/js/ejtreegrid#methods:showadddialog "showAddDialog") and [`showEditDialog`](https://help.syncfusion.com/api/js/ejtreegrid#methods:showeditdialog "showEditDialog"). @@ -273,7 +273,7 @@ The batch editing support in the tree grid is used to save all added, edited, an The output of a tree grid with `BatchEditing` is as follows. -![Batch Editting in ASP.NET MVC TreGrid](Editing_images/BatchEdit_img1.png) +![Batch Editing in ASP.NET MVC TreGrid](editing_images/aspnetmvc-treegrid-batch-editing-output.png) In batch editing, the edit mode can be changed to **Cell** or **Row** or **Dialog** with the `BatchEditSettings.EditMode` property. The following code snippet shows how to set the editMode to row in the `BatchEditSettings` property. @@ -291,7 +291,7 @@ In batch editing, the edit mode can be changed to **Cell** or **Row** or **Dialo The output of a tree grid with `BatchEditSettings` and `EditMode` set as `Row` is as follows. -![Output Batch Editting in ASP.NET MVC TreGrid](Editing_images/BatchEdit_img2.png) +![Batch Editing Settings in ASP.NET MVC TreGrid](editing_images/aspnetmvc-treegrid-batch-editing-settings.png) N> After modifying all changes in the tree grid, click the save button in the toolbar. The `ActionComplete` event will be triggered with updated records in the `batchChanges` argument with `requestType` argument as `batchSave`. Using this event, you can update all the modified records to the database. @@ -328,7 +328,7 @@ The following code example describes the above behavior. {% endhighlight %} -![Edit types in ASP.NET MVC TreGrid](Editing_images/editType.png) +![Edit types in ASP.NET MVC TreGrid](editing_images/aspnetmvc-treegrid-batch-edit-type.png) The above screenshot shows TreeGrid with different Edit type. {:.caption} @@ -387,7 +387,7 @@ public class TreeGridController : Controller {% endhighlight %} {% endtabs %} -![Dropdown Edit in in ASP.NET MVC TreGrid](Editing_images/dropdownEdit.png) +![Dropdown Edit in in ASP.NET MVC TreGrid](editing_images/aspnetmvc-treegrid-dropdown-edit.png) The above screenshot shows drop down edit type in TreeGrid. {:.caption} @@ -456,7 +456,7 @@ The following code example describes the above behavior. The following output is displayed as a result of the above code example. -![Dialog template in ASP.NET MVC TreGrid](Editing_images/dialogTemplate.png) +![Dialog template in ASP.NET MVC TreGrid](editing_images/aspnetmvc-treegrid-dialog-template.png) [Click](https://mvc.syncfusion.com/demos/web/treegrid/dialogediting) here to view the online demo sample for Dialog Template. @@ -553,7 +553,7 @@ function read(args) The output of the TreeGrid width EditTemplate as follows -![Cell Edit Template in ASP.NET MVC TreGrid](Editing_images/editTemplate.png) +![Cell Edit Template in ASP.NET MVC TreGrid](editing_images/aspnetmvc-treegrid-edit-template.png) The updated record values are maintained in collection in TreeGrid, and the user can retrieve the updated record collection at any time by using the [`getUpdatedRecords`](https://help.syncfusion.com/api/js/ejtreegrid#methods:getupdatedrecords "getUpdatedRecords") method. @@ -577,12 +577,12 @@ The below code example shows how to enable delete option in TreeGrid. {% endhighlight %} -![Delete Record in ASP.NET MVC TreGrid](Editing_images/beforeDelete.png) +![Delete Record in ASP.NET MVC TreGrid](editing_images/aspnetmvc-treegrid-before-delete-record.png) The above screenshot shows before delete a record in TreeGrid. {:.caption} -![Before Delete Record in ASP.NET MVC TreGrid](Editing_images/afterDelete.png) +![Before Delete Record in ASP.NET MVC TreGrid](editing_images/aspnetmvc-treegrid-after-delete-record.png) The above screenshot shows after delete a record in TreeGrid. {:.caption} @@ -606,6 +606,6 @@ The following code snippet explains how to enable delete confirmation message in {% endhighlight %} -![Delete Confirmation Message in ASP.NET MVC TreGrid](Editing_images/deleteConfirmation.png) +![Delete Confirmation Message in ASP.NET MVC TreGrid](editing_images/aspnetmvc-treegrid-delete-confirmation.png) [Click](https://mvc.syncfusion.com/demos/web/treegrid/treegridediting) here to view the online demo sample for Editing. diff --git a/aspnetmvc/TreeGrid/Editing_images/addnewRowAfter.png b/aspnetmvc/TreeGrid/editing_images/aspnetmvc-treegrid-add-new-record-after.png similarity index 100% rename from aspnetmvc/TreeGrid/Editing_images/addnewRowAfter.png rename to aspnetmvc/TreeGrid/editing_images/aspnetmvc-treegrid-add-new-record-after.png diff --git a/aspnetmvc/TreeGrid/Editing_images/addnewRowBefore.png b/aspnetmvc/TreeGrid/editing_images/aspnetmvc-treegrid-add-new-record-before.png similarity index 100% rename from aspnetmvc/TreeGrid/Editing_images/addnewRowBefore.png rename to aspnetmvc/TreeGrid/editing_images/aspnetmvc-treegrid-add-new-record-before.png diff --git a/aspnetmvc/TreeGrid/Editing_images/addnewRowChild.png b/aspnetmvc/TreeGrid/editing_images/aspnetmvc-treegrid-add-new-row-child.png similarity index 100% rename from aspnetmvc/TreeGrid/Editing_images/addnewRowChild.png rename to aspnetmvc/TreeGrid/editing_images/aspnetmvc-treegrid-add-new-row-child.png diff --git a/aspnetmvc/TreeGrid/Editing_images/afterDelete.png b/aspnetmvc/TreeGrid/editing_images/aspnetmvc-treegrid-after-delete-record.png similarity index 100% rename from aspnetmvc/TreeGrid/Editing_images/afterDelete.png rename to aspnetmvc/TreeGrid/editing_images/aspnetmvc-treegrid-after-delete-record.png diff --git a/aspnetmvc/TreeGrid/Editing_images/editType.png b/aspnetmvc/TreeGrid/editing_images/aspnetmvc-treegrid-batch-edit-type.png similarity index 100% rename from aspnetmvc/TreeGrid/Editing_images/editType.png rename to aspnetmvc/TreeGrid/editing_images/aspnetmvc-treegrid-batch-edit-type.png diff --git a/aspnetmvc/TreeGrid/Editing_images/BatchEdit_img1.png b/aspnetmvc/TreeGrid/editing_images/aspnetmvc-treegrid-batch-editing-output.png similarity index 100% rename from aspnetmvc/TreeGrid/Editing_images/BatchEdit_img1.png rename to aspnetmvc/TreeGrid/editing_images/aspnetmvc-treegrid-batch-editing-output.png diff --git a/aspnetmvc/TreeGrid/Editing_images/BatchEdit_img2.png b/aspnetmvc/TreeGrid/editing_images/aspnetmvc-treegrid-batch-editing-settings.png similarity index 100% rename from aspnetmvc/TreeGrid/Editing_images/BatchEdit_img2.png rename to aspnetmvc/TreeGrid/editing_images/aspnetmvc-treegrid-batch-editing-settings.png diff --git a/aspnetmvc/TreeGrid/Editing_images/beforeDelete.png b/aspnetmvc/TreeGrid/editing_images/aspnetmvc-treegrid-before-delete-record.png similarity index 100% rename from aspnetmvc/TreeGrid/Editing_images/beforeDelete.png rename to aspnetmvc/TreeGrid/editing_images/aspnetmvc-treegrid-before-delete-record.png diff --git a/aspnetmvc/TreeGrid/Editing_images/cellEditing.png b/aspnetmvc/TreeGrid/editing_images/aspnetmvc-treegrid-cell-editing.png similarity index 100% rename from aspnetmvc/TreeGrid/Editing_images/cellEditing.png rename to aspnetmvc/TreeGrid/editing_images/aspnetmvc-treegrid-cell-editing.png diff --git a/aspnetmvc/TreeGrid/Editing_images/deleteConfirmation.png b/aspnetmvc/TreeGrid/editing_images/aspnetmvc-treegrid-delete-confirmation.png similarity index 100% rename from aspnetmvc/TreeGrid/Editing_images/deleteConfirmation.png rename to aspnetmvc/TreeGrid/editing_images/aspnetmvc-treegrid-delete-confirmation.png diff --git a/aspnetmvc/TreeGrid/Editing_images/dialogEditing.png b/aspnetmvc/TreeGrid/editing_images/aspnetmvc-treegrid-dialog-editing.png similarity index 100% rename from aspnetmvc/TreeGrid/Editing_images/dialogEditing.png rename to aspnetmvc/TreeGrid/editing_images/aspnetmvc-treegrid-dialog-editing.png diff --git a/aspnetmvc/TreeGrid/Editing_images/dialogTemplate.png b/aspnetmvc/TreeGrid/editing_images/aspnetmvc-treegrid-dialog-template.png similarity index 100% rename from aspnetmvc/TreeGrid/Editing_images/dialogTemplate.png rename to aspnetmvc/TreeGrid/editing_images/aspnetmvc-treegrid-dialog-template.png diff --git a/aspnetmvc/TreeGrid/Editing_images/dropdownEdit.png b/aspnetmvc/TreeGrid/editing_images/aspnetmvc-treegrid-dropdown-edit.png similarity index 100% rename from aspnetmvc/TreeGrid/Editing_images/dropdownEdit.png rename to aspnetmvc/TreeGrid/editing_images/aspnetmvc-treegrid-dropdown-edit.png diff --git a/aspnetmvc/TreeGrid/Editing_images/editTemplate.png b/aspnetmvc/TreeGrid/editing_images/aspnetmvc-treegrid-edit-template.png similarity index 100% rename from aspnetmvc/TreeGrid/Editing_images/editTemplate.png rename to aspnetmvc/TreeGrid/editing_images/aspnetmvc-treegrid-edit-template.png diff --git a/aspnetmvc/TreeGrid/Editing_images/rowEditing.png b/aspnetmvc/TreeGrid/editing_images/aspnetmvc-treegrid-row-editing.png similarity index 100% rename from aspnetmvc/TreeGrid/Editing_images/rowEditing.png rename to aspnetmvc/TreeGrid/editing_images/aspnetmvc-treegrid-row-editing.png From 95b8100ecd673a36f804bdc5d6d1daf54f1badc5 Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Thu, 13 Jul 2023 09:12:19 +0300 Subject: [PATCH 3/3] Update Appearance-and-Styling.md --- aspnetmvc/ListBox/Appearance-and-Styling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetmvc/ListBox/Appearance-and-Styling.md b/aspnetmvc/ListBox/Appearance-and-Styling.md index a1013a5c6..dbdb61385 100644 --- a/aspnetmvc/ListBox/Appearance-and-Styling.md +++ b/aspnetmvc/ListBox/Appearance-and-Styling.md @@ -139,7 +139,7 @@ The following steps explains you the configuration of Rounded corner of the List 2. Output of the above steps. -![Enabling Rounded Corner in ASP.NET MVC ListBox](Appearance-and-Styling_images/aspnetmvc-listbox-enabling-rounded-corner.png) +![Enabling Rounded Corner in ASP.NET MVC ListBox](appearance-and-styling_images/aspnetmvc-listbox-enabling-rounded-corner.png)