Skip to content

Commit c7f176b

Browse files
SEO-2344_Site_Audit_Issues
1 parent 8fb76d1 commit c7f176b

File tree

5 files changed

+27
-42
lines changed

5 files changed

+27
-42
lines changed

aspnetmvc/Combobox/localization.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
3-
title: Localization in ComboBox control for Syncfusion ASP.NET MVC
4-
description: Localization support to ComboBox control for Syncfusion ASP.NET MVC
3+
title: Localization in ASP.NET MVC ComboBox Control | Syncfusion
4+
description: Learn here about Localization support in Syncfusion Essential ASP.NET MVC ComboBox control, its elements, and more.
55
platform: ejmvc
66
control: ComboBox
77
documentation: ug
88
keywords: locale, ComboBox
99
---
1010

11-
# Localization
11+
# Localization in ASP.NET MVC ComboBox
1212

1313
The Localization library allows you to localize the static text content of the **noRecordsTemplate** and **actionFailureTemplate**  properties according to the culture currently assigned to the ComboBox.
1414

@@ -61,4 +61,4 @@ public ActionResult Databindingremote()
6161

6262
{% endhighlight %}
6363

64-
![](Combobox_localization_images/localization.png)
64+
![ASP.NET MVC ComboBox localization](Combobox_localization_images/localization.png)

aspnetmvc/Grid/Exporting.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,7 @@ Also, it has `none` option which will export the grid without any theme. The de
14771477
{% endtabs %}
14781478
When the theme is set as none and the autoFormat is not set to the grid, then no theme is applied to the exported grid. The grid is exported without any theme as in the following screenshots:
14791479

1480-
![](Exporting_images/Customizing-Themes_img1.png)
1480+
![ASP.NET MVC Grid Exporting](Exporting_images/Customizing-Themes_img1.png)
14811481

14821482

14831483
## AutoFormat class
@@ -1860,19 +1860,4 @@ You can customize the particular cell or particular row of exporting files usin
18601860

18611861
{% endtabs %}
18621862

1863-
![ASPNETMVC Grid Exporting server events](Exporting_images/Exporting_Serverside_Event.png)
1864-
1865-
1866-
1867-
1868-
1869-
1870-
1871-
1872-
1873-
1874-
1875-
1876-
1877-
1878-
1863+
![ASPNETMVC Grid Exporting server events](Exporting_images/Exporting_Serverside_Event.png)

aspnetmvc/Grid/Localization.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Globalization and Localization with Grid widget for ASP.NET MVC | Grid | ASP.NET MVC | Syncfusion
4-
description: How to use globalization and localization
3+
title: Globalization and Localization in ASP.NET MVC Grid Control| Syncfusion
4+
description: Learn here about globalization and localization in Syncfusion Essential ASP.NET MVC Grid Control, its elements, and more.
55
platform: ejmvc
66
control: Grid
77
documentation: ug
88
---
99

10-
# Globalization and localization
10+
# Globalization and localization in ASP.NET MVC Grid
1111

1212
## Localization
1313

@@ -365,7 +365,7 @@ ej.Grid.Locale["de-DE"] = {
365365
{% endtabs %}
366366

367367

368-
![](Localization_images/Globalizationandlocalization._img1.png)
368+
![ASP.NET MVC Grid localization](Localization_images/Globalizationandlocalization._img1.png)
369369

370370

371371
I> You need to change pager locale in `ej.Pager.Locale` object.
@@ -643,7 +643,7 @@ ej.ExcelFilter.Locale["de-DE"] = {
643643
{% endhighlight %}
644644
{% endtabs %}
645645

646-
![](Localization_images/Globalizationandlocalization._img2.png)
646+
![ASP.NET MVC Grid globalization](Localization_images/Globalizationandlocalization._img2.png)
647647

648648
I> We have uploaded the pre-defined language packs for some commonly used cultures in [`this`](https://github.com/syncfusion/ej-global/tree/master/l10n) github location. Refer to the github location for getting the pre-defined language packs for the corresponding culture. The culture file has localized texts for all the Syncfusion controls.
649649

@@ -709,7 +709,7 @@ public partial class GridController : Controller
709709
{% endtabs %}
710710

711711

712-
![](Localization_images/Globalizationandlocalization._img3.png)
712+
![ASP.NET MVC Grid RTL](Localization_images/Globalizationandlocalization._img3.png)
713713

714714
I> To translate our control content from default English to any of the culture, say For example - German language, then you need to refer the **ej.culture.de-DE.min.js** file in your application, after the reference of ej.web.all.min.js file. For all culture files, please download from the [GitHub](https://github.com/syncfusion/ej-global/tree/master/i18n) location.
715715

@@ -779,6 +779,6 @@ public partial class GridController : Controller
779779
{% endtabs %}
780780
781781
782-
![](Localization_images/Globalizationandlocalization._img4.png)
782+
![ASP.NET MVC Grid dataSource](Localization_images/Globalizationandlocalization._img4.png)
783783
784784

aspnetmvc/Grid/Toolbar.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Toolbar | Grid | ASP.NET MVC | Syncfusion
4-
description: toolbar
4+
description: Learn here about toolbar support in Syncfusion Essential ASP.NET MVC Grid Control, its elements, features and more.
55
platform: ejmvc
66
control: Grid
77
documentation: ug
88
---
99

10-
# Toolbar
10+
# Toolbar in ASP.NET MVC Grid
1111

1212
Toolbar can be shown by defining the `ShowToolbar` property in `ToolbarSettings`. Toolbar has option to add default items in the `ToolbarItems` and customized items in the `CustomToolbarItems`.
1313

@@ -106,7 +106,7 @@ namespace SyncfusionMvcApplication1.Controllers
106106
{% endhighlight %}
107107
{% endtabs %}
108108

109-
![](Toolbar_images/Toolbar_img1.png)
109+
![ASP.NET MVC Grid toolbar items](Toolbar_images/Toolbar_img1.png)
110110

111111

112112
I> The `AllowAdding`, `AllowEditing` and `AllowDeleting` need to be enabled for add, delete, edit and save & cancel in the `ToolbarItems`. The `AllowSearching` to be enabled while adding Search in toolbar to perform search action.
@@ -193,4 +193,4 @@ namespace SyncfusionMvcApplication1.Controllers
193193
{% endhighlight %}
194194
{% endtabs %}
195195

196-
![](Toolbar_images/Toolbar_img2.png)
196+
![ASP.NET MVC Grid toolbar](Toolbar_images/Toolbar_img2.png)

aspnetmvc/TimePicker/Getting-Started.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
22
layout: post
3-
title: Getting Started | TimePicker | ASP.NET MVC | Syncfusion
4-
description: getting started
3+
title: Getting Started with ASP.NET MVC TimePicker Control | Syncfusion
4+
description: Learn here about getting started with Syncfusion Essential ASP.NET MVC TimePicker Control, its elements, and more.
55
platform: ejmvc
66
control: TimePicker
77
documentation: ug
88
---
99

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

1212
This section explains briefly about how to create a TimePicker in your application with ASP.NET MVC.
1313

1414
## Create your first TimePicker in MVC
1515

1616
Essential MVCTimePicker provides support to display the time in your web page and allows you to pick a time from the list. In this section you can learn how to customize TimePickers in a real-time application. The following example shows you how to use the TimePicker control to book a hotel dining table booking application, within a limited time, in any day.
1717

18-
![](Getting-Started_images/Getting-Started_img1.png)
18+
![ASP.NET MVC TimePicker Getting Started](Getting-Started_images/Getting-Started_img1.png)
1919

2020

2121

@@ -165,7 +165,7 @@ Essential MVC TimePicker widget has built-in features such as keyboard navigatio
165165

166166
5. The following screenshot displays the output for the above code.
167167

168-
![](Getting-Started_images/Getting-Started_img2.png)
168+
![ASP.NET MVC TimePicker Click the submit button](Getting-Started_images/Getting-Started_img2.png)
169169

170170

171171

@@ -175,7 +175,7 @@ Essential MVC TimePicker widget has built-in features such as keyboard navigatio
175175

176176

177177

178-
![](Getting-Started_images/Getting-Started_img3.png)
178+
![ASP.NET MVC TimePicker Set Min and Max Date](Getting-Started_images/Getting-Started_img3.png)
179179

180180

181181

@@ -343,7 +343,7 @@ In a real-time scenario, the booking is open only for a limited time. You can se
343343

344344
4. The following screenshot displays the output for the above code.
345345

346-
![](Getting-Started_images/Getting-Started_img4.png)
346+
![ASP.NET MVC TimePicker initialization](Getting-Started_images/Getting-Started_img4.png)
347347

348348

349349

@@ -353,10 +353,10 @@ You can select the Start time in the first TimePicker and select the End time wi
353353

354354

355355

356-
![](Getting-Started_images/Getting-Started_img5.png)
356+
![ASP.NET MVC TimePicker selected value](Getting-Started_images/Getting-Started_img5.png)
357357

358358

359-
![](Getting-Started_images/Getting-Started_img6.png)
359+
![ASP.NET MVC TimePicker getting started](Getting-Started_images/Getting-Started_img6.png)
360360

361361

362362

@@ -403,7 +403,7 @@ You can specify the alert message in the script as follows.
403403
{% endhighlight %}
404404

405405

406-
![](Getting-Started_images/Getting-Started_img7.png)
406+
![ASP.NET MVC TimePicker Display Reserved Time](Getting-Started_images/Getting-Started_img7.png)
407407

408408

409409

0 commit comments

Comments
 (0)