Skip to content

Commit d5e4a9e

Browse files
Merge pull request #4035 from syncfusion-content/940706-checkbox-filter
940706: Changed the file location for Add current selection to filter…
2 parents d2e80a6 + d7501d4 commit d5e4a9e

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

ej2-asp-core-mvc/grid/EJ2_ASP.MVC/filtering/excel-like-filter.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,14 @@ The following example demonstrates how to customize the filter choice count in t
6868

6969
> The specified filter choice count value determines the display of unique items as a checkbox list in the Excel/checkbox type filter dialog. This can result in a delay in rendering these checkbox items when opening the filter dialog. Therefore, it is advisable to set a restricted filter choice count value.
7070
71+
## Add current selection to filter Checkbox/Excel
72+
73+
By default, the Checkbox/Excel filter can only filter the selected items. If filtering is done multiple times on the same column, the previously filtered values in the column will be cleared. Now, it is possible to retain those previous values by using the `Add current selection to filter` Checkbox/Excel filter. This Checkbox/Excel is displayed when data is searched in the search bar of the Checkbox/Excel filter.
74+
75+
The following image describes the above mentioned behavior.
76+
77+
![Checkbox filter](../images/checkboxfilter.png)
78+
7179
## Show customized text in checkbox list data
7280

7381
The Syncfusion<sup style="font-size:70%">&reg;</sup> ASP.NET MVC Grid component provides you with the flexibility to customize the text displayed in the Excel/Checkbox filtering options. This allows you to modify the default text and provide more meaningful and contextual labels for the filtering.

ej2-asp-core-mvc/grid/EJ2_ASP.MVC/filtering/filter-menu.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -207,14 +207,6 @@ When using the filter menu, the UI displays operators for all columns based on t
207207

208208
**Check Data Types in Data Source:** Ensure that the data types specified in the column definitions match the actual data types in your data source. Mismatched data types can lead to unexpected behavior.
209209

210-
## Add current selection to filter checkbox
211-
212-
By default, the CheckBox filter can only filter the selected items. If filtering is done multiple times on the same column, the previously filtered values in the column will be cleared. Now, it is possible to retain those previous values by using the `Add current selection to filter` checkbox. This checkbox is displayed when data is searched in the search bar of the CheckBox filter.
213-
214-
The following image describes the above mentioned behavior.
215-
216-
![Checkbox filter](../images/checkboxfilter.png)
217-
218210
## See also
219211

220212
* [How to perform filter by using Wildcard and LIKE operator filter](./filtering/#wildcard-and-like-operator-filter)

ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/filtering/excel-like-filter.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,14 @@ The following example demonstrates how to customize the filter choice count in t
6868

6969
> The specified filter choice count value determines the display of unique items as a checkbox list in the Excel/checkbox type filter dialog. This can result in a delay in rendering these checkbox items when opening the filter dialog. Therefore, it is advisable to set a restricted filter choice count value.
7070
71+
## Add current selection to filter Checkbox/Excel
72+
73+
By default, the Checkbox/Excel filter can only filter the selected items. If filtering is done multiple times on the same column, the previously filtered values in the column will be cleared. Now, it is possible to retain those previous values by using the `Add current selection to filter` Checkbox/Excel filter. This checkbox is displayed when data is searched in the search bar of the Checkbox/Excel filter.
74+
75+
The following image describes the above mentioned behavior.
76+
77+
![Checkbox filter](../images/checkboxfilter.png)
78+
7179
## Show customized text in checkbox list data
7280

7381
The Syncfusion<sup style="font-size:70%">&reg;</sup> ASP.NET Core Grid component provides you with the flexibility to customize the text displayed in the Excel/Checkbox filtering options. This allows you to modify the default text and provide more meaningful and contextual labels for the filtering.

ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/filtering/filter-menu.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -210,14 +210,6 @@ When using the filter menu, the UI displays operators for all columns based on t
210210

211211
**Check Data Types in Data Source:** Ensure that the data types specified in the column definitions match the actual data types in your data source. Mismatched data types can lead to unexpected behavior.
212212

213-
## Add current selection to filter checkbox
214-
215-
By default, the CheckBox filter can only filter the selected items. If filtering is done multiple times on the same column, the previously filtered values in the column will be cleared. Now, it is possible to retain those previous values by using the `Add current selection to filter` checkbox. This checkbox is displayed when data is searched in the search bar of the CheckBox filter.
216-
217-
The following image describes the above mentioned behavior.
218-
219-
![Checkbox filter](../images/checkboxfilter.png)
220-
221213
## See also
222214

223215
* [How to perform filter by using Wildcard and LIKE operator filter](./filtering/#wildcard-and-like-operator-filter)

0 commit comments

Comments
 (0)