Skip to content

SEO-181940-aspnet-mvc-control-changes #431

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: hotfix/hotfix-v25.1.35
Choose a base branch
from
Open
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
24 changes: 12 additions & 12 deletions aspnetmvc/Grid/Filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The following code example describes the previous behavior.

The following output is displayed as a result of the previous code example.

![ASP.NET MVC Grid](filtering_images/filtering_img1.png)
![ASP.NET MVC Grid filtering](filtering_images/aspnet-mvc-grid-filtering.png)


## Menu filter
Expand Down Expand Up @@ -116,19 +116,19 @@ The following code example describes the previous behavior.

The following output is displayed as a result of the previous code example.

![ASP.NET MVC Grid Menu filter](filtering_images/filtering_img2.png)
![ASP.NET MVC Grid menu filter](filtering_images/aspnet-mvc-grid-menu-filter.png)

Numeric Filter

![ASP.NET MVC Grid Numeric Filter](filtering_images/filtering_img3.png)
![ASP.NET MVC Grid numeric filter](filtering_images/aspnet-mvc-grid-numeric-filter.png)

String Filter

![ASP.NET MVC Grid String Filter](filtering_images/filtering_img4.png)
![ASP.NET MVC Grid string filter](filtering_images/aspnet-mvc-grid-string-filter.png)

Date Filter

![ASP.NET MVC Grid Date Filter](filtering_images/filtering_img5.png)
![ASP.NET MVC Grid date filter](filtering_images/aspnet-mvc-grid-date-filter.png)

Boolean Filter

Expand Down Expand Up @@ -175,7 +175,7 @@ The following code example describes the previous behavior.

The following output is displayed as a result of the previous code example.

![ASP.NET MVC Grid Excel-like filter](filtering_images/filtering_img6.png)
![ASP.NET MVC Grid excel-like filter](filtering_images/aspnet-mvc-grid-excel-like-filter.png)

### Filtering between values

Expand Down Expand Up @@ -232,7 +232,7 @@ The following code example describes the previous behavior.

The following output is displayed as a result of the previous code example.

![ASP.NET MVC Grid Checkbox list generation](filtering_images/filtering_img7.png)
![ASP.NET MVC Grid checkbox list generation](filtering_images/aspnet-mvc-grid-checkbox-list-generation.png)


### Add current selection to filter checkbox:
Expand All @@ -241,7 +241,7 @@ When filtering is done multiple times on the same column then the previously fil

The following image describes the previous mentioned behavior.

![ASP.NET MVC Grid filter checkbox](filtering_images/filtering_img12.png)
![ASP.NET MVC Grid filter checkbox](filtering_images/aspnet-mvc-grid-filter-checkbox.png)


### Case sensitivity
Expand Down Expand Up @@ -286,7 +286,7 @@ The following code example describes the previous behavior.

The following output is displayed as a result of the previous code example.

![ASP.NET MVC Grid Case sensitivity](filtering_images/filtering_img8.png)
![ASP.NET MVC Grid case sensitivity](filtering_images/aspnet-mvc-grid-case-sensitivity.png)


## Filter bar
Expand Down Expand Up @@ -469,7 +469,7 @@ The following code example describes the previous behavior.

The following output is displayed as a result of the previous code example.

![ASP.NET MVC Grid Filter bar](filtering_images/filtering_img9.png)
![ASP.NET MVC Grid filter bar](filtering_images/aspnet-mvc-grid-filter-bar.png)


Filter bar modes:
Expand Down Expand Up @@ -523,7 +523,7 @@ The following code example describes the previous behavior.

The following output is displayed as a result of the previous code example.

![ASP.NET MVC Grid Filter bar message](filtering_images/filtering_img10.png)
![ASP.NET MVC Grid filter bar message](filtering_images/aspnet-mvc-grid-filter-bar-message.png)


## Filter Operators
Expand Down Expand Up @@ -761,7 +761,7 @@ namespace MVCSampleBrowser.Controllers

The following output is displayed as a result of the previous code example.

![ASP.NET MVC Grid Filter Operators](filtering_images/filtering_img11.png)
![ASP.NET MVC Grid filter operators](filtering_images/aspnet-mvc-grid-filter-operation.png)
{:caption}
After Filtering

10 changes: 5 additions & 5 deletions aspnetmvc/Grid/Localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ control: Grid
documentation: ug
---

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

## Localization

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


![ASP.NET MVC Grid localization](Localization_images/Globalizationandlocalization._img1.png)
![ASP.NET MVC Grid localization](localization_images/aspnet-mvc-grid-localization.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 %}

![ASP.NET MVC Grid globalization](Localization_images/Globalizationandlocalization._img2.png)
![ASP.NET MVC Grid globalization](localization_images/aspnet-mvc-grid-globalization.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 %}


![ASP.NET MVC Grid RTL](Localization_images/Globalizationandlocalization._img3.png)
![ASP.NET MVC Grid rtl](localization_images/aspnet-mvc-grid-rtl.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 %}


![ASP.NET MVC Grid dataSource](Localization_images/Globalizationandlocalization._img4.png)
![ASP.NET MVC Grid datasource](localization_images/aspnet-mvc-grid-data-source.png)