Skip to content

SEO-204026-Image-Alt-Missing-javascript-Hotfix #535

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 1 commit into
base: hotfix/hotfix-v30.1.37
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
38 changes: 19 additions & 19 deletions js/DataManager/Filtering.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Filtering in DataManager widget for Syncfusion Javascript
description: Describes about Filtering in DataManager control.
description: Check out and learn here all about descriptions of filtering in Syncfusion DataManager control and much more details.
platform: js
control: DataManager
documentation: ug
Expand Down Expand Up @@ -92,7 +92,7 @@ This operator is used to get the records with values less than that of the filte

Result of the above code example is illustrated as follows.

![](Filtering_images/Filtering_img1.png)
![values less than that of the filter value.](Filtering_images/Filtering_img1.png)

## greaterThan

Expand Down Expand Up @@ -145,7 +145,7 @@ This operator is used to get the records with values greater than that of the fi

Result of the above code example is illustrated as follows.

![](Filtering_images/Filtering_img2.png)
![values greater than that of the filter value.](Filtering_images/Filtering_img2.png)

## lessThanOrEqual

Expand Down Expand Up @@ -200,7 +200,7 @@ This operator is used to get the records with values less than or equal to the f

Result of the above code example is illustrated as follows.

![](Filtering_images/Filtering_img3.png)
![values less than or equal to the filter value.](Filtering_images/Filtering_img3.png)

## greaterThanOrEqual

Expand Down Expand Up @@ -254,7 +254,7 @@ This operator is used to get the records with values greater than or equal to th

Result of the above code example is illustrated as follows.

![](Filtering_images/Filtering_img4.png)
![values greater than or equal to the filter value.](Filtering_images/Filtering_img4.png)

## equal

Expand Down Expand Up @@ -306,7 +306,7 @@ This operator is used to get the records with values equal to that of the filter

Result of the above code example is illustrated as follows.

![](Filtering_images/Filtering_img5.png)
![values equal to that of the filter value.](Filtering_images/Filtering_img5.png)

## notEqual

Expand Down Expand Up @@ -359,7 +359,7 @@ This operator is used to get the records with values not equal to that of the fi

Result of the above code example is illustrated as follows.

![](Filtering_images/Filtering_img6.png)
![values not equal to that of the filter value specified.](Filtering_images/Filtering_img6.png)

## contains

Expand Down Expand Up @@ -414,7 +414,7 @@ This operator is used to get the records that contains the filter value.

Result of the above code example is illustrated as follows.

![](Filtering_images/Filtering_img7.png)
![contains the filter value.](Filtering_images/Filtering_img7.png)

## startswith

Expand Down Expand Up @@ -467,7 +467,7 @@ This operator is used to get the records that starts with the filter value speci

Result of the above code example is illustrated as follows.

![](Filtering_images/Filtering_img8.png)
![starts with the filter value specified.](Filtering_images/Filtering_img8.png)

## endswith

Expand Down Expand Up @@ -521,7 +521,7 @@ This operator is used to get the records that ends with the filter value specifi

Result of the above code example is illustrated as follows.

![](Filtering_images/Filtering_img9.png)
![ends with the filter value specified.](Filtering_images/Filtering_img9.png)

## and predicate

Expand Down Expand Up @@ -575,7 +575,7 @@ The `and` predicate is used to add n-number of predicates with “and” conditi

Result of the above code example is illustrated as follows.

![](Filtering_images/Filtering_img10.png)
![and condition and filter the data.](Filtering_images/Filtering_img10.png)

## or predicate

Expand Down Expand Up @@ -630,7 +630,7 @@ Using this method you can add n-number of predicates with `or` condition and fil

Result of the above code example is illustrated as follows.

![](Filtering_images/Filtering_img11.png)
![or condition and filter the data.](Filtering_images/Filtering_img11.png)

## Containment Operators

Expand Down Expand Up @@ -682,7 +682,7 @@ This operator is used to get the records that not contains the filter value.

{% endhighlight %}

![](Filtering_images/Filtering_image111.png)
![not contains the filter value.](Filtering_images/Filtering_image111.png)

### contains

Expand Down Expand Up @@ -732,7 +732,7 @@ This operator is used to get the records that contains the filter value.

{% endhighlight %}

![](Filtering_images/Filtering_image12.png)
![contains the filter value.](Filtering_images/Filtering_image12.png)

### in

Expand Down Expand Up @@ -782,7 +782,7 @@ This operator used to fetch the records with value match with the given filter v

{% endhighlight %}

![](Filtering_images/Filtering_image13.png)
![value match with the given filter value.](Filtering_images/Filtering_image13.png)

### notin

Expand Down Expand Up @@ -832,9 +832,9 @@ This operator used to fetch the records with value not match with the given filt

{% endhighlight %}

![](Filtering_images/Filtering_image14.png)
![value not match with the given filter value.](Filtering_images/Filtering_image14.png)

![](Filtering_images/Filtering_image15.png)
![output for the notin filter.](Filtering_images/Filtering_image15.png)

## Lambda Operators

Expand Down Expand Up @@ -883,7 +883,7 @@ The ALL operator returns true if all the sub query values meet the condition. Th

{% endhighlight %}

![](Filtering_images/Filtering_image16.png)
![all the sub query values meet the condition.](Filtering_images/Filtering_image16.png)

### any

Expand Down Expand Up @@ -932,4 +932,4 @@ The ANY operator returns true if any of the sub query values meet the condition.

{% endhighlight %}

![](Filtering_images/Filtering_image17.png)
![any one of the field in existing table.](Filtering_images/Filtering_image17.png)
6 changes: 3 additions & 3 deletions js/DateTimePicker/Globalization.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Localization
description: localization
title: Localization | DataTimePicker | Javascript
description: Check out and learn here all about localization in the Syncfusion Data Time Picker and much more details.
platform: js
control: DateTimePicker
documentation: ug
Expand Down Expand Up @@ -106,5 +106,5 @@ Add the following code in your **HTML** page.

{% endhighlight %}

![](/js/DateTimePicker/Globalization_images/Globalization_img1.png)
![DateTimePicker in Spanish language.](/js/DateTimePicker/Globalization_images/Globalization_img1.png)

26 changes: 13 additions & 13 deletions js/Grid/Grouping.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Grouping with Grid widget for Syncfusion Essential JS
description: How to enable grouping and its functionalities
description: Check out and learn here all about how to enable grouping and its functionalities in Syncfusion Grid and much more.
platform: js
control: Grid
documentation: ug
Expand Down Expand Up @@ -33,7 +33,7 @@ $(function () {

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

![](Grouping_images/Grouping_img1.png)
![grouping in grid](Grouping_images/Grouping_img1.png)


## Initial Grouping
Expand Down Expand Up @@ -61,7 +61,7 @@ $(function () {

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

![](Grouping_images/Grouping_img2.png)
![initial grouping in grid.](Grouping_images/Grouping_img2.png)


## Multi-Column Grouping
Expand Down Expand Up @@ -90,7 +90,7 @@ $(function () {

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

![](Grouping_images/Grouping_img3.png)
![multiple columns grouping in grid.](Grouping_images/Grouping_img3.png)


## Group buttons
Expand Down Expand Up @@ -118,7 +118,7 @@ $(function () {

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

![](Grouping_images/Grouping_img4.png)
![group buttons in grid.](Grouping_images/Grouping_img4.png)


## Hide Ungroup button
Expand Down Expand Up @@ -146,7 +146,7 @@ $(function () {

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

![](Grouping_images/Grouping_img5.png)
![hide ungroup button in grid.](Grouping_images/Grouping_img5.png)


## Hide Grouped Column
Expand Down Expand Up @@ -174,7 +174,7 @@ $(function () {

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

![](Grouping_images/Grouping_img6.png)
![hide grouped column in grid.](Grouping_images/Grouping_img6.png)


## AutoSize Drop Area
Expand Down Expand Up @@ -202,7 +202,7 @@ $(function () {

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

![](Grouping_images/Grouping_img7.png)
![autosize drop area in grid.](Grouping_images/Grouping_img7.png)


## Hide Drop area
Expand Down Expand Up @@ -230,7 +230,7 @@ $(function () {

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

![](Grouping_images/Grouping_img8.png)
![hide drop area in grouping.](Grouping_images/Grouping_img8.png)


## Group Caption Format / Group Caption Template
Expand Down Expand Up @@ -278,10 +278,10 @@ function btnClick(args) {

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

![](Grouping_images/Grouping_img9.png)
![group caption format in grouping](Grouping_images/Grouping_img9.png)


![](Grouping_images/Grouping_img10.png)
![group caption template in grouping grid.](Grouping_images/Grouping_img10.png)


### Perform Grouping by External Action:-
Expand Down Expand Up @@ -343,7 +343,7 @@ $(function () {

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

![](Grouping_images/Grouping_img11.png)
![perform erouping by external action in grid.](Grouping_images/Grouping_img11.png)

## Handling grouped records count in server-side

Expand Down Expand Up @@ -417,4 +417,4 @@ $(function () {

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

![](Grouping_images/Grouping_img12.png)
![handling grouped records count in server-side in grid.](Grouping_images/Grouping_img12.png)