Skip to content

Commit 57ed296

Browse files
committed
SEO-173271-Description-Too-Short-Core
1 parent 3b81794 commit 57ed296

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

aspnet-core/Menu/Context-Menu.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Context Menu | Menu | ASP.NET Core | Syncfusion
4-
description: context menu
4+
description: Learn here about Context Menu in Syncfusion Essential ASP.NET Core Menu Control, its elements, and more.
55
platform: aspnet-core
66
control: Menu
77
documentation: ug
88
---
99

10-
# Context Menu
10+
# Context Menu in ASP.NET Core
1111

1212
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.
1313

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

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

64-
![](Context-Menu_images/Context-Menu_img1.png)
64+
![Context Menu in ASP.NET Core](Context-Menu_images/Context-Menu_img1.png)
6565

6666
Context Menu
6767
{:.caption}

aspnet-core/NumericTextBox/Overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: NumericTextBox | NumericTextBox | ASP.NET Core | Syncfusion
4-
description: overview
4+
description: Learn here about overview in Syncfusion Essential ASP.NET Core NumericTextBox Control, its elements, and more.
55
platform: aspnet-core
66
control: NumericTextBox
77
documentation: ug
88
---
99

10-
# NumericTextBox
10+
# NumericTextBox in ASP.NET Core
1111

1212
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.
1313

aspnet-core/PivotGrid/Getting-Started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Getting-Started | PivotGrid | ASP.NET Core | Syncfusion
4-
description: getting started
4+
description: Learn here about getting started with PivotGrid in Syncfusion Essential ASP.NET Core Control, its elements, and more.
55
platform: aspnet-core
66
control: PivotGrid
77
documentation: ug
88
---
99

10-
# Getting started
10+
# Getting started With PivotGrid ASP.NET Core
1111

1212
>**Important**
1313
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.

aspnet-core/TreeGrid/Cells.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Cells | TreeGrid | ASP.NET Core | Syncfusion
4-
description: cells
4+
description: Learn here about Cells in Syncfusion Essential ASP.NET Core TreeGrid Control, its elements, and more.
55
platform: aspnet-core
66
control: TreeGrid
77
documentation: ug
88
---
99

10-
# Cell
10+
# Cells in TreeGrid ASP.NET Core
1111

1212
## Tooltip
1313

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

2828
The following output shows the result of above code example.
29-
![](Cell/tooltip.png)
29+
![Tooltip in ASP.NET Core TreeGrid](Cell/tooltip.png)
3030

3131
{:caption}
3232
Cell Tooltip
3333

34-
![](Cell/headerTooltip.png)
34+
![Tooltip Header in ASP.NET Core TreeGrid](Cell/headerTooltip.png)
3535

3636
{:caption}
3737
Header Tooltip
@@ -108,7 +108,7 @@ Please find code example describes the cell tooltip template support.
108108

109109
The following output shows the result of above code example.
110110

111-
![](Cell/gridcelltemplate.png)
111+
![Tooltip Template in ASP.NET Core TreeGrid](Cell/gridcelltemplate.png)
112112

113113
### Column tooltip
114114

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

143143
The following output shows the output of above code snippets.
144144

145-
![](Cell/cellTooltipTemplate.png)
145+
![Column Tooltip in ASP.NET Core TreeGrid](Cell/cellTooltipTemplate.png)
146146

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

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

179179
The following output shows the result of above code example.
180180

181-
![](Cell/headerTooltipTemplate.png)
181+
![Output Header Tooltip Template in ASP.NET Core TreeGrid](Cell/headerTooltipTemplate.png)
182182

183183

184184
## Clip Mode
@@ -220,7 +220,7 @@ The following code example describes the above behavior.
220220

221221
The following output shows the result of above code example.
222222

223-
![](Cell/clipmode.png)
223+
![Clip Mode in in ASP.NET Core TreeGrid](Cell/clipmode.png)
224224

225225
### Ellipsis
226226

@@ -248,7 +248,7 @@ The following code example describes the above behavior.
248248

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

251-
![](Cell/ellipsisMode.png)
251+
![Ellipsis in ASP.NET Core TreeGrid](Cell/ellipsisMode.png)
252252

253253
## Text Wrap
254254
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.
@@ -273,7 +273,7 @@ The following code example describes the above behavior.
273273

274274
The following output shows the result of above code example.
275275

276-
![](Cell/headerTextOverflow.png)
276+
![Header Text Wrap in ASP.NET Core TreeGrid](Cell/headerTextOverflow.png)
277277

278278
### Content Text Wrap
279279

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

300300
The following output shows the result of above code example.
301301

302-
![](Cell/textWrap.png)
302+
![Content Text Wrap in ASP.NET Core TreeGrid](Cell/textWrap.png)

0 commit comments

Comments
 (0)