diff --git a/aspnetmvc/Combobox/localization.md b/aspnetmvc/Combobox/localization.md index 2e15fee07..97f4af2bd 100644 --- a/aspnetmvc/Combobox/localization.md +++ b/aspnetmvc/Combobox/localization.md @@ -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. @@ -61,4 +61,4 @@ public ActionResult Databindingremote() {% endhighlight %} -![](Combobox_localization_images/localization.png) \ No newline at end of file +![ASP.NET MVC ComboBox localization](Combobox_localization_images/localization.png) \ No newline at end of file diff --git a/aspnetmvc/Grid/Exporting.md b/aspnetmvc/Grid/Exporting.md index 195e5cd7e..a046a8d62 100644 --- a/aspnetmvc/Grid/Exporting.md +++ b/aspnetmvc/Grid/Exporting.md @@ -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 @@ -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) \ No newline at end of file diff --git a/aspnetmvc/Grid/Localization.md b/aspnetmvc/Grid/Localization.md index 9765771c8..8929f6c17 100644 --- a/aspnetmvc/Grid/Localization.md +++ b/aspnetmvc/Grid/Localization.md @@ -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 @@ -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. @@ -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. @@ -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. @@ -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) diff --git a/aspnetmvc/Grid/Toolbar.md b/aspnetmvc/Grid/Toolbar.md index 206cbf49e..c5873f13a 100644 --- a/aspnetmvc/Grid/Toolbar.md +++ b/aspnetmvc/Grid/Toolbar.md @@ -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`. @@ -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. @@ -193,4 +193,4 @@ namespace SyncfusionMvcApplication1.Controllers {% endhighlight %} {% endtabs %} -![](Toolbar_images/Toolbar_img2.png) +![ASP.NET MVC Grid toolbar](Toolbar_images/Toolbar_img2.png) diff --git a/aspnetmvc/TimePicker/Getting-Started.md b/aspnetmvc/TimePicker/Getting-Started.md index b603cf9fc..ffc3afa90 100644 --- a/aspnetmvc/TimePicker/Getting-Started.md +++ b/aspnetmvc/TimePicker/Getting-Started.md @@ -1,13 +1,13 @@ --- 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. @@ -15,7 +15,7 @@ This section explains briefly about how to create a TimePicker in your applicati 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) @@ -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) @@ -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) @@ -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) @@ -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) @@ -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)