Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
6 changes: 3 additions & 3 deletions aspnetmvc/ComboBox/sorting.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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)
16 changes: 8 additions & 8 deletions aspnetmvc/TreeGrid/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -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

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

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

Expand All @@ -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}
Expand All @@ -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}
Expand Down
6 changes: 3 additions & 3 deletions aspnetmvc/TreeView/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down