Skip to content

Commit 6198871

Browse files
Merge pull request #260 from syncfusion-content/SEO-3151-MVC-Image-Alt
SEO-3151-MVC-Image-Alt-Text
2 parents 758b5c2 + d93b982 commit 6198871

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

aspnetmvc/Grid/Getting-Started.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
layout: post
3-
title: Getting started with Grid widget for Syncfusion Essential ASP.NET MVC
4-
description: How to create the Grid, data bind, enable paging, grouping, filtering and add summaries
3+
title: Getting started with ASP.NET MVC Grid Control | Syncfusion
4+
description: Learn here more about getting started with Syncfusion Essential ASP.NET MVC Grid Control, its elements, and more.
55
platform: ejmvc
66
control: Grid
77
documentation: ug
88
---
99

10-
# Getting Started
10+
# Getting Started with ASP.NET MVC Grid
1111

1212
This section explains briefly about how to create a Grid in your application with ASP.NET MVC, and also explains about how to enable basic grid operations like paging, filtering, grouping and summary. The following screenshot illustrates the grid control.
1313

14-
![](Getting-Started_images/Getting-Started_img.png)
14+
![Getting Started with ASP.NET MVC Grid](Getting-Started_images/Getting-Started_img.png)
1515

1616
## Create your first grid in MVC
1717

@@ -44,7 +44,7 @@ The following steps explain creating first grid with an empty datasource:
4444

4545
You can execute the above code sample to render an empty grid is rendered with specified column headers.
4646

47-
![](Getting-Started_images/Getting-Started_img2.png)
47+
![Create your first grid in ASP.NET MVC](Getting-Started_images/Getting-Started_img2.png)
4848

4949
## Data binding
5050

@@ -94,7 +94,7 @@ You can bind the data to grid control using the `DataSource` property.
9494

9595
{% endhighlight %}
9696

97-
![](Getting-Started_images/Getting-Started_img3.png)
97+
![ASP.NET MVC Grid in Data binding](Getting-Started_images/Getting-Started_img3.png)
9898

9999

100100
## Enable paging
@@ -145,7 +145,7 @@ and `PageSettings` property.
145145

146146
N> _Pager settings can be customized by using the 'PageSize' and 'PageCount' properties. When it is not given the default values for `PageSize` and `PageCount` are 12 and 8 respectively._
147147

148-
![](Getting-Started_images/Getting-Started_img4.png)
148+
![ASP.NET MVC Grid in Enable paging](Getting-Started_images/Getting-Started_img4.png)
149149

150150
## Enable filtering
151151

@@ -202,7 +202,7 @@ The [`Filtering`](http://help.syncfusion.com/aspnetmvc/grid/filtering) feature i
202202

203203
{% endhighlight %}
204204

205-
![](Getting-Started_images/Getting-Started_img7.png)
205+
![ASP.NET MVC Grid in Enable filtering ](Getting-Started_images/Getting-Started_img7.png)
206206

207207

208208
## Enable grouping
@@ -261,7 +261,7 @@ The ['Grouping'](http://help.syncfusion.com/aspnetmvc/grid/grouping) feature in
261261
{% endhighlight %}
262262

263263

264-
![](Getting-Started_images/Getting-Started_img8.png)
264+
![ASP.NET MVC Grid in Enable grouping](Getting-Started_images/Getting-Started_img8.png)
265265

266266

267267
## Add summaries
@@ -352,5 +352,5 @@ The following code example shows the option to enable group summary.
352352

353353
{% endhighlight %}
354354

355-
![](Getting-Started_images/Getting-Started_img9.png)
355+
![Add summaries in ASP.NET MVC Grid](Getting-Started_images/Getting-Started_img9.png)
356356

aspnetmvc/Tooltip/HowTo.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
3-
title: How To | Tooltip | ASP.NET MVC | Syncfusion
4-
description: How To section of Tooltip widget
3+
title: How to Section Tooltip in ASP.NET MVC | Syncfusion
4+
description: Learn here about how to section in Syncfusion Essential ASP.NET MVC Tooltip Control, its elements, and more.
55
platform: ejmvc
66
control: Tooltip
77
documentation: ug
88
keywords : MVC Tooltip, mvc Tooltip, ASP.NET MVC Tooltip,MVC Tooltip widget,MVC Tooltip AJAX content, MVC Tooltip Integration with slider
99
---
1010

11-
# How To
11+
# How to Section Tooltip in ASP.NET MVC
1212

1313
## Use AJAX to generate the Tooltip’s content
1414

@@ -167,7 +167,7 @@ Defines the style for the tooltip layout and table as follows.
167167

168168
{% endhighlight %}
169169

170-
![](HowTo_images/ajax.png)
170+
![Use AJAX to generate the Tooltip’s content in ASP.NET MVC Tooltip](HowTo_images/ajax.png)
171171

172172
## Integration with the Slider control
173173

@@ -240,7 +240,7 @@ function onStop(args){
240240

241241
{% endhighlight %}
242242

243-
![](HowTo_images/slider.png)
243+
![Integration with the Slider control in ASP.NET MVC Tooltip](HowTo_images/slider.png)
244244

245245
## Tip(arrow) customization
246246

@@ -290,7 +290,7 @@ Defines the style for the tip as follow as
290290

291291
{% endhighlight %}
292292

293-
![](HowTo_images/tip.png)
293+
![Tip(arrow) customization in ASP.NET MVC Tooltip](HowTo_images/tip.png)
294294

295295
## Initialize Tooltip for the target element
296296

@@ -334,7 +334,7 @@ The example below demonstrates how to create a Tooltip for multiple targets elem
334334

335335
{% endhighlight %}
336336

337-
![](Target_images/target.png)
337+
![Initialize Tooltip for the target element in ASP.NET MVC Tooltip](Target_images/target.png)
338338

339339
Apply the following styles to the form element.
340340

0 commit comments

Comments
 (0)