Skip to content

Commit 1793ab0

Browse files
authored
890682: UG Documentation for Query builder, image editor new features in mvc core platform
1 parent 718c12d commit 1793ab0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ej2-asp-core-mvc/query-builder/columns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99
---
1010

1111

12-
# Column Binding
12+
# Column Binding in Syncfusion Query Builder Control
1313

1414
The column definitions are used as the `DataSource` schema in the Query Builder. This plays a vital role in rendering column values. The query builder operations such as create or delete conditions and create or delete groups are performed based on the column definitions. The `Field` property of the [`Columns`](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.QueryBuilder.QueryBuilder.html#Syncfusion_EJ2_QueryBuilder_QueryBuilder_Columns) is necessary to map the data source values in the query builder columns.
1515

ej2-asp-core-mvc/query-builder/filtering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99
---
1010

1111

12-
# Filtering
12+
# Filtering in Syncfusion Query Builder Control
1313

1414
Query Builder allows you to create or delete conditions and groups. You can use [`ShowButtons`]
1515
(https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.QueryBuilder.QueryBuilder.html#Syncfusion_EJ2_QueryBuilder_QueryBuilder_ShowButtons) to enable/disable these buttons.

0 commit comments

Comments
 (0)