Skip to content

SEO-173271-Description-Too-Short-MVC #349

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: hotfix/hotfix-v22.2.5
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions aspnetmvc/Gantt/WorkBreakdownStructure.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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/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.
6 changes: 3 additions & 3 deletions aspnetmvc/ListBox/Appearance-and-Styling.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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)
![Adjusting ListBox size in ASP.NET MVC ListBox](appearance-and-styling_images/aspnetmvc-listbox-adjusting-size.png)



Expand Down Expand Up @@ -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/aspnetmvc-listbox-enabling-rounded-corner.png)



4 changes: 2 additions & 2 deletions aspnetmvc/SplitButton/Dropdown-Button.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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/aspnetmvc-splitbutton-dropdown.png)



Expand Down
32 changes: 16 additions & 16 deletions aspnetmvc/TreeGrid/Editing.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -29,12 +29,12 @@ The below code example shows how to enable add option in TreeGrid.

{% endhighlight %}

![](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}

![](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}
Expand Down Expand Up @@ -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/aspnetmvc-treegrid-add-new-row-child.png)

The above screenshot shows new record added in row position of `Child`.
{:.caption}
Expand Down Expand Up @@ -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/aspnetmvc-treegrid-cell-editing.png)

### Prevent cell editing

Expand Down Expand Up @@ -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/aspnetmvc-treegrid-row-editing.png)

### Dialog Editing

Expand All @@ -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/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").

Expand Down Expand Up @@ -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 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.
Expand All @@ -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)
![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.
Expand Down Expand Up @@ -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/aspnetmvc-treegrid-batch-edit-type.png)

The above screenshot shows TreeGrid with different Edit type.
{:.caption}
Expand Down Expand Up @@ -387,7 +387,7 @@ public class TreeGridController : Controller
{% endhighlight %}
{% endtabs %}

![](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}
Expand Down Expand Up @@ -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/aspnetmvc-treegrid-dialog-template.png)

[Click](https://mvc.syncfusion.com/demos/web/treegrid/dialogediting) here to view the online demo sample for Dialog Template.

Expand Down Expand Up @@ -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/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.

Expand All @@ -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/aspnetmvc-treegrid-before-delete-record.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/aspnetmvc-treegrid-after-delete-record.png)

The above screenshot shows after delete a record in TreeGrid.
{:.caption}
Expand All @@ -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/aspnetmvc-treegrid-delete-confirmation.png)

[Click](https://mvc.syncfusion.com/demos/web/treegrid/treegridediting) here to view the online demo sample for Editing.