Skip to content

Commit 2320082

Browse files
authored
890682: UG Documentation for Query builder, image editor new features in mvc core platform
1 parent 1a9019e commit 2320082

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ documentation: ug
1111

1212
# Column Binding
1313

14-
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` is necessary to map the data source values in the query builder columns.
14+
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

1616
N> If the column field is not specified in the data source, the column values will be empty.
1717

1818
## Auto generation
1919

20-
The `Columns` are automatically generated when the `Columns` declaration is empty or undefined while initializing the query builder. All the columns in the `DataSource` are bound as the query builder columns.
20+
The [`Columns`](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.QueryBuilder.QueryBuilder.html#Syncfusion_EJ2_QueryBuilder_QueryBuilder_Columns) are automatically generated when the [`Columns`](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.QueryBuilder.QueryBuilder.html#Syncfusion_EJ2_QueryBuilder_QueryBuilder_Columns) declaration is empty or undefined while initializing the query builder. All the columns in the `DataSource` are bound as the query builder columns.
2121

2222
{% if page.publishingplatform == "aspnet-core" %}
2323

@@ -108,7 +108,7 @@ The Query Builder formats date and number values. Use the `Format` property, to
108108

109109
## Validations
110110

111-
Validation allows you to validate the conditions and it display errors for invalid fields while using the `validateFields` method. To enable validation in the query builder, set `AllowValidation` to true. Column fields are validated after setting `AllowValidation` to true. So, you should manually configure the validation for Operator and Value fields through `Validation`.
111+
Validation allows you to validate the conditions and it display errors for invalid fields while using the `validateFields` method. To enable validation in the query builder, set `AllowValidation` to true. Column fields are validated after setting [`AllowValidation`](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.QueryBuilder.QueryBuilder.html#Syncfusion_EJ2_QueryBuilder_QueryBuilder_AllowValidation) to true. So, you should manually configure the validation for Operator and Value fields through `Validation`.
112112

113113
N> Set `isRequired` validation for Operator and Value fields.
114114
<br/> Set `min`, `max` values for number values.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ documentation: ug
1111

1212
# Filtering
1313

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

1616
{% if page.publishingplatform == "aspnet-core" %}
1717

0 commit comments

Comments
 (0)