Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
ff9a33f
docs(dock-manager): describe CSS variables
SisIvanova Jan 12, 2023
3c359ce
Adding changes up to 12-jan-23
DenitsaHristova Jan 13, 2023
c12c140
Merge pull request #647 from IgniteUI/localization-13-jan-23
HUSSAR-mtrela Jan 16, 2023
9b5ca18
Merge branch 'vnext' into sivanova/dock-manager-CSS-vars
HUSSAR-mtrela Jan 17, 2023
6429699
Merge pull request #646 from IgniteUI/sivanova/dock-manager-CSS-vars
HUSSAR-mtrela Jan 17, 2023
4ee01e1
skip generating API link for custom CSS properties
HUSSAR-mtrela Jan 17, 2023
cdde868
local names are not API links
HUSSAR-mtrela Jan 17, 2023
5a01bed
add script to resolve DockManager API links
HUSSAR-mtrela Jan 17, 2023
85e8b19
fix resolving Dock Manager API links
HUSSAR-mtrela Jan 17, 2023
936e858
removed hard-coded API links for Dock Manager
HUSSAR-mtrela Jan 17, 2023
2b62ce3
add package-lock file
HUSSAR-mtrela Jan 18, 2023
ff109c0
Adding changes to Dock Manager and Dock Manager Electron
DenitsaHristova Jan 18, 2023
0f691de
Adding localization for Dock Manager CSS variables
DenitsaHristova Jan 19, 2023
59e5a80
Merge branch 'vnext' into localization-18-jan-23
randriova Jan 19, 2023
30d4a1d
Update gulp-sass package to 5.1.0
agoldenbaum Jan 19, 2023
02c8e23
Merge pull request #652 from IgniteUI/arg-update-gulp-sass
HUSSAR-mtrela Jan 19, 2023
1c16887
package-lock
HUSSAR-mtrela Jan 19, 2023
51a3508
fixed exclusion of grids for Angular platform
HUSSAR-mtrela Jan 19, 2023
6405a49
mdd-update-data-grid
mddifilippo89 Jan 19, 2023
5a30555
Merge pull request #653 from IgniteUI/mdd-igb-datagrid-deprecated-mes…
HUSSAR-mtrela Jan 20, 2023
25d3e2d
Merge pull request #651 from IgniteUI/localization-18-jan-23
HUSSAR-mtrela Jan 20, 2023
3807324
mdd - update dropdown for seo
mddifilippo89 Jan 20, 2023
42ee58c
mdd - update calendar seo
mddifilippo89 Jan 20, 2023
31af1ae
mdd - seo toast updates
mddifilippo89 Jan 20, 2023
a67f905
mdd - seo tabs update
mddifilippo89 Jan 20, 2023
1436c0a
Merge pull request #657 from IgniteUI/mdd-seo-toast-updates
HUSSAR-mtrela Jan 23, 2023
c149b49
Merge pull request #656 from IgniteUI/mdd-dropdown-seo
HUSSAR-mtrela Jan 23, 2023
e3a6a49
Merge pull request #655 from IgniteUI/mdd-tabs-seo
HUSSAR-mtrela Jan 23, 2023
74e11d2
Merge pull request #654 from IgniteUI/mdd-calendar-seo
HUSSAR-mtrela Jan 23, 2023
186f724
testing local re-directs
HUSSAR-mtrela Jan 23, 2023
a7e6858
fixed height of samples
HUSSAR-mtrela Jan 23, 2023
bdf23ec
Adding changes up to 24 Jan
DenitsaHristova Jan 24, 2023
44da103
Adding localized content - Dropdown, Toast, Tabs & Calendar
DenitsaHristova Jan 25, 2023
681f4bf
Adding a missed sentence
DenitsaHristova Jan 25, 2023
55dd9a8
Merge pull request #658 from IgniteUI/localization-24-jan-23
HUSSAR-mtrela Jan 25, 2023
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
2 changes: 1 addition & 1 deletion doc/en/components/general-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ This topic provides step-by-step instructions for creating Web Components applic
## Ignite UI Web Components Example
The sample below provides an overview on the web components and shows how utilizing them can help you create a well structured app. It represents a sample travel blog that includes an app header with the user's avatar, side navigation and main content area.

<code-view style="height: 800px"
<code-view style="height: 750px"
data-demos-base-url="{environment:dvDemosBaseUrl}"
iframe-src="{environment:dvDemosBaseUrl}/layouts/getting-started-overview"
alt="{Platform} Overview Example"
Expand Down
8 changes: 4 additions & 4 deletions doc/en/components/grids/_shared/cell-editing.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ sharedComponents: ["Grid", "TreeGrid", "HierarchicalGrid"]

In addition, you can define your own custom templates for update-data actions and to override the default behavior for committing and discarding any changes.

## {Platform} {ComponentTitle} cell editing and edit templates Example
## {Platform} {ComponentTitle} Cell Editing and Edit Templates Example

<code-view style="height:950px"
<code-view style="height:700px"
data-demos-base-url="{environment:dvDemosBaseUrl}"
iframe-src="{environment:dvDemosBaseUrl}/{ComponentSample}-editing-columns"
github-src="{ComponentSample}/editing-columns"
alt="{Platform} {ComponentTitle} cell editing and edit templates Example">
alt="{Platform} {ComponentTitle} Cell Editing and Edit Templates Example">
</code-view>

> [!NOTE]
Expand Down Expand Up @@ -658,7 +658,7 @@ This way, due to {Platform}'s [ViewEncapsulation](https://angular.io/api/core/Co

In addition to the steps above, we can also style the controls that are used for the cells' editing templates: [igx-input-group](../input-group.md#styling), [igx-datepicker](../date-picker.md#styling) & [igx-checkbox](../checkbox.md#styling)

<code-view style="height:950px"
<code-view style="height:700px"
data-demos-base-url="{environment:dvDemosBaseUrl}"
iframe-src="{environment:dvDemosBaseUrl}/{ComponentSample}-editing-style"
github-src="{ComponentSample}/editing-style"
Expand Down
6 changes: 3 additions & 3 deletions doc/en/components/grids/_shared/export-excel.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Excel Exporter service can export data to excel from the `{ComponentName}`.
## {Platform} Excel Exporter Example


<code-view style="height: 800px;"
<code-view style="height: 750px;"
data-demos-base-url="{environment:dvDemosBaseUrl}"
explicit-editor="stackblitz"
iframe-src="{environment:dvDemosBaseUrl}/{ComponentSample}-excel-exporting"
Expand Down Expand Up @@ -93,7 +93,7 @@ public exportButtonHandler() {
To export grouped data you just need to group the `{ComponentName}` by one or more columns. The browser will download a file named "ExportedDataFile.xlsx" which contains the data from the `{ComponentName}` component in MS Excel format grouped by the selected column. Example:


<code-view style="height: 800px;"
<code-view style="height: 750px;"
data-demos-base-url="{environment:dvDemosBaseUrl}"
explicit-editor="stackblitz"
iframe-src="{environment:dvDemosBaseUrl}/{ComponentSample}-excel-exporting"
Expand All @@ -110,7 +110,7 @@ It is now possible to export `{ComponentName}` with defined [multi-column header
> [!NOTE]
> The exported `{ComponentName}` will not be formatted as a table, since Excel tables do not support multiple row headers.

<code-view style="height: 800px;"
<code-view style="height: 750px;"
data-demos-base-url="{environment:dvDemosBaseUrl}"
explicit-editor="stackblitz"
iframe-src="{environment:dvDemosBaseUrl}/{ComponentSample}-multi-column-headers-export"
Expand Down
7 changes: 7 additions & 0 deletions doc/en/components/grids/data-grid-accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ mentionedTypes: ['Infragistics.Controls.Grid.Implementation.Grid', 'Infragistics
namespace: Infragistics.Controls
---

<!-- Blazor, WebComponents -->

> [!Note]
Please note that this control has been deprecated and replaced with the [Grid](grid/overview.md) component, and as such, we recommend migrating to that control. This will not be receiving any new features, bug fixes will be deprioritized. For help or questions on migrating your codebase to the Data Grid, please contact support.

<!-- end: Blazor, WebComponents -->

# {Platform} Grid Accessibility Compliance

The {ProductName} Data Table / Data Grid supports accessibility and screen readers that interpret keyboard navigation interactions through the cells and columns of the grid.
Expand Down
7 changes: 7 additions & 0 deletions doc/en/components/grids/data-grid-cell-activation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ mentionedTypes: ['Infragistics.Controls.Grid.Implementation.Grid', 'Infragistics
namespace: Infragistics.Controls
---

<!-- Blazor, WebComponents -->

> [!Note]
Please note that this control has been deprecated and replaced with the [Grid](grid/overview.md) component, and as such, we recommend migrating to that control. This will not be receiving any new features, bug fixes will be deprioritized. For help or questions on migrating your codebase to the Data Grid, please contact support.

<!-- end: Blazor, WebComponents -->

# {Platform} Grid Cell Activation

The {ProductName} Data Table / Data Grid supports a cell activation feature that will enable keyboard navigation through the cells of the grid. This is activated by setting the `ActivationMode` property of the grid to `Cell`.
Expand Down
8 changes: 8 additions & 0 deletions doc/en/components/grids/data-grid-cell-editing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ _keywords: {Platform} Table, Data Grid, cell and row editing, {ProductName}, bat
mentionedTypes: ['Infragistics.Controls.Grid.Implementation.Grid', 'Infragistics.Controls.Grid.Implementation.EditModeType', 'Infragistics.Controls.Grid.Implementation.TransactionType']
namespace: Infragistics.Controls
---

<!-- Blazor, WebComponents -->

> [!Note]
Please note that this control has been deprecated and replaced with the [Grid](grid/overview.md) component, and as such, we recommend migrating to that control. This will not be receiving any new features, bug fixes will be deprioritized. For help or questions on migrating your codebase to the Data Grid, please contact support.

<!-- end: Blazor, WebComponents -->

# {Platform} Grid Editing

The {ProductName} Data Table / Data Grid supports cell and row editing with batch updating. Note, this is currently limited to non-templated columns.
Expand Down
7 changes: 7 additions & 0 deletions doc/en/components/grids/data-grid-cell-merging.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ mentionedTypes: ['Infragistics.Controls.Grid.Implementation.Grid', 'Infragistics
namespace: Infragistics.Controls
---

<!-- Blazor, WebComponents -->

> [!Note]
Please note that this control has been deprecated and replaced with the [Grid](grid/overview.md) component, and as such, we recommend migrating to that control. This will not be receiving any new features, bug fixes will be deprioritized. For help or questions on migrating your codebase to the Data Grid, please contact support.

<!-- end: Blazor, WebComponents -->

# {Platform} Grid Cell Merging

The {ProductName} Data Table / Data Grid supports cell merging. You may opt-in and detect when adjacent sibling records for a specific column contains the same value. While the cells are not active, selected, or in edit mode, the value displays across the cells.
Expand Down
7 changes: 7 additions & 0 deletions doc/en/components/grids/data-grid-cell-selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ mentionedTypes: ['Infragistics.Controls.Grid.Implementation.Grid', 'Infragistics
namespace: Infragistics.Controls
---

<!-- Blazor, WebComponents -->

> [!Note]
Please note that this control has been deprecated and replaced with the [Grid](grid/overview.md) component, and as such, we recommend migrating to that control. This will not be receiving any new features, bug fixes will be deprioritized. For help or questions on migrating your codebase to the Data Grid, please contact support.

<!-- end: Blazor, WebComponents -->

# {Platform} Grid Selection

The {ProductName} Data Table / Data Grid supports single or multiple row and cell selection.
Expand Down
7 changes: 7 additions & 0 deletions doc/en/components/grids/data-grid-column-animation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ mentionedTypes: ['Infragistics.Controls.Grid.Implementation.Grid', 'Infragistics
namespace: Infragistics.Controls
---

<!-- Blazor, WebComponents -->

> [!Note]
Please note that this control has been deprecated and replaced with the [Grid](grid/overview.md) component, and as such, we recommend migrating to that control. This will not be receiving any new features, bug fixes will be deprioritized. For help or questions on migrating your codebase to the Data Grid, please contact support.

<!-- end: Blazor, WebComponents -->

# {Platform} Grid Column Animations

The {ProductName} Data Table / Data Grid supports Column Animation during events like Column Hiding or Column Moving. When Column Animation on the {Platform} data grid is set, the corresponding animation will fire for all of the cells in that column.
Expand Down
7 changes: 7 additions & 0 deletions doc/en/components/grids/data-grid-column-chooser.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ mentionedTypes: ['Infragistics.Controls.Grid.Implementation.Grid', 'Infragistics
namespace: Infragistics.Controls
---

<!-- Blazor, WebComponents -->

> [!Note]
Please note that this control has been deprecated and replaced with the [Grid](grid/overview.md) component, and as such, we recommend migrating to that control. This will not be receiving any new features, bug fixes will be deprioritized. For help or questions on migrating your codebase to the Data Grid, please contact support.

<!-- end: Blazor, WebComponents -->

# {Platform} Grid Column Chooser Overview

The {ProductName} Data Grid supports the ability show and hide columns with the UI through the `DataGridToolbar` component or by the `ColumnChooser` component that provides flexibility to place it anywhere on the page. The `IsHidden` property on the columns can also be used to quickly hide or show a single column programmatically for manual column generation, and the value of `IsHidden` will reflect in the `ColumnChooser` component. Each approach can be used interchangeably to change the visible state of the columns.
Expand Down
7 changes: 7 additions & 0 deletions doc/en/components/grids/data-grid-column-filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ mentionedTypes: ['Infragistics.Controls.Grid.Implementation.Grid', 'Infragistics
namespace: Infragistics.Controls
---

<!-- Blazor, WebComponents -->

> [!Note]
Please note that this control has been deprecated and replaced with the [Grid](grid/overview.md) component, and as such, we recommend migrating to that control. This will not be receiving any new features, bug fixes will be deprioritized. For help or questions on migrating your codebase to the Data Grid, please contact support.

<!-- end: Blazor, WebComponents -->

# {Platform} Grid Filtering Overview

The {ProductName} Data Table / Data Grid includes column filtering with both a filter row and API that gives you the ability to perform expressive sort conditions based on the data type of the column being filtered.
Expand Down
7 changes: 7 additions & 0 deletions doc/en/components/grids/data-grid-column-moving.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ mentionedTypes: ['Infragistics.Controls.Grid.Implementation.Grid', 'Infragistics
namespace: Infragistics.Controls
---

<!-- Blazor, WebComponents -->

> [!Note]
Please note that this control has been deprecated and replaced with the [Grid](grid/overview.md) component, and as such, we recommend migrating to that control. This will not be receiving any new features, bug fixes will be deprioritized. For help or questions on migrating your codebase to the Data Grid, please contact support.

<!-- end: Blazor, WebComponents -->

# {Platform} Grid Column Moving Overview

The {ProductName} Data Grid supports the ability to move columns, giving you the flexibility over how you wish to display your columns with respect to the order of the columns shown.
Expand Down
7 changes: 7 additions & 0 deletions doc/en/components/grids/data-grid-column-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ mentionedTypes: ['Infragistics.Controls.Grid.Implementation.Grid', 'Infragistics
namespace: Infragistics.Controls
---

<!-- Blazor, WebComponents -->

> [!Note]
Please note that this control has been deprecated and replaced with the [Grid](grid/overview.md) component, and as such, we recommend migrating to that control. This will not be receiving any new features, bug fixes will be deprioritized. For help or questions on migrating your codebase to the Data Grid, please contact support.

<!-- end: Blazor, WebComponents -->

# {Platform} Grid Column Options Overview

The {ProductName} Data Grid supports the ability to group, hide, sort, move, pin, filter, and sort columns directly from a UI exposed on each column header.
Expand Down
7 changes: 7 additions & 0 deletions doc/en/components/grids/data-grid-column-pinning.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ mentionedTypes: ['Infragistics.Controls.Grid.Implementation.Grid', 'Infragistics
namespace: Infragistics.Controls
---

<!-- Blazor, WebComponents -->

> [!Note]
Please note that this control has been deprecated and replaced with the [Grid](grid/overview.md) component, and as such, we recommend migrating to that control. This will not be receiving any new features, bug fixes will be deprioritized. For help or questions on migrating your codebase to the Data Grid, please contact support.

<!-- end: Blazor, WebComponents -->

# {Platform} Grid Column Pinning Overview

The {ProductName} Data Grid supports the ability to pin columns, allowing the end users to lock a column in a particular column order.
Expand Down
7 changes: 7 additions & 0 deletions doc/en/components/grids/data-grid-column-resizing.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ mentionedTypes: ['Infragistics.Controls.Grid.Implementation.Grid', 'Infragistics
namespace: Infragistics.Controls
---

<!-- Blazor, WebComponents -->

> [!Note]
Please note that this control has been deprecated and replaced with the [Grid](grid/overview.md) component, and as such, we recommend migrating to that control. This will not be receiving any new features, bug fixes will be deprioritized. For help or questions on migrating your codebase to the Data Grid, please contact support.

<!-- end: Blazor, WebComponents -->

# {Platform} Grid Column Resizing

The {ProductName} Data Grid supports the ability to resize columns, giving you flexibility over how you wish to display your columns with respect to the width of each.
Expand Down
7 changes: 7 additions & 0 deletions doc/en/components/grids/data-grid-column-sorting.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ mentionedTypes: ['Infragistics.Controls.Grid.Implementation.Grid', 'Infragistics
namespace: Infragistics.Controls
---

<!-- Blazor, WebComponents -->

> [!Note]
Please note that this control has been deprecated and replaced with the [Grid](grid/overview.md) component, and as such, we recommend migrating to that control. This will not be receiving any new features, bug fixes will be deprioritized. For help or questions on migrating your codebase to the Data Grid, please contact support.

<!-- end: Blazor, WebComponents -->

# {Platform} Grid Sorting Overview
The {ProductName} Data Table / Data Grid supports ascending and descending column sorting with a Single Column, Multi-Column and Tri-State Column Sorting configuration.

Expand Down
7 changes: 7 additions & 0 deletions doc/en/components/grids/data-grid-column-summaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ mentionedTypes: ['Infragistics.Controls.Grid.Implementation.Grid', 'Infragistics
namespace: Infragistics.Controls
---

<!-- Blazor, WebComponents -->

> [!Note]
Please note that this control has been deprecated and replaced with the [Grid](grid/overview.md) component, and as such, we recommend migrating to that control. This will not be receiving any new features, bug fixes will be deprioritized. For help or questions on migrating your codebase to the Data Grid, please contact support.

<!-- end: Blazor, WebComponents -->

# {Platform} Column Summaries

The {ProductName} Data Table / Data Grid supports column summaries. In some cases, your end users may be overwhelmed by the amount of data displayed in the grid, and often may be looking for a summary of the data. Your end users may also want to derive additional information from the data of a specific column. Summaries help your end users achieve this, and you can enable them by setting the `SummaryScope` property.
Expand Down
7 changes: 7 additions & 0 deletions doc/en/components/grids/data-grid-column-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ mentionedTypes: [ 'Infragistics.Controls.Grid.Implementation.Grid','Infragistics
namespace: Infragistics.Controls
---

<!-- Blazor, WebComponents -->

> [!Note]
Please note that this control has been deprecated and replaced with the [Grid](grid/overview.md) component, and as such, we recommend migrating to that control. This will not be receiving any new features, bug fixes will be deprioritized. For help or questions on migrating your codebase to the Data Grid, please contact support.

<!-- end: Blazor, WebComponents -->

# {Platform} Column Types

The {ProductName} Data Table / Data Grid supports 5 column types, plus a Template Column type, giving you complete flexibility over the way your data is displayed in the {Platform} data grid. Column types supported are Text column, Numeric column, DateTime column, Image column, ComboBox and Template.
Expand Down
7 changes: 7 additions & 0 deletions doc/en/components/grids/data-grid-horizontal-scrolling.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ mentionedTypes: ['Infragistics.Controls.Grid.Implementation.Grid', 'Infragistics
namespace: Infragistics.Controls
---

<!-- Blazor, WebComponents -->

> [!Note]
Please note that this control has been deprecated and replaced with the [Grid](grid/overview.md) component, and as such, we recommend migrating to that control. This will not be receiving any new features, bug fixes will be deprioritized. For help or questions on migrating your codebase to the Data Grid, please contact support.

<!-- end: Blazor, WebComponents -->

# {Platform} Horizontal Scrolling

The {ProductName} Data Table / Data Grid supports Horizontal Scrolling is enabled by setting the total width of the columns greater than the width of the {Platform} data grid.
Expand Down
7 changes: 7 additions & 0 deletions doc/en/components/grids/data-grid-live-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ mentionedTypes: ['Infragistics.Controls.Grid.Implementation.Grid', 'Infragistics
namespace: Infragistics.Controls
---

<!-- Blazor, WebComponents -->

> [!Note]
Please note that this control has been deprecated and replaced with the [Grid](grid/overview.md) component, and as such, we recommend migrating to that control. This will not be receiving any new features, bug fixes will be deprioritized. For help or questions on migrating your codebase to the Data Grid, please contact support.

<!-- end: Blazor, WebComponents -->

# {Platform} Binding Live Data

The {ProductName} Data Table / Data Grid is able to handle thousands of updates per seconds, while keeping the grid responsive for any interaction that the user may undertake. You can use the following sample to check performance of the Grid handling under various live data scenarios by adjusting interval between data updates as well as volume of data updates.
Expand Down
7 changes: 7 additions & 0 deletions doc/en/components/grids/data-grid-load-save-layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ mentionedTypes: ['Infragistics.Controls.Grid.Implementation.Grid', 'Infragistics
namespace: Infragistics.Controls
---

<!-- Blazor, WebComponents -->

> [!Note]
Please note that this control has been deprecated and replaced with the [Grid](grid/overview.md) component, and as such, we recommend migrating to that control. This will not be receiving any new features, bug fixes will be deprioritized. For help or questions on migrating your codebase to the Data Grid, please contact support.

<!-- end: Blazor, WebComponents -->

# {Platform} Grid Load & Save Layout

The {ProductName} Data Table / Data Grid supports loading and saving the grid layout. This is performed by calling the `LoadLayout` and `SaveLayout` methods of the grid. These features are useful when an end user can move, sort, and group columns, and wants to preserve the state of the grid and be able to recover the layout and resume work at a later time.
Expand Down
7 changes: 7 additions & 0 deletions doc/en/components/grids/data-grid-local-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ mentionedTypes: ['Infragistics.Controls.Grid.Implementation.Grid', 'Infragistics
namespace: Infragistics.Controls
---

<!-- Blazor, WebComponents -->

> [!Note]
Please note that this control has been deprecated and replaced with the [Grid](grid/overview.md) component, and as such, we recommend migrating to that control. This will not be receiving any new features, bug fixes will be deprioritized. For help or questions on migrating your codebase to the Data Grid, please contact support.

<!-- end: Blazor, WebComponents -->

# {Platform} Binding Local Data

The following sample demonstrates the {ProductName} Data Table / Data Grid data binding to an array of data.
Expand Down
7 changes: 7 additions & 0 deletions doc/en/components/grids/data-grid-localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ mentionedTypes: ['Infragistics.Controls.Grid.Implementation.Grid', 'Infragistics
namespace: Infragistics.Controls
---

<!-- Blazor, WebComponents -->

> [!Note]
Please note that this control has been deprecated and replaced with the [Grid](grid/overview.md) component, and as such, we recommend migrating to that control. This will not be receiving any new features, bug fixes will be deprioritized. For help or questions on migrating your codebase to the Data Grid, please contact support.

<!-- end: Blazor, WebComponents -->

# {Platform} Grid Localization

The {ProductName} Data Table / Data Grid supports localizing the resource strings specific to the column options pop-up and summaries. Note, this is not intended to be used nor capable of translating the data.
Expand Down
Loading