diff --git a/aspnetmvc/ComboBox/sorting.md b/aspnetmvc/ComboBox/sorting.md index 837912b67..c427e66b6 100644 --- a/aspnetmvc/ComboBox/sorting.md +++ b/aspnetmvc/ComboBox/sorting.md @@ -1,14 +1,14 @@ --- layout: post title: Sorting in ComboBox control for Syncfusion ASP.NET MVC -description: Sorting support to ComboBox control for Syncfusion ASP.NET MVC +description: Learn here about Sorting support in Syncfusion ASP.NET MVC ComboBox Control, its elements, and more. platform: ejmvc control: ComboBox documentation: ug keywords: sortorder --- -# Sorting +# Sorting in ASP.NET MVC ComboBox The ComboBox has built-in support to sort data items when `SortOrder` is specified. The available sort orders are ascending, descending and none. @@ -63,4 +63,4 @@ The following sample illustrates how to sort the data. Output for Sorting is as follows. -![](Combobox_sorting_images/sorting.png) +![ASP.NET MVC ComboBox sorting](Combobox_sorting_images/sorting.png) diff --git a/aspnetmvc/TreeGrid/Getting-Started.md b/aspnetmvc/TreeGrid/Getting-Started.md index c35a0dd31..bfceb1a64 100644 --- a/aspnetmvc/TreeGrid/Getting-Started.md +++ b/aspnetmvc/TreeGrid/Getting-Started.md @@ -1,13 +1,13 @@ --- layout: post title: Getting Started | TreeGrid | ASP.NET MVC | Syncfusion -description: getting started +description: Learn here about getting started with Syncfusion Essential ASP.NET MVC TreeGrid Control, its elements, and more. platform: ejmvc control: TreeGrid documentation: ug --- -# Getting Started +# Getting Started with ASP.NET MVC TreeGrid ## Create your first TreeGrid in MVC @@ -160,7 +160,7 @@ public class TreeGridController : Controller {% endhighlight %} {% endtabs %} -![](Getting-Started_images/Getting-Started_img1.png) +![ASP.NET MVC TreeGrid enable toolbar](Getting-Started_images/Getting-Started_img1.png) Simple TreeGrid {:.caption} @@ -192,7 +192,7 @@ TreeGrid control contains the toolbar options to Add, Edit, Delete, Cancel, Upda {% endhighlight %} The following screen shot displays a Toolbar in TreeGrid. -![](Getting-Started_images/Getting-Started_img6.png) +![ASP.NET MVC TreeGrid multicolumn](Getting-Started_images/Getting-Started_img6.png) Toolbar in TreeGrid {:.caption} @@ -218,7 +218,7 @@ You can enable the multicolumn sorting in TreeGrid by setting `AllowMultiSorting @(Html.EJ().ScriptManager()) {% endhighlight %} -![](Getting-Started_images/Getting_ startedSorting.png) +![ASP.NET MVC TreeGrid sorting](Getting-Started_images/Getting_ startedSorting.png) [Click](sorting) here to refer more details for TreeGrid Sorting. @@ -240,7 +240,7 @@ You can enable editing in TreeGrid by using `EditSettings` property and it is il @(Html.EJ().ScriptManager()) {% endhighlight %} -![](Getting-Started_images/cellEditing.png) +![ASP.NET MVC TreeGrid cell editing](Getting-Started_images/cellEditing.png) [Click](editing) here to refer more details for TreeGrid Editing. @@ -266,7 +266,7 @@ In TreeGrid, context menu can be enabled by `ContextMenuSettings` property. The The following screenshot displays the context menu in TreeGrid control. -![](Getting-Started_images/Context-Menu.png) +![ASP.NET MVC TreeGrid context menu](Getting-Started_images/Context-Menu.png) TreeGrid with context menu {:.caption} @@ -290,7 +290,7 @@ You can enable the column menu in TreeGrid, by setting the `ShowColumnChooser` a The following screenshot displays the column chooser in TreeGrid control. -![](Getting-Started_images/columnMenu.png) +![ASP.NET MVC TreeGrid column menu](Getting-Started_images/columnMenu.png) TreeGrid with column chooser {:.caption} diff --git a/aspnetmvc/TreeView/Getting-Started.md b/aspnetmvc/TreeView/Getting-Started.md index 3f9435fca..570922250 100644 --- a/aspnetmvc/TreeView/Getting-Started.md +++ b/aspnetmvc/TreeView/Getting-Started.md @@ -1,13 +1,13 @@ --- layout: post -title: Getting Started with TreeView | TreeView | ASP.NET MVC | Syncfusion -description: To get start with TreeView by adding references +title: Getting Started with ASP.NET MVC TreeView Control | Syncfusion +description: Learn here about getting started with Syncfusion Essential ASP.NET MVC TreeView Control, its elements, and more. platform: ejmvc control: TreeView documentation: ug --- -# Getting started +# Getting started with ASP.NET MVC TreeView This section explains briefly about how to create a TreeView in ASP.NET MVC platform.