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
8 changes: 4 additions & 4 deletions aspnetmvc/Combobox/localization.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Localization in ComboBox control for Syncfusion ASP.NET MVC
description: Localization support to ComboBox control for Syncfusion ASP.NET MVC
title: Localization in ASP.NET MVC ComboBox Control | Syncfusion
description: Learn here about Localization support in Syncfusion Essential ASP.NET MVC ComboBox control, its elements, and more.
platform: ejmvc
control: ComboBox
documentation: ug
keywords: locale, ComboBox
---

# Localization
# Localization in ASP.NET MVC ComboBox

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.

Expand Down Expand Up @@ -61,4 +61,4 @@ public ActionResult Databindingremote()

{% endhighlight %}

![](Combobox_localization_images/localization.png)
![ASP.NET MVC ComboBox localization](Combobox_localization_images/localization.png)
19 changes: 2 additions & 17 deletions aspnetmvc/Grid/Exporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,7 @@ Also, it has `none` option which will export the grid without any theme. The de
{% endtabs %}
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:

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


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

{% endtabs %}

![ASPNETMVC Grid Exporting server events](Exporting_images/Exporting_Serverside_Event.png)















![ASPNETMVC Grid Exporting server events](Exporting_images/Exporting_Serverside_Event.png)
14 changes: 7 additions & 7 deletions aspnetmvc/Grid/Localization.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Globalization and Localization with Grid widget for ASP.NET MVC | Grid | ASP.NET MVC | Syncfusion
description: How to use globalization and localization
title: Globalization and Localization in ASP.NET MVC Grid Control| Syncfusion
description: Learn here about globalization and localization in Syncfusion Essential ASP.NET MVC Grid Control, its elements, and more.
platform: ejmvc
control: Grid
documentation: ug
---

# Globalization and localization
# Globalization and localization in ASP.NET MVC Grid

## Localization

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


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


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

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

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.

Expand Down Expand Up @@ -709,7 +709,7 @@ public partial class GridController : Controller
{% endtabs %}


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

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.

Expand Down Expand Up @@ -779,6 +779,6 @@ public partial class GridController : Controller
{% endtabs %}


![](Localization_images/Globalizationandlocalization._img4.png)
![ASP.NET MVC Grid dataSource](Localization_images/Globalizationandlocalization._img4.png)


8 changes: 4 additions & 4 deletions aspnetmvc/Grid/Toolbar.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Toolbar | Grid | ASP.NET MVC | Syncfusion
description: toolbar
description: Learn here about toolbar support in Syncfusion Essential ASP.NET MVC Grid Control, its elements, features and more.
platform: ejmvc
control: Grid
documentation: ug
---

# Toolbar
# Toolbar in ASP.NET MVC Grid

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`.

Expand Down Expand Up @@ -106,7 +106,7 @@ namespace SyncfusionMvcApplication1.Controllers
{% endhighlight %}
{% endtabs %}

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


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.
Expand Down Expand Up @@ -193,4 +193,4 @@ namespace SyncfusionMvcApplication1.Controllers
{% endhighlight %}
{% endtabs %}

![](Toolbar_images/Toolbar_img2.png)
![ASP.NET MVC Grid toolbar](Toolbar_images/Toolbar_img2.png)
20 changes: 10 additions & 10 deletions aspnetmvc/TimePicker/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
---
layout: post
title: Getting Started | TimePicker | ASP.NET MVC | Syncfusion
description: getting started
title: Getting Started with ASP.NET MVC TimePicker Control | Syncfusion
description: Learn here about getting started with Syncfusion Essential ASP.NET MVC TimePicker Control, its elements, and more.
platform: ejmvc
control: TimePicker
documentation: ug
---

# Getting Started
# Getting Started with ASP.NET MVC TimePicker

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

## Create your first TimePicker in MVC

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.

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



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

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

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



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



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



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

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

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



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



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


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



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


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