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 aspnet-core/Menu/Context-Menu.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Context Menu | Menu | ASP.NET Core | Syncfusion
description: context menu
description: Learn here about Context Menu in Syncfusion Essential ASP.NET Core Menu Control, its elements, and more.
platform: aspnet-core
control: Menu
documentation: ug
---

# Context Menu
# Context Menu in ASP.NET Core

A context menu is a type of menu in a graphical user interface (GUI) that appears when you perform right click operation. In this Menu control you can use a context menu by specifying the type of menu as ContextMenu. A context also provides support for nested level of menu items.

Expand Down Expand Up @@ -61,7 +61,7 @@ In the following example, a context menu for the division containing text is cre

The following screen shot displays the output of the above code.

![](Context-Menu_images/Context-Menu_img1.png)
![Context Menu in ASP.NET Core](context-menu_images/aspnetcore-context-menu.png)

Context Menu
{:.caption}
Expand Down
4 changes: 2 additions & 2 deletions aspnet-core/NumericTextBox/Overview.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: NumericTextBox | NumericTextBox | ASP.NET Core | Syncfusion
description: overview
description: Learn here about overview in Syncfusion Essential ASP.NET Core NumericTextBox Control, its elements, and more.
platform: aspnet-core
control: NumericTextBox
documentation: ug
---

# NumericTextBox
# NumericTextBox in ASP.NET Core

Essential ASP.NET Core NumericTextBox is used to display only numeric values. It has Spin buttons to increase or decrease the values in the Text Box.

Expand Down
4 changes: 2 additions & 2 deletions aspnet-core/PivotGrid/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Getting-Started | PivotGrid | ASP.NET Core | Syncfusion
description: getting started
description: Learn here about getting started with PivotGrid in Syncfusion Essential ASP.NET Core Control, its elements, and more.
platform: aspnet-core
control: PivotGrid
documentation: ug
---

# Getting started
# Getting started With PivotGrid ASP.NET Core

>**Important**
Starting with v16.2.0.x, if you refer to Syncfusion assemblies from trial setup or from the NuGet feed, include a license key in your projects. Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to learn about registering Syncfusion license key in your ASP.NET Core application to use our components.
Expand Down
22 changes: 11 additions & 11 deletions aspnet-core/TreeGrid/Cells.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Cells | TreeGrid | ASP.NET Core | Syncfusion
description: cells
description: Learn here about Cells in Syncfusion Essential ASP.NET Core TreeGrid Control, its elements, and more.
platform: aspnet-core
control: TreeGrid
documentation: ug
---

# Cell
# Cells in ASP.NET Core TreeGrid

## Tooltip

Expand All @@ -26,12 +26,12 @@ Please find the example describes the above behavior.
{% endhighlight %}

The following output shows the result of above code example.
![](Cell/tooltip.png)
![Tooltip in ASP.NET Core TreeGrid](cell/aspnetcore-treegrid-tooltip.png)

{:caption}
Cell Tooltip

![](Cell/headerTooltip.png)
![Tooltip Header in ASP.NET Core TreeGrid](cell/aspnetcore-treegrid-tooltip-header.png)

{:caption}
Header Tooltip
Expand Down Expand Up @@ -108,7 +108,7 @@ Please find code example describes the cell tooltip template support.

The following output shows the result of above code example.

![](Cell/gridcelltemplate.png)
![Tooltip Template in ASP.NET Core TreeGrid](cell/aspnetcore-treegrid-gridcell-template.png)

### Column tooltip

Expand Down Expand Up @@ -142,7 +142,7 @@ Please refer the following code example for setting a custom tooltip for a speci

The following output shows the output of above code snippets.

![](Cell/cellTooltipTemplate.png)
![Column Tooltip in ASP.NET Core TreeGrid](cell/aspnetcore-treegrid-cell-tooltip-template.png)

N> Template element should be enclosed with `<script>` tag with type as `“text/x-jsrender”`.

Expand Down Expand Up @@ -178,7 +178,7 @@ Please refer the following code example for setting a custom tooltip for a speci

The following output shows the result of above code example.

![](Cell/headerTooltipTemplate.png)
![Output Header Tooltip Template in ASP.NET Core TreeGrid](cell/aspnetcore-treegrid-header-tooltip-template.png)


## Clip Mode
Expand Down Expand Up @@ -220,7 +220,7 @@ The following code example describes the above behavior.

The following output shows the result of above code example.

![](Cell/clipmode.png)
![Clip Mode in in ASP.NET Core TreeGrid](cell/aspnetcore-treegrid-clip-mode.png)

### Ellipsis

Expand Down Expand Up @@ -248,7 +248,7 @@ The following code example describes the above behavior.

The following output is shows the result of the above code example.

![](Cell/ellipsisMode.png)
![Ellipsis in ASP.NET Core TreeGrid](cell/aspnetcore-treegrid-ellipsis-mode.png)

## Text Wrap
Text wrap enables the TreeGrid to wrap cell content or header content to next line when the content exceeds the boundary of the cell width.
Expand All @@ -273,7 +273,7 @@ The following code example describes the above behavior.

The following output shows the result of above code example.

![](Cell/headerTextOverflow.png)
![Header Text Wrap in ASP.NET Core TreeGrid](cell/aspnetcore-treegrid-header-text-overflow.png)

### Content Text Wrap

Expand All @@ -299,4 +299,4 @@ The following code example describes the above behavior.

The following output shows the result of above code example.

![](Cell/textWrap.png)
![Content Text Wrap in ASP.NET Core TreeGrid](cell/aspnetcore-treegrid-text-wrap.png)