Skip to content

Commit 7d174fc

Browse files
Integrated latest changes at 06-21-2024 10:30:17 PM
1 parent 78d30ef commit 7d174fc

File tree

10 files changed

+18
-11
lines changed

10 files changed

+18
-11
lines changed

ej2-angular/circular-gauge/accessibility.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The accessibility compliance for the Circular Gauge component is outlined below.
2323
| [Right-To-Left Support](../common/accessibility#right-to-left-support) | <img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes"> |
2424
| [Color Contrast](../common/accessibility#color-contrast) | <img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes"> |
2525
| [Mobile Device Support](../common/accessibility#mobile-device-support) | <img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes"> |
26+
| [Keyboard Navigation Support](../common/accessibility#keyboard-navigation-support) | <img src="https://cdn.syncfusion.com/content/images/documentation/not-supported.png" alt="No"> |
2627
| [Accessibility Checker Validation](../common/accessibility#ensuring-accessibility) | <img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes"> |
2728
| [Axe-core Accessibility Validation](../common/accessibility#ensuring-accessibility) | <img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes"> |
2829

ej2-angular/grid/columns/column-rendering.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Column Rendering in Angular Grid component | Syncfusion
4-
description: Learn here all about Column Rendering in Syncfusion Angular Grid component of Syncfusion Essential JS 2 and more.
3+
title: Column rendering in Angular Grid component | Syncfusion
4+
description: Learn here all about column rendering in Angular Grid component of Syncfusion Essential JS 2 and more.
55
platform: ej2-angular
66
control: Columns
77
documentation: ug

ej2-angular/grid/data-binding/data-binding.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,4 @@ The following code demonstrates, how to use the `changeDataSource` method to bin
186186
## See also
187187

188188
* [Binding a firebase data source to Grid using AngularFire2](https://www.syncfusion.com/blogs/post/binding-a-firebase-data-source-to-grid-using-angularfire2.aspx)
189-
* [How to bind SQL Server data in Angular DataGrid using SqlClient data provider](https://www.syncfusion.com/kb/11453/how-to-bind-sql-server-data-in-angular-datagrid-using-sqlclient-data-provider)
189+
* [How to bind SQL Server data in Angular DataGrid using SqlClient data provider](https://support.syncfusion.com/kb/article/11679/how-to-bind-sql-server-data-in-angular-datagrid-using-sqlclient-data-provider)

ej2-angular/grid/editing/edit-types.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Edit types in Angular Grid component | Syncfusion
4-
description: Learn here all about Edit types in Syncfusion Angular Grid component of Syncfusion Essential JS 2 and more.
4+
description: Learn here all about edit types in Angular Grid component of Syncfusion Essential JS 2 and more details.
55
platform: ej2-angular
66
control: Edit types
77
documentation: ug
@@ -46,7 +46,7 @@ You can customize the default TextBox component in Grid edit form using its prop
4646

4747
Component|Edit Type |Description|Example Customized edit params
4848
-----|---|-----|-----|
49-
[TextBox](../../textbox) |stringedit| The `stringedit` type renders a TextBox component for string data type columns. To customize the `TextBox` component, refer to the [TextBox API documentation](https://ej2.syncfusion.com/angular/documentation/api/textbox) for detailed information on available properties | params: { showClearButton : true}
49+
[TextBox](../../textbox) |stringedit| The `stringedit` type renders a TextBox component for string data type columns. To customize the `TextBox` component, refer to the [TextBox API documentation](https://ej2.syncfusion.com/angular/documentation/api/textbox/) for detailed information on available properties | params: { showClearButton : true}
5050

5151
The following sample code demonstrates the customization applied to TextBox component of **CustomerID** Grid column:
5252

@@ -112,7 +112,7 @@ You can customize the `DropDownList` component in Grid edit form using its prope
112112

113113
Component|Edit Type |Description| Example Customized edit params
114114
-----|-----|-----|----|
115-
[DropDownList](../../drop-down-list)-|DropDownEdit| The `dropdownedit` type renders a DropDownList component for string data type columns. To customize the DropDownList component, refer to the [DropDownList API documentation](https://ej2.syncfusion.com/angular/documentation/api/drop-down-list) for detailed information on available properties. | params: { value: ‘Germany’ }
115+
[DropDownList](../../drop-down-list)-|DropDownEdit| The `dropdownedit` type renders a DropDownList component for string data type columns. To customize the DropDownList component, refer to the [DropDownList API documentation](https://ej2.syncfusion.com/angular/documentation/api/drop-down-list/) for detailed information on available properties. | params: { value: ‘Germany’ }
116116

117117
The following sample code demonstrates the customization applied to DropDownList component of **ShipCity** Grid column:
118118

@@ -134,7 +134,7 @@ In Syncfusion's Grid component, you have an option to provide a custom data sour
134134

135135
To achieve this, you can utilize the [columns->edit->params](https://ej2.syncfusion.com/angular/documentation/api/grid/column/#edit) property. This property allows you to define the edit params for the column within the grid.
136136

137-
When setting a new data source using the edit params, you need to specify a new [query](https://ej2.syncfusion.com/angular/documentation/api/drop-down-list#query) property for the DropDownList. The `query` property allows you to define custom queries for data retrieval and filtering.
137+
When setting a new data source using the edit params, you need to specify a new [query](https://ej2.syncfusion.com/angular/documentation/api/drop-down-list/#query) property for the DropDownList. The `query` property allows you to define custom queries for data retrieval and filtering.
138138

139139
In the below demo, DropDownList is rendered with custom data source for the **ShipCountry** column :
140140

@@ -154,7 +154,7 @@ In the below demo, DropDownList is rendered with custom data source for the **Sh
154154

155155
The Syncfusion Grid component provides filtering for the DropDownList within the edit form. This feature allows to select options from a predefined list and easily search for specific items using the built-in filtering feature.
156156

157-
To enable filtering, set the [allowFiltering](https://ej2.syncfusion.com/angular/documentation/api/drop-down-list#allowfiltering) property to **true** within the edit params. This will enable the filtering feature in the DropDownList.
157+
To enable filtering, set the [allowFiltering](https://ej2.syncfusion.com/angular/documentation/api/drop-down-list/#allowfiltering) property to **true** within the edit params. This will enable the filtering feature in the DropDownList.
158158

159159
In the following demo, filtering is enabled for the **ShipCountry** column:
160160

@@ -242,7 +242,7 @@ You can customize the DateTimePicker component in Grid edit form using its prope
242242

243243
Component|Edit Type |Description |Example Customized edit params
244244
-----|-----|-----|----|
245-
[DateTimePicker](../../datetimepicker)| datetimepickeredit | The `datetimepickeredit` type renders a **DateTimePicker** component for date time data type columns. You can customize the DateTimePicker component, refer to the [DateTimePicker API documentation](https://ej2.syncfusion.com/angular/documentation/api/datetimepicker) for detailed information on available properties. | params: { value: new Date() }
245+
[DateTimePicker](../../datetimepicker)| datetimepickeredit | The `datetimepickeredit` type renders a **DateTimePicker** component for date time data type columns. You can customize the DateTimePicker component, refer to the [DateTimePicker API documentation](https://ej2.syncfusion.com/angular/documentation/api/datetimepicker/) for detailed information on available properties. | params: { value: new Date() }
246246

247247
The following sample code demonstrates the customization applied to DatePicker component of **OrderDate** Grid column:
248248

ej2-angular/grid/excel-export/excel-export-options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Excel export options in Angular Grid component | Syncfusion
4-
description: Learn here all about Excel export options in Syncfusion Angular Grid component of Syncfusion Essential JS 2 and more.
4+
description: Learn here all about Excel export options in Angular Grid component of Syncfusion Essential JS 2 and more.
55
platform: ej2-angular
66
control: Excel export options
77
documentation: ug

ej2-angular/grid/grouping/grouping.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Grouping in Angular Grid component | Syncfusion
4-
description: Learn here all about Grouping in Syncfusion Angular Grid component of Syncfusion Essential JS 2 and more.
4+
description: Learn here all about Grouping in Angular Grid component of Syncfusion Essential JS 2 and more details.
55
platform: ej2-angular
66
control: Grouping
77
documentation: ug

ej2-angular/heatmap-chart/accessibility.md

+2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ The accessibility compliance for the HeatMap component is outlined below.
1919
| [WCAG 2.2 Support](../common/accessibility#accessibility-standards) | <img src="https://cdn.syncfusion.com/content/images/documentation/partial.png" alt="Intermediate"> |
2020
| [Section 508 Support](../common/accessibility#accessibility-standards) | <img src="https://cdn.syncfusion.com/content/images/documentation/partial.png" alt="Intermediate"> |
2121
| [Screen Reader Support](../common/accessibility#screen-reader-support) | <img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes"> |
22+
| [Right-To-Left Support](../common/accessibility#right-to-left-support) | <img src="https://cdn.syncfusion.com/content/images/documentation/not-supported.png" alt="No"> |
2223
| [Color Contrast](../common/accessibility#color-contrast) | <img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes"> |
2324
| [Mobile Device Support](../common/accessibility#mobile-device-support) | <img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes"> |
25+
| [Keyboard Navigation Support](../common/accessibility#keyboard-navigation-support) | <img src="https://cdn.syncfusion.com/content/images/documentation/not-supported.png" alt="No"> |
2426
| [Accessibility Checker Validation](../common/accessibility#ensuring-accessibility) | <img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes"> |
2527
| [Axe-core Accessibility Validation](../common/accessibility#ensuring-accessibility) | <img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes"> |
2628

ej2-angular/linear-gauge/accessibility.md

+2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ The accessibility compliance for the Linear Gauge component is outlined below.
1919
| [WCAG 2.2 Support](../common/accessibility#accessibility-standards) | <img src="https://cdn.syncfusion.com/content/images/documentation/partial.png" alt="Intermediate"> |
2020
| [Section 508 Support](../common/accessibility#accessibility-standards) | <img src="https://cdn.syncfusion.com/content/images/documentation/partial.png" alt="Intermediate"> |
2121
| [Screen Reader Support](../common/accessibility#screen-reader-support) | <img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes"> |
22+
| [Right-To-Left Support](../common/accessibility#right-to-left-support) | <img src="https://cdn.syncfusion.com/content/images/documentation/not-supported.png" alt="No"> |
2223
| [Color Contrast](../common/accessibility#color-contrast) | <img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes"> |
2324
| [Mobile Device Support](../common/accessibility#mobile-device-support) | <img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes"> |
25+
| [Keyboard Navigation Support](../common/accessibility#keyboard-navigation-support) | <img src="https://cdn.syncfusion.com/content/images/documentation/not-supported.png" alt="No"> |
2426
| [Accessibility Checker Validation](../common/accessibility#ensuring-accessibility) | <img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes"> |
2527
| [Axe-core Accessibility Validation](../common/accessibility#ensuring-accessibility) | <img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes"> |
2628

ej2-angular/maps/accessibility.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The accessibility compliance for the Maps component is outlined below.
1919
| [WCAG 2.2 Support](../common/accessibility#accessibility-standards) | <img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes"> |
2020
| [Section 508 Support](../common/accessibility#accessibility-standards) | <img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes"> |
2121
| [Screen Reader Support](../common/accessibility#screen-reader-support) | <img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes"> |
22+
| [Right-To-Left Support](../common/accessibility#right-to-left-support) | <img src="https://cdn.syncfusion.com/content/images/documentation/not-supported.png" alt="No"> |
2223
| [Color Contrast](../common/accessibility#color-contrast) | <img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes"> |
2324
| [Mobile Device Support](../common/accessibility#mobile-device-support) | <img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes"> |
2425
| [Keyboard Navigation Support](../common/accessibility#keyboard-navigation-support) |<img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes"> |

ej2-angular/treemap/accessibility.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The accessibility compliance for the TreeMap component is outlined below.
2222
| [Right-To-Left Support](../common/accessibility#right-to-left-support) | <img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes"> |
2323
| [Color Contrast](../common/accessibility#color-contrast) | <img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes"> |
2424
| [Mobile Device Support](../common/accessibility#mobile-device-support) | <img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes"> |
25+
| [Keyboard Navigation Support](../common/accessibility#keyboard-navigation-support) | <img src="https://cdn.syncfusion.com/content/images/documentation/not-supported.png" alt="No"> |
2526
| [Accessibility Checker Validation](../common/accessibility#ensuring-accessibility) | <img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes"> |
2627
| [Axe-core Accessibility Validation](../common/accessibility#ensuring-accessibility) | <img src="https://cdn.syncfusion.com/content/images/landing-page/yes.png" alt="Yes"> |
2728

0 commit comments

Comments
 (0)