diff --git a/docs/jquery/astro.config.ts b/docs/jquery/astro.config.ts
index 26c532a2bc..4b02b0aa5e 100644
--- a/docs/jquery/astro.config.ts
+++ b/docs/jquery/astro.config.ts
@@ -63,6 +63,7 @@ export default createDocsSite({
source: {
tocPath,
docsDir,
+ imagesDir: path.resolve(`./src/content/${contentLangDir}/topics/images`),
},
starlight: {},
image: { service: { entrypoint: 'astro/assets/services/noop' } },
diff --git a/docs/jquery/src/content/en/topics/asp-net-mvc/igniteui-for-mvc-known-issues.mdx b/docs/jquery/src/content/en/topics/asp-net-mvc/igniteui-for-mvc-known-issues.mdx
index 48485b16eb..6489e4da89 100644
--- a/docs/jquery/src/content/en/topics/asp-net-mvc/igniteui-for-mvc-known-issues.mdx
+++ b/docs/jquery/src/content/en/topics/asp-net-mvc/igniteui-for-mvc-known-issues.mdx
@@ -11,11 +11,14 @@ slug: aspnet-mvc-wrappers-known-issues
The following table summarizes the known issues and limitations of the {environment:ProductNameMVC}. Detailed explanations of some of the issues and the existing workarounds are provided after the summary table.
-Legend: |
---------|---------
- | Workaround available
- | No known workaround
- | No known workaround, fix planned
+
+**Legend:**
+
+| | |
+| --- | --- |
+|  | Workaround available |
+|  | No known workaround |
+|  | No known workaround, fix planned |
### {environment:ProductNameMVC}
diff --git a/docs/jquery/src/content/en/topics/asp-net-mvc/igniteui-for-mvc-mobile-known-issues.mdx b/docs/jquery/src/content/en/topics/asp-net-mvc/igniteui-for-mvc-mobile-known-issues.mdx
index bc4371647a..ae53d6e2b6 100644
--- a/docs/jquery/src/content/en/topics/asp-net-mvc/igniteui-for-mvc-mobile-known-issues.mdx
+++ b/docs/jquery/src/content/en/topics/asp-net-mvc/igniteui-for-mvc-mobile-known-issues.mdx
@@ -10,11 +10,13 @@ slug: aspnet-mvc-mobile-wrappers-known-issues
The following table summarizes the known issues and limitations of the {environment:ProductNameMVC} mobile.
-Legend: |
---------|---------
- | Workaround available
- | No known workaround
- | No known workaround, fix planned
+**Legend:**
+
+| | |
+| --- | --- |
+|  | Workaround available |
+|  | No known workaround |
+|  | No known workaround, fix planned |
### {environment:ProductName} ASP.NET MVC Mobile Wrappers (mobile)
diff --git a/docs/jquery/src/content/en/topics/controls/igbulletgraph/adding/to-an-html-page.mdx b/docs/jquery/src/content/en/topics/controls/igbulletgraph/adding/to-an-html-page.mdx
index 224ea9a6b8..2bbf1a4dd5 100644
--- a/docs/jquery/src/content/en/topics/controls/igbulletgraph/adding/to-an-html-page.mdx
+++ b/docs/jquery/src/content/en/topics/controls/igbulletgraph/adding/to-an-html-page.mdx
@@ -50,19 +50,13 @@ The following table summarizes the requirements for using the `igBulletGraph` co
| --- | --- | --- |
| Required Resources | Description | What you need to do… |
| jQuery and jQuery UI JavaScript resources | {environment:ProductName}™ is built on top of the following frameworks: [jQuery](http://jquery.com/) [jQuery UI](http://jqueryui.com/) | Add script references to both libraries in the `` section of your page. |
-| General *igBulletGraph* JavaScript Resources | The *igBulletGraph* control depends on functionality distributed across several files in the {environment:ProductName} Library. You can load the required resources in one of the following ways: Use the Infragistics® Loader (*igLoader*™). You only need to include a script reference to *igLoader* on your page. Load the required resources manually. You need to use the dependencies listed in the table below. Load the two combined files, containing the logic for all data visualization controls from the {environment:ProductName} package - *infragistics.core.js*, *infragistics.dv.js* and *infragistics.encoding.js* (optional). The following table lists the {environment:ProductName} library dependencies related to the *igBulletGraph* control. These resources need to be referred to explicitly if you chose not to use *igLoader* or the combined files. JS Resource | Description |
+| General *igBulletGraph* JavaScript Resources | The *igBulletGraph* control depends on functionality distributed across several files in the {environment:ProductName} Library. You can load the required resources in one of the following ways: Use the Infragistics® Loader (*igLoader*™). You only need to include a script reference to *igLoader* on your page. Load the required resources manually. You need to use the dependencies listed in the table below. Load the two combined files, containing the logic for all data visualization controls from the {environment:ProductName} package - *infragistics.core.js*, *infragistics.dv.js* and *infragistics.encoding.js* (optional). The following table lists the {environment:ProductName} library dependencies related to the *igBulletGraph* control. These resources need to be referred to explicitly if you chose not to use *igLoader* or the combined files. | Add one of the following: A reference to \*igLoader\* . A reference to all the required JavaScript files (listed in the table on the left). A reference to the combined files and optionally to the file containing the encodings |
| *infragistics.util.js*, *infragistics.util.jquery.js* | {environment:ProductName} utilities | |
-| *infragistics.ext_core.js*, *infragistics.ext_collections.js*, *infragistics.ext_ui.js*, *infragistics.dv_jquerydom.js*, *infragistics.dv_core.js*, *infragistics.dv_geometry.js* A shared library for data visualization components | | |
+| *infragistics.ext_core.js*, *infragistics.ext_collections.js*, *infragistics.ext_ui.js*, *infragistics.dv_jquerydom.js*, *infragistics.dv_core.js*, *infragistics.dv_geometry.js* | A shared library for data visualization components | | |
| *infragistics.ui.widget.js* | Base igWidget for all {environment:ProductName} widgets. | |
| *infragistics.bulletgraph.js* | The *igBulletGraph* control | |
| *infragistics.ui.bulletgraph.js* | The *igBulletGraph* widget | |
- </td>
- <td>Add one of the following:
diff --git a/docs/jquery/src/content/en/topics/controls/iggrid/features/updating/migrating-to-the-new-updating.mdx b/docs/jquery/src/content/en/topics/controls/iggrid/features/updating/migrating-to-the-new-updating.mdx
index 3dde4baf7f..56ba9374ea 100644
--- a/docs/jquery/src/content/en/topics/controls/iggrid/features/updating/migrating-to-the-new-updating.mdx
+++ b/docs/jquery/src/content/en/topics/controls/iggrid/features/updating/migrating-to-the-new-updating.mdx
@@ -34,6 +34,7 @@ Changes and improvements in the structure and functionality in the igEditors sui
|---|:---:|:---:|
|**Earliest supported jQuery version**|1.4.4|1.9.1|
|**Earliest supported jQuery UI version**|-|1.9.0|
+
###
Enabling editing rows via a dialog
The edit mode that enabled editing via a dialog is now named "dialog" instead of "rowedittemplate".
The new dialog uses a different templating structure and allows building complex custom editing dialogs. For details on the new capabilities of this mode please refer to the main topic: [Row Edit Dialog Overview (igGrid)](/row-template/iggrid-updating-roweditdialog.mdx)
@@ -82,6 +83,7 @@ Changes in the editors architecture and its implication on the integration betwe
|namesColumnWidth*|Controls the width of the column containing the column names in the default row edit dialog.|
|showEditorsForHiddenColumns*| Controls if editors should be rendered for hidden columns.|
|wrapAround|Controls if editing mode should wrap around the grid when navigating using the keyboard.|
+
###
Event changes
###
Removed Options
diff --git a/docs/jquery/src/content/en/topics/controls/ighierarchicalgrid/features/row-selectors/events.mdx b/docs/jquery/src/content/en/topics/controls/ighierarchicalgrid/features/row-selectors/events.mdx
index 98c834d166..8964e915ee 100644
--- a/docs/jquery/src/content/en/topics/controls/ighierarchicalgrid/features/row-selectors/events.mdx
+++ b/docs/jquery/src/content/en/topics/controls/ighierarchicalgrid/features/row-selectors/events.mdx
@@ -54,24 +54,9 @@ The purpose and function of the igGridRowSelectors control’s events.
|
| Gets a reference to igRowSelectors. | |
|
| Gets a reference to the igGrid where the igRowSelectors control is initialized. | |
-
- </td>
- <td></td>
- </tr>
-
- <tr>
- <td>
</td>
- <td>Raised when a row selector checkbox is changing. The handler function takes arguments `evt` and `ui`. The `ui` argument options and their usage follow. | Argument name | Usage | | --- | --- | |
| Gets a reference to the row where the clicked row selector resides. | |
| Gets the index of the row where the clicked row selector resides. | |
| Gets the key of the row where the clicked row selector resides. | |
| Gets a reference to the row selector cell. | |
| Gets a reference to igRowSelectors. | |
| Gets a reference to the igGrid where the igRowSelectors control is initialized. | |
| Gets the current state of the checkbox (\*\*on\*\* or \*\*off\*\*). | |
| Gets the new state of the checkbox (\*\*on\*\* or \*\*off\*\*). | |
| Checks to see if the header check box is the one being clicked. In this case no row related arguments are passed. |
</td>
- <td></td>
- </tr>
-
- <tr>
- <td>
</td>
- <td>Raised after a row selector checkbox changes state. The handler function takes arguments `evt` and `ui`. The `ui` argument options and their usage follow. | Argument name | Usage | | --- | --- | |
| Gets a reference to the row where the clicked row selector resides. | |
| Gets the index of the row where the clicked row selector resides. | |
| Gets the key of the row where the clicked row selector resides. | |
| Gets a reference to the row selector cell. | |
| Gets a reference to igRowSelectors. | |
| Gets a reference to the igGrid for which the igRowSelectors are initialized. | |
| Gets the current state of the checkbox (\*\*on\*\* or \*\*off\*\*). | |
| Checks if the header check box is the one being clicked. In this case no row related arguments are passed. |
</td>
- <td></td>
- </tr>
- </tbody>
-</table>
+
|
| Raised when a row selector checkbox is changing. The handler function takes arguments `evt` and `ui`. The `ui` argument options and their usage follow. | Argument name | Usage | | --- | --- | |
| Gets a reference to the row where the clicked row selector resides. | |
| Gets the index of the row where the clicked row selector resides. | |
| Gets the key of the row where the clicked row selector resides. | |
| Gets a reference to the row selector cell. | |
| Gets a reference to igRowSelectors. | |
| Gets a reference to the igGrid where the igRowSelectors control is initialized. | |
| Gets the current state of the checkbox (\*\*on\*\* or \*\*off\*\*). | |
| Gets the new state of the checkbox (\*\*on\*\* or \*\*off\*\*). | |
| Checks to see if the header check box is the one being clicked. In this case no row related arguments are passed. |
|  |
+|
| Raised after a row selector checkbox changes state. The handler function takes arguments `evt` and `ui`. The `ui` argument options and their usage follow. | Argument name | Usage | | --- | --- | |
| Gets a reference to the row where the clicked row selector resides. | |
| Gets the index of the row where the clicked row selector resides. | |
| Gets the key of the row where the clicked row selector resides. | |
| Gets a reference to the row selector cell. | |
| Gets a reference to igRowSelectors. | |
| Gets a reference to the igGrid for which the igRowSelectors are initialized. | |
| Gets the current state of the checkbox (\*\*on\*\* or \*\*off\*\*). | |
| Checks if the header check box is the one being clicked. In this case no row related arguments are passed. |
|  |
+
## Code Examples
diff --git a/docs/jquery/src/content/en/topics/controls/iglayoutmanager/adding.mdx b/docs/jquery/src/content/en/topics/controls/iglayoutmanager/adding.mdx
index 919cb566f3..a7816f1978 100644
--- a/docs/jquery/src/content/en/topics/controls/iglayoutmanager/adding.mdx
+++ b/docs/jquery/src/content/en/topics/controls/iglayoutmanager/adding.mdx
@@ -73,25 +73,9 @@ The following table summarizes the requirements for `igLayoutManager` control.
| --- | --- | --- |
| Requirement / Required Resource | Description | What you need to do… |
| jQuery and jQuery UI JavaScript resources | {environment:ProductName} is built on top of these frameworks: [jQuery](http://jquery.com/) [jQuery UI](http://jqueryui.com/) | Add script references to both libraries in the <head> section of your page. |
-| igLayoutManager JavaScript resources | The igLayoutManager functionality of the {environment:ProductName} library is distributed across several files. You can load the required resources in one of the following ways: (Recommended) [**Using Infragistics Loader**](//general-and-getting-started/using-infragistics-loader.mdx) (igLoader™). You only need to include a script reference to igLoader on your page. Load the required resources manually. You need to use the dependencies listed in the table below. The following table lists the {environment:ProductName} library dependences related to the igLayoutManager control. These resources need to be referred to explicitly if you chose to load resources manually (i.e. not to use igLoader). JS Resource | Description |
-| infragistics.ui.layoutmanager.js | The igLayoutManager control | |
-
- </td>
- <td>Add one of the following: - A reference to igLoader
-- A reference to all the required JavaScript files (listed in the table on the left). </td>
- </tr>
- <tr>
- <td>IG theme \*(Optional)\*</td>
- <td>This theme contains the visual styles for the {environment:ProductName} library. The theme file is: {IG CSS root}/themes/Infragistics/infragistics.theme.css</td>
- <td></td>
- </tr>
- <tr>
- <td>igLayoutManager structure</td>
- <td>The styles from the following CSS file are used for rendering various elements of the control: {IG CSS root}/structure/modules/infragistics.ui.layout.css</td>
- <td>Add style reference to the file in your page.</td>
- </tr>
- </tbody>
-</table>
+| igLayoutManager JavaScript resources | The igLayoutManager functionality of the {environment:ProductName} library is distributed across several files. You can load the required resources in one of the following ways: (Recommended) [**Using Infragistics Loader**](//general-and-getting-started/using-infragistics-loader.mdx) (igLoader™). You only need to include a script reference to igLoader on your page. Load the required resources manually. You need to use the dependencies listed in the table below. The following table lists the {environment:ProductName} library dependences related to the igLayoutManager control. These resources need to be referred to explicitly if you chose to load resources manually (i.e. not to use igLoader). JS Resource: `infragistics.ui.layoutmanager.js` - The igLayoutManager control | Add one of the following: A reference to igLoader. A reference to all the required JavaScript files (listed in the table on the left). |
+| IG theme *(Optional)* | This theme contains the visual styles for the {environment:ProductName} library. The theme file is: {IG CSS root}/themes/Infragistics/infragistics.theme.css | |
+| igLayoutManager structure | The styles from the following CSS file are used for rendering various elements of the control: {IG CSS root}/structure/modules/infragistics.ui.layout.css | Add style reference to the file in your page. |
>**Note:**It is recommended to use the `igLoader` component to load JavaScript and CSS resources. For information on how to do this, refer to the [Adding Required Resources Automatically with the Infragistics Loader](//general-and-getting-started/using-infragistics-loader.mdx) topic. In addition to that, in the online [{environment:ProductName} Samples Browser]({environment:SamplesUrl}), you can find some specific examples on how to use the `igLoader` with the `igLayoutManager` component.
diff --git a/docs/jquery/src/content/en/topics/controls/iglineargauge/adding/to-an-html-page.mdx b/docs/jquery/src/content/en/topics/controls/iglineargauge/adding/to-an-html-page.mdx
index 15583a4704..d4bfbf93cb 100644
--- a/docs/jquery/src/content/en/topics/controls/iglineargauge/adding/to-an-html-page.mdx
+++ b/docs/jquery/src/content/en/topics/controls/iglineargauge/adding/to-an-html-page.mdx
@@ -55,19 +55,13 @@ The following table summarizes the requirements for using the `igLinearGauge` co
| --- | --- | --- |
| Required Resources | Description | What you need to do… |
| jQuery and jQuery UI JavaScript resources | {environment:ProductName}™ is built on top of the following frameworks: [jQuery](http://jquery.com/) [jQuery UI](http://jqueryui.com/) | Add script references to both libraries in the `` section of your page. |
-| General igLinearGauge JavaScript Resources | The igLinearGauge control depends on functionality distributed across several files in the {environment:ProductName} Library. You can load the required resources in one of the following ways: Use the Infragistics® Loader (igLoader™). You only need to include a script reference to igLoader on your page. Load the required resources manually. You need to use the dependencies listed in the table below. Load the two combined files, containing the logic for all data visualization controls from the {environment:ProductName} package - infragistics.core.js, infragistics.dv.js and infragistics.encoding.js (optional). The following table lists the {environment:ProductName} library dependences related to the igLinearGauge control. These resources need to be referred to explicitly if you chose not to use igLoader or the combined files. JS Resource | Description |
+| General igLinearGauge JavaScript Resources | The igLinearGauge control depends on functionality distributed across several files in the {environment:ProductName} Library. You can load the required resources in one of the following ways: Use the Infragistics® Loader (igLoader™). You only need to include a script reference to igLoader on your page. Load the required resources manually. You need to use the dependencies listed in the table below. Load the two combined files, containing the logic for all data visualization controls from the {environment:ProductName} package - infragistics.core.js, infragistics.dv.js and infragistics.encoding.js (optional). The following table lists the {environment:ProductName} library dependences related to the igLinearGauge control. These resources need to be referred to explicitly if you chose not to use igLoader or the combined files. | Add one of the following: A reference to igLoader. A reference to all the required JavaScript files (listed in the table on the left).. A reference to the combined files and optionally to the file containing the encodings |
| `infragistics.util.js`, `infragistics.util.jquery.js` | {environment:ProductName} utilities | |
| `infragistics.ui.widget.js` | Base igWidget for all {environment:ProductName} widgets. | |
| `infragistics.ext_core.js` `infragistics.ext_collections.js` `infragistics.ext_ui.js` `infragistics.dv_jquerydom.js` `infragistics.dv_core.js` `infragistics.dv_geometry.js` `infragistics.dv_visualdata.js` | Data visualization core functionality | |
| `infragistics.dv_interactivity.js` | Provides support for user interaction such as panning, zooming, dragging, etc. | |
| `infragistics.lineargauge.js` | The igLinearGauge control | |
| `infragistics.ui.lineargauge.js` | The igLinearGauge widget | |
-
- </td>
- <td>Add one of the following:
- A reference to igLoader
- A reference to all the required JavaScript files (listed in the table on the left).
- A reference to the combined files and optionally to the file containing the encodings.
</td>
- </tr>
- </tbody>
-</table>
###
Steps
diff --git a/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_1.png b/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_1.png
similarity index 100%
rename from docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_1.png
rename to docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_1.png
diff --git a/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_11.png b/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_11.png
similarity index 100%
rename from docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_11.png
rename to docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_11.png
diff --git a/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_12.png b/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_12.png
similarity index 100%
rename from docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_12.png
rename to docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_12.png
diff --git a/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_13.png b/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_13.png
similarity index 100%
rename from docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_13.png
rename to docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_13.png
diff --git a/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_14.png b/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_14.png
similarity index 100%
rename from docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_14.png
rename to docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_14.png
diff --git a/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_15.png b/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_15.png
similarity index 100%
rename from docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_15.png
rename to docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_15.png
diff --git a/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_16.png b/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_16.png
similarity index 100%
rename from docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_16.png
rename to docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_16.png
diff --git a/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_17.png b/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_17.png
similarity index 100%
rename from docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_17.png
rename to docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_17.png
diff --git a/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_18.png b/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_18.png
similarity index 100%
rename from docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_18.png
rename to docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_18.png
diff --git a/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_19.png b/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_19.png
similarity index 100%
rename from docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_19.png
rename to docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_19.png
diff --git a/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_2.png b/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_2.png
similarity index 100%
rename from docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_2.png
rename to docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_2.png
diff --git a/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_3.png b/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_3.png
similarity index 100%
rename from docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_3.png
rename to docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_3.png
diff --git a/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_4.png b/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_4.png
similarity index 100%
rename from docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_4.png
rename to docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_4.png
diff --git a/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_5.png b/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_5.png
similarity index 100%
rename from docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_5.png
rename to docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_5.png
diff --git a/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_6.png b/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_6.png
similarity index 100%
rename from docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_6.png
rename to docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_6.png
diff --git a/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_7.png b/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_7.png
similarity index 100%
rename from docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_7.png
rename to docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_7.png
diff --git a/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_8.png b/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_8.png
similarity index 100%
rename from docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_8.png
rename to docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_8.png
diff --git a/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_9.png b/docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_9.png
similarity index 100%
rename from docs/jquery/src/content/en/topics/controls/igmap/images/Overview_(igMap)_9.png
rename to docs/jquery/src/content/en/topics/controls/igmap/images/Overview_igMap_9.png
diff --git a/docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_(igMap)_1.png b/docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_igMap_1.png
similarity index 100%
rename from docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_(igMap)_1.png
rename to docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_igMap_1.png
diff --git a/docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_(igMap)_2.png b/docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_igMap_2.png
similarity index 100%
rename from docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_(igMap)_2.png
rename to docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_igMap_2.png
diff --git a/docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_(igMap)_3.png b/docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_igMap_3.png
similarity index 100%
rename from docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_(igMap)_3.png
rename to docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_igMap_3.png
diff --git a/docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_(igMap)_4.png b/docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_igMap_4.png
similarity index 100%
rename from docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_(igMap)_4.png
rename to docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_igMap_4.png
diff --git a/docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_(igMap)_5.png b/docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_igMap_5.png
similarity index 100%
rename from docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_(igMap)_5.png
rename to docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_igMap_5.png
diff --git a/docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_(igMap)_6.png b/docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_igMap_6.png
similarity index 100%
rename from docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_(igMap)_6.png
rename to docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_igMap_6.png
diff --git a/docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_(igMap)_7.png b/docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_igMap_7.png
similarity index 100%
rename from docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_(igMap)_7.png
rename to docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_igMap_7.png
diff --git a/docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_(igMap)_8.png b/docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_igMap_8.png
similarity index 100%
rename from docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_(igMap)_8.png
rename to docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_igMap_8.png
diff --git a/docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_(igMap)_9.png b/docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_igMap_9.png
similarity index 100%
rename from docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_(igMap)_9.png
rename to docs/jquery/src/content/en/topics/controls/igmap/images/Styling_with_Themes_igMap_9.png
diff --git a/docs/jquery/src/content/en/topics/controls/igmap/overview-igmap.mdx b/docs/jquery/src/content/en/topics/controls/igmap/overview-igmap.mdx
index 9c555ed465..9e33d0cba2 100644
--- a/docs/jquery/src/content/en/topics/controls/igmap/overview-igmap.mdx
+++ b/docs/jquery/src/content/en/topics/controls/igmap/overview-igmap.mdx
@@ -61,7 +61,7 @@ This topic contains the following sections:
The `igMap` control is intended to facilitate drawing maps with custom overlays in HTML5 web applications and sites. It uses the **Canvas** tag in HTML5 to plot the actual maps and visualize data on the maps.
-{/* image not found: Overview_%28igMap%29_1.png */}
+

Maps rendered by the `igMap` control consist of a background content (the actual geographic map) delivered by a map provider (like Bing® Maps or OpenStreetMap maps) and an overlay which represents the actual custom data you wish to visualize for the user. There are several types of overlays you can render on a map called “map series” or “map types” (see [Supported Map Types](#supported-map-types)).
@@ -102,13 +102,12 @@ The `igMap` control is a jQuery UI widget and depends on the jQuery and jQuery U
The following table summarizes the requirements for `igMap` control.
-| JS Resource | Description |
-| --- | --- |
| Requirement | Description |
+| --- | --- |
| HTML5 canvas API | The functionality of the igMap control is based on the HTML5 Canvas tag and its related API. Any web browser that supports these will be able to render and display maps generated by the control. No other HTML5 features are required for the operation of the igMap control. The topic [Canvas Element: Support](http://en.wikipedia.org/wiki/Canvas_element#Support) from [Wikipedia™](http://en.wikipedia.org/wiki/Main_Page) details which versions of the most popular desktop and mobile web browsers support the HTML5 Canvas API. |
| jQuery and jQuery UI JavaScript resources | {environment:ProductName} is built on top of these frameworks: jQuery jQuery UI The frameworks must be referenced by the web pages that use the igMap control. |
| Modernizr (Optional) | The Modernizr library is used by the igMap to detect browser and device capabilities. It is not mandatory and if not included the control will behave as if it works in a normal desktop environment with HTML5 compatible browser. Modernizr |
-| JavaScript resources | The functionality of the igMap control uses some utilities and the data visualization core from the {environment:ProductName} library. JS Resource |
+| JavaScript resources | The functionality of the igMap control uses some utilities and the data visualization core from the {environment:ProductName} library. |
| `infragistics.util.js`, `infragistics.util.jquery.js` | {environment:ProductName} utilities |
| `infragistics.datasource.js` | The igDataSource control |
| `infragistics.ui.widget.js` | Base igWidget for all {environment:ProductName} widgets. |
@@ -118,16 +117,6 @@ The following table summarizes the requirements for `igMap` control.
| `infragistics.datachart_core.js`, `infragistics.datachart_scatter.js` | Chart series functionality |
| `infragistics.ui.map.js` | Map widget |
| `infragistics.geographicmap_core.js` | Core map visualization functionality |
-
- </td>
- </tr>
-
- <tr>
- <td>CSS resources</td>
- <td>The CSS resources consist of the IG theme and the map structure CSS. The IG theme contains custom visual styles created for the {environment:ProductName} library. It is contained in the following file:`{IG CSS root}/themes/Infragistics/infragistics.theme.css` The map structure CSS resource is used for rendering different elements of the map control:`{IG CSS root}/structure/modules/infragistics.ui.map.css`</td>
- </tr>
- </tbody>
-</table>
>**Note:**It is recommended to load JavaScript and CSS resources using the `igLoader` control. For examples on how to use the the `igLoader` control with `igMap`, refer to the [Adding an igMap](/adding-igmap.mdx) topic and the [Geographic Symbol Series]({environment:SamplesUrl}/map/geo-symbol-series) sample.
@@ -166,8 +155,8 @@ The `igMap` control supports the following map providers:
The table below shows the same map area and geographic symbol series with the three available map providers.
OpenStreetMap|Bing Maps
----|---|---
-{/* image not found: Overview_%28igMap%29_7.png */}|{/* image not found: Overview_%28igMap%29_8.png */}
+---|---
+

|

### Related Topics:
@@ -182,7 +171,7 @@ The following table shows an initial map view and zoomed in view.
Initial View|Zoomed In View
---|---
-{/* image not found: Overview_%28igMap%29_2.png */}|{/* image not found: Overview_%28igMap%29_11.png */}
+

|

### Related Topics:
@@ -197,7 +186,7 @@ The following table shows an initial map view and then the same view slightly pa
Initial View|Panned to the East
---|---
-{/* image not found: Overview_%28igMap%29_12.png */}|{/* image not found: Overview_%28igMap%29_13.png */}
+

|

### Related Topics:
@@ -210,7 +199,7 @@ Tooltips allow you to display information about a specific point or region on th
The following picture shows a geographic symbol series map with a tooltip activated on a point of the series.
-{/* image not found: Overview_%28igMap%29_14.png */}
+

### Related Topics:
@@ -222,13 +211,13 @@ The `igMap` control uses markers to designate points on the map for the geograph
The following picture shows a map region with some points denoted by square markers.
-{/* image not found: Overview_%28igMap%29_15.png */}
+

If the shapes and behavior of the built-in markers are not sufficient you can configure a custom marker drawing function to be called whenever a marker is to be plotted on the map. Any custom marker function receives an object with the Canvas context object, position and size of the marker area and the data item bound to the marker. Additionally, another function can be provided to calculate and return custom size for the marker. The marker drawing function can use the full HTML5 Canvas API to draw whatever suits the requirements of the client application or web page.
The following picture shows a map with custom markers which display detailed information about data points.
-{/* image not found: Overview_%28igMap%29_16.png */}
+

### Related Topics:
@@ -244,7 +233,7 @@ For the Geographic Symbols, Geographic Shapes, and Geographic Polyline series, t
The following picture shows a geographic shapes series map with some custom colors applied.
-{/* image not found: Overview_%28igMap%29_17.png */}
+

- **Geographic Scatter Area and Geographic Contour Line series**
@@ -252,7 +241,7 @@ The Geographic Scatter Area and Geographic Contour Line series use a palette of
The following picture shows a geographic scatter area map with custom palette.
-{/* image not found: Overview_%28igMap%29_18.png */}
+

- **Geographic Shape Series**
@@ -260,7 +249,7 @@ The Geographic Shape Series allows you to set different colors for fill and outl
The following figure shows the World map with countries in different colors based on their population.
-{/* image not found: Overview_%28igMap%29_19.png */}
+

### Related Topics:
diff --git a/docs/jquery/src/content/en/topics/controls/igmap/styling-igmap.mdx b/docs/jquery/src/content/en/topics/controls/igmap/styling-igmap.mdx
index 10cc7fc208..81eed4d686 100644
--- a/docs/jquery/src/content/en/topics/controls/igmap/styling-igmap.mdx
+++ b/docs/jquery/src/content/en/topics/controls/igmap/styling-igmap.mdx
@@ -100,13 +100,13 @@ The following table summarizes the available themes for the `igMap` control.
| IG |
- _1.png) |
+  |
Path: {IG CSS root}/themes/infragistics/ File: infragistics.theme.css This theme defines general visual features for all {environment:ProductName} controls. Detailed information for using the IG theme is available in the Styling and Theming in {environment:ProductName} topic. |
| Metro |
- _2.png) |
+  |
Path: {IG CSS root}/themes/metro/ File: infragistics.theme.css This theme defines visual features with regard to the new Windows® 8 Metro user interface and touch enabled devices. It features sharp corners and some different colors on the OPD panel. |
@@ -203,7 +203,7 @@ The table below shows how the same map looks by default and with the custom mark
Default Markers|Custom Markers
---|---
-{/* image not found: Styling_with_Themes_%28igMap%29_3.png */}|{/* image not found: Styling_with_Themes_%28igMap%29_4.png */}
+

|

### Code
@@ -273,7 +273,7 @@ The table below shows how the same map looks by default and with the custom fill
Default Colors|Custom Colors
---|---
-{/* image not found: Styling_with_Themes_%28igMap%29_5.png */}|{/* image not found: Styling_with_Themes_%28igMap%29_6.png */}
+

|

### Code
@@ -344,7 +344,7 @@ The whole range of values in the file is divided by the number of colors in the
The picture below shows how the map looks with the color scale from the example.
-{/* image not found: Styling_with_Themes_%28igMap%29_7.png */}
+

### Code
@@ -419,7 +419,7 @@ The fill scale palette is a set of colors from which the control chooses when pl
The picture below shows how the map looks with the fill scale from the example.
-{/* image not found: Styling_with_Themes_%28igMap%29_8.png */}
+

### Code
@@ -492,7 +492,7 @@ The igMap control allows, for the Geographic Shapes Series, a function to be spe
The picture below shows the World map with countries drawn in different colors based on the population size.
-{/* image not found: Styling_with_Themes_%28igMap%29_9.png */}
+

### Code
diff --git a/docs/jquery/src/content/en/topics/controls/igpiechart/overview.mdx b/docs/jquery/src/content/en/topics/controls/igpiechart/overview.mdx
index b2f382804a..3526606454 100644
--- a/docs/jquery/src/content/en/topics/controls/igpiechart/overview.mdx
+++ b/docs/jquery/src/content/en/topics/controls/igpiechart/overview.mdx
@@ -69,7 +69,7 @@ The following table summarizes the requirements for using the `igPieChart` contr
| HTML5 canvas API | The functionality of the charting library is based on the HTML5 Canvas tag and its related API. Any web browser that supports these will be able to render and display charts generated by the igPieChart control. No other HTML5 features are required for the operation of the igPieChart control. The topic [Canvas Element: Support](http://en.wikipedia.org/wiki/Canvas_element#Support) from [Wikipedia™](http://en.wikipedia.org/wiki/Main_Page) details which versions of the most popular desktop and mobile web browsers support the HTML5 Canvas API. |
| jQuery and jQuery UI JavaScript resources | {environment:ProductName} is built on top of these frameworks: [jQuery](http://docs.jquery.com/Main_Page) [jQuery UI](http://jqueryui.com/) |
| Modernizr | The Modernizr library is used by the igPieChart to detect browser and device capabilities. It is not mandatory and if not included the control will behave as if it works in a normal desktop environment with HTML5 compatible browser. [Modernizr](http://modernizr.com/docs/) |
-| Charting JavaScript resources | The charting functionality of the {environment:ProductName} library is distributed across several files depending on the series type. Also, there is a separate pie chart JavaScript file which must be linked to you HTML or MVC views. In case you wish to include resources manually, you need to use the dependencies listed in the following table. JS Resource |
+| Charting JavaScript resources | The charting functionality of the {environment:ProductName} library is distributed across several files depending on the series type. Also, there is a separate pie chart JavaScript file which must be linked to you HTML or MVC views. In case you wish to include resources manually, you need to use the dependencies listed in the following table. |
| `infragistics.util.js`, `infragistics.util.jquery.js` | {environment:ProductName} utilities |
| `infragistics.datasource.js` | The igDataSource control |
| `infragistics.ui.widget.js` | Base igWidget for all {environment:ProductName} widgets. |
@@ -78,21 +78,9 @@ The following table summarizes the requirements for using the `igPieChart` contr
| `infragistics.dv_interactivity.js` | Provides support for user interaction such as panning, zooming, dragging, etc. |
| `infragistics.ui.chart.js` | Chart base functionality |
| `infragistics.piechart.js` | The igPieChart control |
-
- </td>
- </tr>
-
- <tr>
- <td>IG theme</td>
- <td>This theme contains custom visual styles created for the {environment:ProductName} library. It is contained in the following file: `{IG CSS root}/themes/Infragistics/infragistics.theme.css`</td>
- </tr>
-
- <tr>
- <td>Chart structure</td>
- <td>This CSS resource is used by the charting components for rendering different elements of the controls: `{IG CSS root}/structure/modules/infragistics.ui.chart.css`</td>
- </tr>
- </tbody>
-</table>
+| IG theme | | |
+| Chart structure | This CSS resource is used by the charting components for rendering different elements of the controls: `{IG CSS root}/structure/modules/infragistics.ui.chart.css` | |
+
##
Main Features
diff --git a/docs/jquery/src/content/en/topics/controls/igpivotdataselector/adding/to-html-page.mdx b/docs/jquery/src/content/en/topics/controls/igpivotdataselector/adding/to-html-page.mdx
index 9625922709..7b128fd3bc 100644
--- a/docs/jquery/src/content/en/topics/controls/igpivotdataselector/adding/to-html-page.mdx
+++ b/docs/jquery/src/content/en/topics/controls/igpivotdataselector/adding/to-html-page.mdx
@@ -59,7 +59,7 @@ The following table summarizes the requirements for using the `igPivotDataSelect
| Required Resources | Description | What you need to do… |
| jQuery and jQuery UI JavaScript resources | {environment:ProductName}™ is built on top of these frameworks: [jQuery](http://jquery.com/) [jQuery UI](http://jqueryui.com/) | Add script references to both libraries in the <head> section of your page. |
| Modernizr library (Optional) | The Modernizr library is used by the `igPivotDataSelector` to detect browser and device capabilities. It is not mandatory and, if not included, the control will behave as if in a normal desktop environment with an HTML5 compatible browser. [Modernizr](http://modernizr.com/) | Add a script reference to the library in the <head> section of your page. |
-| General `igPivotDataSelector` JavaScript Resources | The igPivotDataSelector functionality of the {environment:ProductName} library is distributed across several files. You can load the required resources in one of the following ways: (Recommended) Use the Infragistics® Loader (`igLoader`™). You only need to include a script reference to `igLoader` on your page. Load the required resources manually. You need to use the dependencies listed in the table below. The following table lists the {environment:ProductName} library dependences related to the `igPivotDataSelector` control. These resources need to be referred to explicitly if you chose to load resources manually (i.e. not to use `igLoader`). JavaScript Resource | Description |
+| General `igPivotDataSelector` JavaScript Resources | The igPivotDataSelector functionality of the {environment:ProductName} library is distributed across several files. You can load the required resources in one of the following ways: (Recommended) Use the Infragistics® Loader (`igLoader`™). You only need to include a script reference to `igLoader` on your page. Load the required resources manually. You need to use the dependencies listed in the table below. The following table lists the {environment:ProductName} library dependences related to the `igPivotDataSelector` control. These resources need to be referred to explicitly if you chose to load resources manually (i.e. not to use `igLoader`). | Add one of the following: A reference to `igLoader`. A reference to all the required JavaScript files (listed in the table on the left) |
| `infragistics.util.js`, `infragistics.util.jquery.js` | {environment:ProductName} utilities | |
| (Conditional - if using `igOlapFlatDataSource`) `infragistics.datasource.js` | The `igDataSource`™ component | |
| `infragistics.olapflatdatasource.js` or `infragistics.olapxmladatasource.js` | Data source framework | |
@@ -70,24 +70,9 @@ The following table summarizes the requirements for using the `igPivotDataSelect
| `infragistics.ui.tree.js` | The `igTree`™ control | |
| `infragistics.ui.pivot.shared.js` | {environment:ProductName} shared code for pivot components | |
| `infragistics.ui.pivotdataselector.js` | The `igPivotDataSelector`™ control | |
-
- </td>
- <td>Add one of the following:
- A reference to `igLoader`
- A reference to all the required JavaScript files (listed in the table on the left).
</td>
- </tr>
-
- <tr>
- <td>IG Theme (Optional)</td>
- <td>This theme contains the visual styles for the {environment:ProductName} library. The theme file is:
- `/themes/Infragistics/infragistics.theme.css`
</td>
- <td></td>
- </tr>
-
- <tr>
- <td>`igPivotDataSelector` CSS resources file</td>
- <td>The styles from the following CSS file are used for rendering various elements of the control:
- `/structure/modules/infragistics.ui.shared.css`
- `/structure/modules/infragistics.ui.combo.css`
- `/structure/modules/infragistics.ui.tree.css`
- `/structure/modules/infragistics.ui.pivot.css`
</td>
- <td>Add style reference to the file in your page.</td>
- </tr>
- </tbody>
-</table>
+| IG Theme (Optional) | This theme contains the visual styles for the {environment:ProductName} library. The theme file is: `<IG CSS root>/themes/Infragistics/infragistics.theme.css` | |
+| `igPivotDataSelector` CSS resources file | The styles from the following CSS file are used for rendering various elements of the control: `<IG CSS root>/structure/modules/infragistics.ui.shared.css`. `<IG CSS root>/structure/modules/infragistics.ui.combo.css`. `<IG CSS root>/structure/modules/infragistics.ui.tree.css`. `<IG CSS root>/structure/modules/infragistics.ui.pivot.css` | Add style reference to the file in your page |
+
diff --git a/docs/jquery/src/content/en/topics/controls/igpivotgrid/accessibility-compliance.mdx b/docs/jquery/src/content/en/topics/controls/igpivotgrid/accessibility-compliance.mdx
index b740b5d02a..52fc464b4d 100644
--- a/docs/jquery/src/content/en/topics/controls/igpivotgrid/accessibility-compliance.mdx
+++ b/docs/jquery/src/content/en/topics/controls/igpivotgrid/accessibility-compliance.mdx
@@ -41,12 +41,7 @@ Rules|Rule text|How we comply
(d)\*|Documents shall be organized so they are readable without requiring an associated style sheet.|The control's markup is not readable without the associated style sheet because it is a client-side control and depends on the CSS’s rules.
(g)|Row and column headers shall be identified for data tables.|-
(h)|Markup shall be used to associate data cells and header cells for data tables that have two or more logical levels of row or column headers.|-
-(n)|When electronic forms are designed to be completed on-line, the form shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues.|The
feature must be enabled for the igPivotGrid in order keyboard navigation for data cells to work. To use the keyboard for navigation between cells, a cell must be first selected with the mouse. - Keyboard selection- Left arrow – selects the cell adjacent to the left of the currently selected cell
-- Right arrow – selects the cell adjacent to the right of the currently selected cell
-- Up arrow – selects the cell/row adjacent to the top of the currently selected cell/row
-- Down arrow – selects the cell/row adjacent to the bottom of the currently selected cell/row
-- Shift+Up/Down arrow – includes in the selection the cell/row adjacent to the top of the current selection
-- Ctrl+ Up/Down arrow – shifts the focus from the currently active row/cell to the next adjacent row/cell in upward/downward direction</il>
+(n)|When electronic forms are designed to be completed on-line, the form shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues.|The
feature must be enabled for the igPivotGrid in order keyboard navigation for data cells to work. To use the keyboard for navigation between cells, a cell must be first selected with the mouse. - Keyboard selection- Left arrow – selects the cell adjacent to the left of the currently selected cell- Right arrow – selects the cell adjacent to the right of the currently selected cell- Up arrow – selects the cell/row adjacent to the top of the currently selected cell/row- Down arrow – selects the cell/row adjacent to the bottom of the currently selected cell/row- Shift+Up/Down arrow – includes in the selection the cell/row adjacent to the top of the current selection- Ctrl+ Up/Down arrow – shifts the focus from the currently active row/cell to the next adjacent row/cell in upward/downward direction</il>
\* – control limitations
diff --git a/docs/jquery/src/content/en/topics/controls/igpivotgrid/adding/to-an-html-page.mdx b/docs/jquery/src/content/en/topics/controls/igpivotgrid/adding/to-an-html-page.mdx
index 6956dfb58f..29e98cc7f9 100644
--- a/docs/jquery/src/content/en/topics/controls/igpivotgrid/adding/to-an-html-page.mdx
+++ b/docs/jquery/src/content/en/topics/controls/igpivotgrid/adding/to-an-html-page.mdx
@@ -57,7 +57,7 @@ The following table summarizes the requirements for using the `igPivotGrid` cont
| Required Resources | Description | What you need to do… |
| jQuery and jQuery UI JavaScript resources | {environment:ProductName}™ is built on top of the following frameworks: [jQuery](http://jquery.com/) [jQuery UI](http://jqueryui.com/) | Add script references to both libraries in the <head> section of your page. |
| Modernizr library (Optional) | The Modernizr library is used by the igPivotGrid to detect browser and device capabilities. It is not mandatory and, if not included, the control will behave as if in a normal desktop environment with an HTML5 compatible browser. [Modernizr](http://modernizr.com/) | Add a script reference to the library in the <head> section of your page. |
-| General `igPivotGrid` JavaScript Resources | The igPivotGrid functionality of the {environment:ProductName} library is distributed across several files. You can load the required resources in one of the following ways: **Including a custom JavaScript file**: This is the recommended approach to reference {environment:ProductName} JavaScript files. You can [create a custom download]({environment:SamplesUrl}/download) of selected {environment:ProductName} controls and components. **Using Infragistics Loader**: The *Infragistics Loader* can be used to resolve all the Infragistics resources (styles and scripts) Load the required resources manually. You need to use the dependencies listed in the table below. The following table lists the {environment:ProductName} library dependences related to the igPivotGrid control. These resources need to be referred to explicitly if you chose to load resources manually (i.e. not to use `igLoader`). JavaScript Resource | Description |
+| General `igPivotGrid` JavaScript Resources | The igPivotGrid functionality of the {environment:ProductName} library is distributed across several files. You can load the required resources in one of the following ways: **Including a custom JavaScript file**: This is the recommended approach to reference {environment:ProductName} JavaScript files. You can [create a custom download]({environment:SamplesUrl}/download) of selected {environment:ProductName} controls and components. **Using Infragistics Loader**: The *Infragistics Loader* can be used to resolve all the Infragistics resources (styles and scripts) Load the required resources manually. You need to use the dependencies listed in the table below. The following table lists the {environment:ProductName} library dependences related to the igPivotGrid control. These resources need to be referred to explicitly if you chose to load resources manually (i.e. not to use `igLoader`). | Add one of the following: A reference to custom JavaScript file. A reference to igLoader. A reference to all the required JavaScript files (listed in the table on the left) |
| `infragistics.util.js`, `infragistics.util.jquery.js` | {environment:ProductName} utilities | |
| (Conditional - if using `igOlapFlatDataSource`) `infragistics.datasource.js` | The `igDataSource`™ component | |
| `infragistics.olapflatdatasource.js` or `infragistics.olapxmladatasource.js` | Data source framework | |
@@ -68,24 +68,9 @@ The following table summarizes the requirements for using the `igPivotGrid` cont
| `infragistics.ui.grid.multicolumnheaders.js` | The multi-column headers feature for the `igGrid` control | |
| `infragistics.ui.pivot.shared.js` | {environment:ProductName} shared code for pivot components | |
| `infragistics.ui.pivotgrid.js` | The `igPivotGrid` control | |
-
- </td>
- <td>Add one of the following:
- A reference to custom JavaScript file
- A reference to igLoader
- A reference to all the required JavaScript files (listed in the table on the left).
</td>
- </tr>
-
- <tr>
- <td>IG Theme (Optional)</td>
- <td>This theme contains the visual styles for the {environment:ProductName} library. The theme file is:
- `/themes/Infragistics/infragistics.theme.css`
</td>
- <td></td>
- </tr>
-
- <tr>
- <td>`igPivotGrid` CSS resources file</td>
- <td>The styles from the following CSS file are used for rendering various elements of the control:
- `/structure/modules/infragistics.ui.shared.css`
- `/structure/modules/infragistics.ui.grid.css`
- `/structure/modules/infragistics.ui.pivot.css`
</td>
- <td>Add style reference to the file in your page.</td>
- </tr>
- </tbody>
-</table>
+| IG Theme (Optional) | This theme contains the visual styles for the {environment:ProductName} library. The theme file is: `<IG CSS root>/themes/Infragistics/infragistics.theme.css` | |
+| `igPivotGrid` CSS resources file | The styles from the following CSS file are used for rendering various elements of the control: `<IG CSS root>/structure/modules/infragistics.ui.shared.css`. `<IG CSS root>/structure/modules/infragistics.ui.grid.css`. `<IG CSS root>/structure/modules/infragistics.ui.pivot.css` | Add style reference to the file in your page |
+
###
Steps
diff --git a/docs/jquery/src/content/en/topics/controls/igpivotview/adding/to-html-page.mdx b/docs/jquery/src/content/en/topics/controls/igpivotview/adding/to-html-page.mdx
index cf52a62a08..ee32493377 100644
--- a/docs/jquery/src/content/en/topics/controls/igpivotview/adding/to-html-page.mdx
+++ b/docs/jquery/src/content/en/topics/controls/igpivotview/adding/to-html-page.mdx
@@ -59,7 +59,7 @@ The following table summarizes the requirements for using the `igPivotView` cont
| Requirement / Required Resources | Description | What you need to do… |
| jQuery and jQuery UI JavaScript resources | {environment:ProductName}™ is built on top of these frameworks: [jQuery](http://jquery.com/) [jQuery UI](http://jqueryui.com/) | Add script references to both libraries in the `` section of your page. |
| Modernizr library (Optional) | The Modernizr library is used by the igPivotView to detect browser and device capabilities. It is not mandatory and, if not included, the control will behave as if in a normal desktop environment with an HTML5 compatible browser. [Modernizr](http://modernizr.com/) | Add a script reference to the library in the `` section of your page. |
-| General igPivotView JavaScript Resources | The igPivotView functionality of the {environment:ProductName} library is distributed across several files. You can load the required resources in one of the following ways: **Including a custom JavaScript file**: This is the recommended approach to reference {environment:ProductName} JavaScript files. You can [create a custom download]({environment:SamplesUrl}/download) of selected {environment:ProductName} controls and components. **Using Infragistics Loader**: The *Infragistics Loader* can be used to resolve all the Infragistics resources (styles and scripts) Load the required resources manually. You need to use the dependencies listed in the table below. The following table lists the {environment:ProductName} library dependences related to the igPivotView control. These resources need to be referred to explicitly if you chose to load resources manually (i.e. not to use igLoader). JavaScript Resource | Description |
+| General igPivotView JavaScript Resources | The igPivotView functionality of the {environment:ProductName} library is distributed across several files. You can load the required resources in one of the following ways: **Including a custom JavaScript file**: This is the recommended approach to reference {environment:ProductName} JavaScript files. You can [create a custom download]({environment:SamplesUrl}/download) of selected {environment:ProductName} controls and components. **Using Infragistics Loader**: The *Infragistics Loader* can be used to resolve all the Infragistics resources (styles and scripts) Load the required resources manually. You need to use the dependencies listed in the table below. The following table lists the {environment:ProductName} library dependences related to the igPivotView control. These resources need to be referred to explicitly if you chose to load resources manually (i.e. not to use igLoader). | Add one of the following: A reference to custom JavaScript file. A reference to igLoader. A reference to all the required JavaScript files (listed in the table on the left) |
| `infragistics.util.js`, `infragistics.util.jquery.js` | {environment:ProductName} utilities | |
| (Conditional - if using `igOlapFlatDataSource`) `infragistics.datasource.js` | The `igDataSource`™ component | |
| `infragistics.olapflatdatasource.js` or `infragistics.olapxmladatasource.js` | Data source framework | |
@@ -75,24 +75,9 @@ The following table summarizes the requirements for using the `igPivotView` cont
| `infragistics.ui.pivotgrid.js` | The `igPivotGrid` control | |
| `infragistics.ui.pivotdataselector.js` | The `igPivotDataSelector`™ control | |
| `infragistics.ui.pivotview.js` | The `igPivotView`™ control | |
-
- </td>
- <td>Add one of the following:
- A reference to custom JavaScript file
- A reference to igLoader
- A reference to all the required JavaScript files (listed in the table on the left).
</td>
- </tr>
-
- <tr>
- <td>IG Theme (Optional)</td>
- <td>This theme contains the visual styles for the {environment:ProductName} library. The theme file is:
- `/themes/Infragistics/infragistics.theme.css`
</td>
- <td></td>
- </tr>
-
- <tr>
- <td>igPivotView CSS resources files</td>
- <td>The styles from the following CSS file are used for rendering various elements of the control:
- `/structure/modules/infragistics.ui.shared.css`
- `/structure/modules/infragistics.ui.combo.css`
- `/structure/modules/infragistics.ui.splitter.css`
- `/structure/modules/infragistics.ui.tree.css`
- `/structure/modules/infragistics.ui.grid.css`
- `/structure/modules/infragistics.ui.pivot.css`
</td>
- <td>Add style reference to the file in your page.</td>
- </tr>
- </tbody>
-</table>
+| IG Theme (Optional) | This theme contains the visual styles for the {environment:ProductName} library. The theme file is: `<IG CSS root>/themes/Infragistics/infragistics.theme.css` | |
+| igPivotView CSS resources files | The styles from the following CSS file are used for rendering various elements of the control: `<IG CSS root>/structure/modules/infragistics.ui.shared.css`. `<IG CSS root>/structure/modules/infragistics.ui.combo.css`. `<IG CSS root>/structure/modules/infragistics.ui.splitter.css`. `<IG CSS root>/structure/modules/infragistics.ui.tree.css`. `<IG CSS root>/structure/modules/infragistics.ui.grid.css`. `<IG CSS root>/structure/modules/infragistics.ui.pivot.css` | Add style reference to the file in your page |
+
###
Steps
diff --git a/docs/jquery/src/content/en/topics/controls/igpopover/adding-igpopover.mdx b/docs/jquery/src/content/en/topics/controls/igpopover/adding-igpopover.mdx
index b22a1cd39f..f797927cb5 100644
--- a/docs/jquery/src/content/en/topics/controls/igpopover/adding-igpopover.mdx
+++ b/docs/jquery/src/content/en/topics/controls/igpopover/adding-igpopover.mdx
@@ -54,27 +54,11 @@ The following table summarizes the requirements for adding the `igPopover` contr
| Requirement / Required Resource | Description | What you need to do… |
| --- | --- | --- |
| jQuery and jQuery UI JavaScript resources | {environment:ProductName}™ is built on top of these frameworks: [**jQuery**](http://jquery.com/) [**jQuery UI**](https://jqueryui.com/) | Add script references to both libraries in the <head> section of your page. |
-| igPopover JavaScript resources | The igPopover functionality of the {environment:ProductName} library is distributed across several files. You can load the required resources in one of the following ways: (Recommended) [Use the Infragistics® Loader](//general-and-getting-started/using-infragistics-loader.mdx) (igLoader™). You only need to include a script reference to igLoader on your page. Load the required resources manually. You need to use the dependencies listed in the table below. The following table lists the {environment:ProductName} library dependences related to the igPopover control. These resources need to be referred to explicitly if you chose to load resources manually (i.e. not to use igLoader). JS Resource | Description |
+| igPopover JavaScript resources | The igPopover functionality of the {environment:ProductName} library is distributed across several files. You can load the required resources in one of the following ways: (Recommended) [Use the Infragistics® Loader](//general-and-getting-started/using-infragistics-loader.mdx) (igLoader™). You only need to include a script reference to igLoader on your page. Load the required resources manually. You need to use the dependencies listed in the table below. The following table lists the {environment:ProductName} library dependences related to the igPopover control. These resources need to be referred to explicitly if you chose to load resources manually (i.e. not to use igLoader). | |
| infragistics.ui.popover.js | The igPopover control | |
+| IG theme (Optional) | This theme contains the visual styles for the {environment:ProductName} library. The theme file is: {IG CSS root}/themes/Infragistics/infragistics.theme.css | |
+| igPopover structure | Add style reference to the file in your page | |
-
- </td>
- <td height="300">Add one of the following:
- A reference to igLoader
- A reference to all the required JavaScript files (listed in the table on the left).
</td>
- </tr>
-
- <tr>
- <td>IG theme (Optional)</td>
- <td width="417">This theme contains the visual styles for the {environment:ProductName} library. The theme file is: {IG CSS root}/themes/Infragistics/infragistics.theme.css</td>
- <td></td>
- </tr>
-
- <tr>
- <td>igPopover structure</td>
- <td width="417">The styles from the following CSS file are used for rendering various elements of the control: {IG CSS root}/structure/modules/infragistics.ui.popover.css</td>
- <td>Add style reference to the file in your page.</td>
- </tr>
- </tbody>
-</table>
>**Note:** It is recommended to use the `igLoader` component to load JavaScript and CSS resources. For information on how to do this, refer to the [**Adding Required Resources Automatically with the Infragistics Loader**](//general-and-getting-started/using-infragistics-loader.mdx) topic. In addition to that, in the online [**{environment:ProductName} Samples Browser**]({environment:SamplesUrl}), you can find some specific examples on how to use the `igLoader` with the `igPopover` component.
diff --git a/docs/jquery/src/content/en/topics/controls/igqrcodebarcode/adding/to-an-html-page.mdx b/docs/jquery/src/content/en/topics/controls/igqrcodebarcode/adding/to-an-html-page.mdx
index 39835ebaca..07a6fd3ad4 100644
--- a/docs/jquery/src/content/en/topics/controls/igqrcodebarcode/adding/to-an-html-page.mdx
+++ b/docs/jquery/src/content/en/topics/controls/igqrcodebarcode/adding/to-an-html-page.mdx
@@ -49,7 +49,7 @@ The following table summarizes the requirements for using the `igQRCodeBarcode`
| Required Resources | Description | What you need to do… |
| --- | --- | --- |
| jQuery and jQuery UI JavaScript resources | {environment:ProductName}™ is built on top of the following frameworks: [jQuery](http://jquery.com/) [jQuery UI](http://jqueryui.com/) | Add script references to both libraries in the `` section of your page. |
-| General `igQRCodeBarcode` JavaScript Resources | The igQRCodeBarcode control depends on functionality distributed across several files in the {environment:ProductName} Library. You can load the required resources in one of the following ways: Use the Infragistics® Loader (`igLoader`™). You only need to include a script reference to `igLoader` on your page. Load the required resources manually. You need to use the dependencies listed in the table below. Load the two combined files, containing the logic for all data visualization controls from the {environment:ProductName} package - `infragistics.core.js`, `infragistics.dv.js`. The following table lists the {environment:ProductName} library dependences related to the igQRCodeBarcode control. These resources need to be referred to explicitly if you chose not to use `igLoader` or the combined files. JS Resource | Description |
+| General `igQRCodeBarcode` JavaScript Resources | The igQRCodeBarcode control depends on functionality distributed across several files in the {environment:ProductName} Library. You can load the required resources in one of the following ways: Use the Infragistics® Loader (`igLoader`™). You only need to include a script reference to `igLoader` on your page. Load the required resources manually. You need to use the dependencies listed in the table below. Load the two combined files, containing the logic for all data visualization controls from the {environment:ProductName} package - `infragistics.core.js`, `infragistics.dv.js`. The following table lists the {environment:ProductName} library dependences related to the igQRCodeBarcode control. These resources need to be referred to explicitly if you chose not to use `igLoader` or the combined files. | Add one of the following: A reference to `igLoader` . A reference to all the required JavaScript files (listed in the table on the left). A reference to the combined files and optionally to the file containing the encodings |
| `infragistics.util.js`, `infragistics.util.jquery.js` | {environment:ProductName} utilities | |
| `infragistics.dv_core.js`, `infragistics.dv_jquerydom.js`, `infragistics.ext_core.js`, `infragistics.ext_collection.js`, `infragistics.ext_collectionsextended.js`, `infragistics.ext_text.js`, `infragistics.ext_ui.js` | Data visualization core functionality | |
| `infragistics.encoding.core.js`, `infragistics.encoding_.js` | Character encodings. The various supported encodings can be found under the {environment:ProductName}™ package folder structure:, /modules/encoding, , Please see the [Configuring the Character Encoding](igQRCodeBarcode_Configuring_the_Character_Encoding.html) topic for more detail. | |
@@ -58,11 +58,6 @@ The following table summarizes the requirements for using the `igQRCodeBarcode`
| `infragistics.ui.qrcodebarcode.js` | The `igQRCodeBarcode` widget | |
- </td>
- <td>Add one of the following:
- A reference to `igLoader`
- A reference to all the required JavaScript files (listed in the table on the left).
- A reference to the combined files and optionally to the file containing the encodings.
</td>
- </tr>
- </tbody>
-</table>
###
Steps
diff --git a/docs/jquery/src/content/en/topics/controls/igradialgauge/configuring/the-scales.mdx b/docs/jquery/src/content/en/topics/controls/igradialgauge/configuring/the-scales.mdx
index 4e020f3030..08aac619d4 100644
--- a/docs/jquery/src/content/en/topics/controls/igradialgauge/configuring/the-scales.mdx
+++ b/docs/jquery/src/content/en/topics/controls/igradialgauge/configuring/the-scales.mdx
@@ -62,14 +62,10 @@ The following table summarizes the properties of the `igRadialGauge` control rel
| fitted | Increase the angle of the outer and inner arc, but increases the angle of the inner arc more in order to keep the connecting lines of the scale shape parallel with where they would have been if the `scaleOversweep` property was set to 0. | |
| auto | The property’s default setting, Auto – automatically determines the backing shape and sets the `scaleOversweep` property accordingly. | |
-
-
- If this property is set to Circular and the value of the `backingShape` property is set to Fitted a visible gap will appear between the scale and the arc of backing shape. To ensure that the scale aligns
- correctly with the backing area of the gauge, the `scaleOversweep` property and the `backingShape` property should be set to the same value.
- </td>
- </tr>
- </tbody>
-</table>
+
+If this property is set to Circular and the value of the `backingShape` property is set to Fitted a visible gap will appear between the scale and the arc of backing shape. To ensure that the scale aligns
+correctly with the backing area of the gauge, the `scaleOversweep` property and the `backingShape` property should be set to the same value.
+
##
Configuring the Scale
diff --git a/docs/jquery/src/content/en/topics/controls/igradialmenu/adding/html-page.mdx b/docs/jquery/src/content/en/topics/controls/igradialmenu/adding/html-page.mdx
index c6f7f28cfb..6f83f30bae 100644
--- a/docs/jquery/src/content/en/topics/controls/igradialmenu/adding/html-page.mdx
+++ b/docs/jquery/src/content/en/topics/controls/igradialmenu/adding/html-page.mdx
@@ -50,11 +50,6 @@ The following table summarizes the requirements for using the `igRadialMenu` con
| `infragistics.ui.radialmenu.js` | The `igRadialMenu` widget | |
- </td>
- <td>Add one of the following:
- A reference to `igLoader`
- A reference to all the required JavaScript files (listed in the table on the left).
- A reference to the combined files and optionally to the file containing the encodings.
</td>
- </tr>
- </tbody>
-</table>
### Steps
diff --git a/docs/jquery/src/content/en/topics/controls/igscheduler/configuring/configure-appointments.mdx b/docs/jquery/src/content/en/topics/controls/igscheduler/configuring/configure-appointments.mdx
index 09b676efa7..ab7e89973a 100644
--- a/docs/jquery/src/content/en/topics/controls/igscheduler/configuring/configure-appointments.mdx
+++ b/docs/jquery/src/content/en/topics/controls/igscheduler/configuring/configure-appointments.mdx
@@ -171,4 +171,5 @@ $("#scheduler").igScheduler("deleteAppointment", appointment);
Topic | Purpose
---|---
[Configuring Appointments (igScheduler)](/igscheduler-configure-appointments.mdx) | This topic shows how to setup and configure Appointments DataSource for the `igScheduler`.
+
[Configuring Views (igScheduler)](/igscheduler-configure-views.mdx): The topics in this section provide information about the different views used by the `igScheduler` control to present calendar data.
\ No newline at end of file
diff --git a/docs/jquery/src/content/en/topics/controls/igscheduler/configuring/configure-recurrence.mdx b/docs/jquery/src/content/en/topics/controls/igscheduler/configuring/configure-recurrence.mdx
index bd6405a04c..d695331542 100644
--- a/docs/jquery/src/content/en/topics/controls/igscheduler/configuring/configure-recurrence.mdx
+++ b/docs/jquery/src/content/en/topics/controls/igscheduler/configuring/configure-recurrence.mdx
@@ -64,4 +64,5 @@ $("#scheduler").igScheduler("createAppointment", dentistAppointment);
Topic | Purpose
---|---
[Configuring Appointments (igScheduler)](/igscheduler-configure-appointments.mdx) | This topic shows how to setup and configure Appointments DataSource for the `igScheduler`.
+
[Configuring Views (igScheduler)](/igscheduler-configure-views.mdx): The topics in this section provide information about the different views used by the `igScheduler` control to present calendar data.
\ No newline at end of file
diff --git a/docs/jquery/src/content/en/topics/controls/igscheduler/configuring/configure-views.mdx b/docs/jquery/src/content/en/topics/controls/igscheduler/configuring/configure-views.mdx
index e151431607..9a25ea9ce5 100644
--- a/docs/jquery/src/content/en/topics/controls/igscheduler/configuring/configure-views.mdx
+++ b/docs/jquery/src/content/en/topics/controls/igscheduler/configuring/configure-views.mdx
@@ -98,4 +98,5 @@ Working days and hours | You can configure this view to display only working hou
Topic | Purpose
---|---
[Configuring Appointments (igScheduler)](/igscheduler-configure-appointments.mdx) | This topic shows how to setup and configure Appointments DataSource for the `igScheduler`.
+
[Configuring Resources (igScheduler)](/igscheduler-configure-resources.mdx): This topic shows how to add and configure Resources list for the appointments.
\ No newline at end of file
diff --git a/docs/jquery/src/content/en/topics/controls/igscheduler/known-limitations.mdx b/docs/jquery/src/content/en/topics/controls/igscheduler/known-limitations.mdx
index 8698ddc8fd..1f2cdf6c19 100644
--- a/docs/jquery/src/content/en/topics/controls/igscheduler/known-limitations.mdx
+++ b/docs/jquery/src/content/en/topics/controls/igscheduler/known-limitations.mdx
@@ -13,11 +13,13 @@ slug: igscheduler-known-limitations
The following table summarizes the known issues and limitations of the `igScheduler`™ control. Detailed explanations of some of the issues and the existing workarounds are provided after the summary table.
-Legend | Description |
----|---|---
- | Workaround available
- | No known workaround
- | No known workaround, fix planned
+**Legend:**
+
+| | |
+| --- | --- |
+|  | Workaround available |
+|  | No known workaround |
+|  | No known workaround, fix planned |
Below are listed all current limitations for the initial version of the `igScheduler` widget.
diff --git a/docs/jquery/src/content/en/topics/controls/igsparkline/adding/igsparkline-to-an-html-document.mdx b/docs/jquery/src/content/en/topics/controls/igsparkline/adding/igsparkline-to-an-html-document.mdx
index c01ad4f0c3..3638c28ae8 100644
--- a/docs/jquery/src/content/en/topics/controls/igsparkline/adding/igsparkline-to-an-html-document.mdx
+++ b/docs/jquery/src/content/en/topics/controls/igsparkline/adding/igsparkline-to-an-html-document.mdx
@@ -75,30 +75,10 @@ The following table summarizes the requirements for using the `igSparkline` cont
| `css/structure/modules/infragistics.ui.html5.css` | CSS related to browser support for HTML5 | |
| `css/structure/modules/infragistics.ui.sparkline.css` | CSS styles specific to the `igSparkline` widget | |
-
- </td>
- <td>Add `style` reference to the file in your page.</td>
- </tr>
-
- <tr>
- <td>Modernizr library (Optional)</td>
- <td>The Modernizr library is used by the igSparkline to detect browser and device capabilities. It is not mandatory and, if not included, the control will behave as if in a normal desktop environment with an HTML5 compatible browser.
- [Modernizr](http://modernizr.com/)
</td>
- <td>Add a script reference to the library in the `` section of your page.</td>
- </tr>
-
- <tr>
- <td>jQuery and jQuery UI JavaScript resources</td>
- <td>{environment:ProductName} is built on top of the following frameworks:
- [jQuery](http://jquery.com/)
- [jQuery UI](http://jqueryui.com/)
</td>
- <td>Add script references to both libraries in the `` section of your page.</td>
- </tr>
-
- <tr>
- <td>General `igSparkline` JavaScript Resources</td>
- <td>The igSparkline functionality of the {environment:ProductName} library is distributed across several files. You can load the required resources in one of the following ways:
- Use the `Infragistics.core.js` and `Infragistics.dv.js` combined files to quickly reference the required JavaScript dependencies
- Use the Infragistics® Loader (`igLoader`™). You only need to include a script reference to `igLoader` on your page and specify the `igSparkline` as a parameter and the igLoader loads the required individual JavaScript files and CSS files.
- Load the required resources manually. You need to use the dependencies listed in the table below.
The following table lists the {environment:ProductName} library dependences related to the igSparkline control. These resources need to be referred to explicitly if you chose to load resources manually (i.e. not to use `igLoader`). | JS Resource | Description | | --- | --- | | `js/modules/infragistics.util.js` `js/modules/infragistics.util.jquery.js` | {environment:ProductName} utilities | | `js/modules/infragistics.ui.widget.js` | Common widget | | `js/modules/Infragistics.datasource.js` | Data source framework | | `js/modules/infragistics.templating.js` | `igTemplating` engine | | `js/modules/infragistics.ext_core.js`, `js/modules/infragistics.ext_collections.js`, `js/modules/infragistics.ext_ui.js`, `js/modules/infragistics.dv_jquerydom.js`, `js/modules/infragistics.dv_core.js`, `js/modules/infragistics.dv_geometry.js` | A shared library for all data visualization components | | `js/modules/infragistics.dv_interactivity.js` | Optional. Required for user interaction such as tooltips. | | `js/modules/infragistics.ui.basechart.js` | The base widget for all {environment:ProductName} chart components | | `js/modules/infragistics.sparkline.js` | The internal core logic of the `igSparkline` widget | | `js/modules/infragistics.ui.sparkline.js` | The `igSparkline` widget |
</td>
- <td>Add one of the following:
- A reference to `igLoader`
- A reference to all the required JavaScript files (listed in the table on the left).
</td>
- </tr>
- </tbody>
-</table>
+
| Modernizr library (Optional) | The Modernizr library is used by the igSparkline to detect browser and device capabilities. It is not mandatory and, if not included, the control will behave as if in a normal desktop environment with an HTML5 compatible browser. [Modernizr](http://modernizr.com/) | Add a script reference to the library in the `` section of your page |
+| jQuery and jQuery UI JavaScript resources | {environment:ProductName} is built on top of the following frameworks: [jQuery](http://jquery.com/) . [jQuery UI](http://jqueryui.com/) | Add script references to both libraries in the `` section of your page |
+| General `igSparkline` JavaScript Resources | The igSparkline functionality of the {environment:ProductName} library is distributed across several files. You can load the required resources in one of the following ways: Use the `Infragistics.core.js` and `Infragistics.dv.js` combined files to quickly reference the required JavaScript dependencies . Use the Infragistics® Loader (`igLoader`™). You only need to include a script reference to `igLoader` on your page and specify the `igSparkline` as a parameter and the igLoader loads the required individual JavaScript files and CSS files. Load the required resources manually. You need to use the dependencies listed in the table below. The following table lists the {environment:ProductName} library dependences related to the igSparkline control. These resources need to be referred to explicitly if you chose to load resources manually (i.e. not to use `igLoader`). | JS Resource | Description | | --- | --- | | `js/modules/infragistics.util.js` `js/modules/infragistics.util.jquery.js` | {environment:ProductName} utilities | | `js/modules/infragistics.ui.widget.js` | Common widget | | `js/modules/Infragistics.datasource.js` | Data source framework | | `js/modules/infragistics.templating.js` | `igTemplating` engine | | `js/modules/infragistics.ext_core.js`, `js/modules/infragistics.ext_collections.js`, `js/modules/infragistics.ext_ui.js`, `js/modules/infragistics.dv_jquerydom.js`, `js/modules/infragistics.dv_core.js`, `js/modules/infragistics.dv_geometry.js` | A shared library for all data visualization components | | `js/modules/infragistics.dv_interactivity.js` | Optional. Required for user interaction such as tooltips. | | `js/modules/infragistics.ui.basechart.js` | The base widget for all {environment:ProductName} chart components | | `js/modules/infragistics.sparkline.js` | The internal core logic of the `igSparkline` widget | | `js/modules/infragistics.ui.sparkline.js` | The `igSparkline` widget |
| Add one of the following: A reference to `igLoader` . A reference to all the required JavaScript files (listed in the table on the left) |
+
###
Steps
diff --git a/docs/jquery/src/content/en/topics/controls/igsplitter/adding-igsplitter.mdx b/docs/jquery/src/content/en/topics/controls/igsplitter/adding-igsplitter.mdx
index 305de94580..677228cc8c 100644
--- a/docs/jquery/src/content/en/topics/controls/igsplitter/adding-igsplitter.mdx
+++ b/docs/jquery/src/content/en/topics/controls/igsplitter/adding-igsplitter.mdx
@@ -64,27 +64,14 @@ The following table summarizes the requirements for `igSplitter` control.
| --- | --- | --- |
| jQuery and jQuery UI JavaScript resources | {environment:ProductName} is built on top of these frameworks: jQuery jQuery UI | Add script references to both libraries in the `head` section of your page. |
| Modernizr library (Optional) | The Modernizr library is used by the igSplitter to detect browser and device capabilities. It is not mandatory and if not included the control will behave as if it works in a normal desktop environment with HTML5 compatible browser. Modernizr | Add a script reference to the library in the `head` section of your page. |
-| igSplitter JavaScript resources | The igSplitter functionality of the {environment:ProductName} library is distributed across several files. You can load the required resources in one of the following ways: (Recommended) [Use the Infragistics® Loader](//general-and-getting-started/using-infragistics-loader.mdx) (igLoader™). You only need to include a script reference to igLoader on your page. Load the required resources manually. You need to use the dependencies listed in the table below. The following table lists the {environment:ProductName} library dependences related to the igSplitter control. These resources need to be referred to explicitly if you chose to load resources manually (i.e. not to use igLoader). JS Resource | Description |
+| igSplitter JavaScript resources | The igSplitter functionality of the {environment:ProductName} library is distributed across several files. You can load the required resources in one of the following ways: (Recommended) [Use the Infragistics® Loader](//general-and-getting-started/using-infragistics-loader.mdx) (igLoader™). You only need to include a script reference to igLoader on your page. Load the required resources manually. You need to use the dependencies listed in the table below. The following table lists the {environment:ProductName} library dependences related to the igSplitter control. These resources need to be referred to explicitly if you chose to load resources manually (i.e. not to use igLoader). | Add one of the following: A reference to igLoader . A reference to all the required JavaScript files (listed in the table on the left) |
| infragistics.ui.splitter-en.js | The igSplitter control’s language file | |
| infragistics.util.js, infragistics.util.jquery.js | {environment:ProductName} utilities | |
| infragistics.ui.splitter.js | The igSplitter control | |
-
- </td>
- <td>Add one of the following:
- A reference to igLoader
- A reference to all the required JavaScript files (listed in the table on the left).
</td>
- </tr>
- <tr>
- <td>IG theme (Optional)</td>
- <td>This theme contains the visual styles for the {environment:ProductName} library. The theme file is: {IG CSS root}/themes/Infragistics/infragistics.theme.css</td>
- <td></td>
- </tr>
- <tr>
- <td>igSplitter structure</td>
- <td>The styles from the following CSS file are used for rendering various elements of the control: {IG CSS root}/structure/modules/infragistics.ui.splitter.css</td>
- <td>Add `style` reference to the file in your page.</td>
- </tr>
- </tbody>
-</table>
+
| IG theme (Optional) | This theme contains the visual styles for the {environment:ProductName} library. The theme file is: {IG CSS root}/themes/Infragistics/infragistics.theme.css | |
+| igSplitter structure | The styles from the following CSS file are used for rendering various elements of the control: {IG CSS root}/structure/modules/infragistics.ui.splitter.css | Add `style` reference to the file in your page |
+
>**Note:** It is recommended to use the igLoader component to load JavaScript and CSS resources. For information on how to do this, refer to the [Using Infragistics Loader](//general-and-getting-started/using-infragistics-loader.mdx) topic. In addition to that, in the online [{environment:ProductName} Samples Browser]({environment:SamplesUrl}), you can find some specific examples on how to use the igLoader with the igSplitter component.
diff --git a/docs/jquery/src/content/en/topics/controls/igtilemanager/adding.mdx b/docs/jquery/src/content/en/topics/controls/igtilemanager/adding.mdx
index 120aece807..06370370af 100644
--- a/docs/jquery/src/content/en/topics/controls/igtilemanager/adding.mdx
+++ b/docs/jquery/src/content/en/topics/controls/igtilemanager/adding.mdx
@@ -54,7 +54,7 @@ The following table summarizes the requirements for `igTileManager` control.
| Requirement / Required Resource | Description | What you need to do… |
| --- | --- | --- |
| jQuery and jQuery UI JavaScript resources | {environment:ProductName} is built on top of these frameworks: | Add script references to both libraries in the section of your page. |
-| JavaScript resources | The igTileManager functionality of the {environment:ProductName} library is distributed across several files. You can load the required resources in one of the following ways: (Recommended) [Adding Required Resources Automatically with the Infragistics Loader](//general-and-getting-started/using-infragistics-loader.mdx) (igLoader™). You only need to include a script reference to igLoader on your page. Load the required resources manually. You need to use the dependencies listed in the table below. The following table lists the {environment:ProductName} library dependences related to the igTileManager control. These resources need to be referred to explicitly if you chose to load resources manually (i.e. not to use igLoader). JS Resource | Description |
+| JavaScript resources | The igTileManager functionality of the {environment:ProductName} library is distributed across several files. You can load the required resources in one of the following ways: (Recommended) [Adding Required Resources Automatically with the Infragistics Loader](//general-and-getting-started/using-infragistics-loader.mdx) (igLoader™). You only need to include a script reference to igLoader on your page. Load the required resources manually. You need to use the dependencies listed in the table below. The following table lists the {environment:ProductName} library dependences related to the igTileManager control. These resources need to be referred to explicitly if you chose to load resources manually (i.e. not to use igLoader). | Add one of the following: A reference to `igLoader` . A reference to all the required JavaScript files (listed in the table on the left) |
| `Infragistics.util.js` `infragistics.util.jquery.js` | {environment:ProductName} utilities | |
| `infragistics.datasource.js` | The `igDataSource`™ component | |
| `infragistics.templating.js` | Template engine (`igTemplate`™) | |
@@ -62,30 +62,10 @@ The following table summarizes the requirements for `igTileManager` control.
| `infragistics.ui.splitter.js` | The `igSplitter`™ component | |
| `infragistics.ui.tilemanager.js` | The `igTileManager` control | |
-
- </td>
- <td>Add one of the following:
- A reference to `igLoader`
- A reference to all the required JavaScript files (listed in the table on the left).
</td>
- </tr>
-
- <tr>
- <td>IG theme(Optional)</td>
- <td>This theme contains the visual styles for the {environment:ProductName} library. The theme file is: `{IG CSS root}/themes/Infragistics/infragistics.theme.css`</td>
- <td>Add `style` reference to the file in your page.</td>
- </tr>
-
- <tr>
- <td>Style references</td>
- <td>The following CSS files are needed for the correct rendering of the control:`{IG CSS root}/structure/modules/infragistics.ui.layout.css``{IG CSS root}/structure/modules/infragistics.ui.splitter.css`</td>
- <td>Add `style` references to those files in your page.</td>
- </tr>
-
- <tr>
- <td>`igTileManager` structure</td>
- <td>The styles from the following CSS file are used for rendering various elements of the control: `{IG CSS root}/structure/modules/infragistics.ui.tilemanager.css`</td>
- <td>Add `style` reference to the file in your page.</td>
- </tr>
- </tbody>
-</table>
+
| IG theme(Optional) | This theme contains the visual styles for the {environment:ProductName} library. The theme file is: `{IG CSS root}/themes/Infragistics/infragistics.theme.css` | Add `style` reference to the file in your page |
+| Style references | The following CSS files are needed for the correct rendering of the control:`{IG CSS root}/structure/modules/infragistics.ui.layout.css``{IG CSS root}/structure/modules/infragistics.ui.splitter.css` | Add `style` references to those files in your page |
+| `igTileManager` structure | The styles from the following CSS file are used for rendering various elements of the control: `{IG CSS root}/structure/modules/infragistics.ui.tilemanager.css` | Add `style` reference to the file in your page |
+
>**Note:**It is recommended to use the `igLoader` component to load JavaScript and CSS resources. For information on how to do this, refer to the [Adding Required Resources Automatically with the Infragistics Loader](//general-and-getting-started/using-infragistics-loader.mdx) topic. In addition to that, in the online [{environment:ProductName} Samples Browser]({environment:SamplesUrl}), you can find some specific examples on how to use the `igLoader` with the `igTileManager` component.
diff --git a/docs/jquery/src/content/en/topics/controls/igtree/adding-and-removing-nodes/adding-removing-node-method-api-reference.mdx b/docs/jquery/src/content/en/topics/controls/igtree/adding-and-removing-nodes/adding-removing-node-method-api-reference.mdx
index 83e1edb023..2563dadecd 100644
--- a/docs/jquery/src/content/en/topics/controls/igtree/adding-and-removing-nodes/adding-removing-node-method-api-reference.mdx
+++ b/docs/jquery/src/content/en/topics/controls/igtree/adding-and-removing-nodes/adding-removing-node-method-api-reference.mdx
@@ -18,30 +18,13 @@ The following table explains the methods of add and remove `igTree` control and
| Method | Description |
| --- | --- |
-|
| Adds a new array of nodes to the tree. New nodes are appended to the root or to a specified parent node. Argument name |
+|
| Adds a new array of nodes to the tree. New nodes are appended to the root or to a specified parent node. |
|
| Specifies the data for creating the new node. |
|
| Specifies the jQuery object of the parent node to which the nodes are to be appended. |
+|
| |
+|
| Removes all nodes with the specified value. |
+|
| Returns the transaction log stack |
-
- </td>
- </tr>
-
- <tr>
- <td>
</td>
- <td>Removes the node with the specified path and all of its children. | Argument name | Usage | | --- | --- | |
| Specifies the path of the node to be removed. |
</td>
- </tr>
-
- <tr>
- <td>
</td>
- <td>Removes all nodes with the specified value. | Argument name | Usage | | --- | --- | |
| Specifies the value of the nodes to be removed. |
</td>
- </tr>
-
- <tr>
- <td>
</td>
- <td>Returns the transaction log stack.</td>
- </tr>
- </tbody>
-</table>
## Related Content
diff --git a/docs/jquery/src/content/en/topics/controls/igtreegrid/known-issues-and-limitations.mdx b/docs/jquery/src/content/en/topics/controls/igtreegrid/known-issues-and-limitations.mdx
index d53766b353..9394fe1a12 100644
--- a/docs/jquery/src/content/en/topics/controls/igtreegrid/known-issues-and-limitations.mdx
+++ b/docs/jquery/src/content/en/topics/controls/igtreegrid/known-issues-and-limitations.mdx
@@ -8,11 +8,13 @@ import ApiLink from 'docs-template/components/mdx/ApiLink.astro';
The following table summarizes the known issues and limitations of the `igTreeGrid`™ control. Detailed explanations of some of the issues and the existing workarounds are provided after the summary table.
-Legend |
--------|--------
- | Workaround available
- | No known workaround
- | Fix planned
+**Legend:**
+
+| | |
+| --- | --- |
+|  | Workaround available |
+|  | No known workaround |
+|  | Fix planned |
Issue | Description | Status
diff --git a/docs/jquery/src/content/en/topics/data-sources/olap/xmla/igolapxmladatasource-known-issues-and-limitations.mdx b/docs/jquery/src/content/en/topics/data-sources/olap/xmla/igolapxmladatasource-known-issues-and-limitations.mdx
index 13ae2add02..b3026d9407 100644
--- a/docs/jquery/src/content/en/topics/data-sources/olap/xmla/igolapxmladatasource-known-issues-and-limitations.mdx
+++ b/docs/jquery/src/content/en/topics/data-sources/olap/xmla/igolapxmladatasource-known-issues-and-limitations.mdx
@@ -10,11 +10,13 @@ slug: igolapxmladatasource-known-issues-and-limitations
The following table summarizes the known issues and limitations of the `igOlapXmlaDataSource`™ component for the {environment:ProductName}™ {environment:ProductVersionShort} release. Detailed explanations of some of the issues and the existing workarounds are provided for some of the issues after the summary table.
-Legend: |
---------|-------
- | Workaround available
- | No known workaround
- | Fix planned
+**Legend:**
+
+| | |
+| --- | --- |
+|  | Workaround available |
+|  | No known workaround |
+|  | Fix planned |
Issue | Description | Status
diff --git a/docs/jquery/src/content/en/topics/general-and-getting-started/accessibility-compliance.mdx b/docs/jquery/src/content/en/topics/general-and-getting-started/accessibility-compliance.mdx
index 37e124e83a..a968f05d6e 100644
--- a/docs/jquery/src/content/en/topics/general-and-getting-started/accessibility-compliance.mdx
+++ b/docs/jquery/src/content/en/topics/general-and-getting-started/accessibility-compliance.mdx
@@ -730,11 +730,13 @@ The matrix below provides a high-level outline of the accessibility support prov
-Legend |
--------|-----
- | The control/component is completely accessible in this particular area.
-'white space' | this particular rule does not apply to the control.
- | The control/component is not entirely accessible unless you perform some sort of action.
+**Legend:**
+
+| | |
+| --- | --- |
+|  | The control/component is completely accessible in this particular area. |
+| 'white space' | this particular rule does not apply to the control. |
+|  | The control/component is not entirely accessible unless you perform some sort of action. |
##
Compliance Information
diff --git a/docs/jquery/src/content/en/topics/known-issues/and-limitations.mdx b/docs/jquery/src/content/en/topics/known-issues/and-limitations.mdx
index 2bfffbf55a..581c6f339e 100644
--- a/docs/jquery/src/content/en/topics/known-issues/and-limitations.mdx
+++ b/docs/jquery/src/content/en/topics/known-issues/and-limitations.mdx
@@ -79,11 +79,13 @@ This topic contains the following sections:
The following table summarizes the known issues and limitations of the {environment:ProductName} 2019 Volume 2 release. Detailed explanations of known issues and the possible workarounds are provided in the known issues topics for each control.
-Legend |
--------|--------
- | Workaround available
- | No known workaround
- | Fix planned
+**Legend:**
+
+| | |
+| --- | --- |
+|  | Workaround available |
+|  | No known workaround |
+|  | Fix planned |
###
General Known Issue
@@ -318,6 +320,7 @@ Issue | Description | Status
------|-------------|-------
Multi-column headers feature is not supported with `columnVirtualization` | When virtualization and multi-column headers features are enabled, only `rowVirtualization` is integrated. Column virtualization is not supported in this scenario. | 
Multi-column headers feature with collapsible column groups is not supported with column hiding | When multi-column headers and collapsible column groups are enabled, column hiding is not integrated. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
@@ -430,6 +433,7 @@ Issue | Description | Status
---|---|---
Saving exported file does not work in IE9 and earlier | GridExcelExporter uses a Blob object to keep the raw data of the exported worksheet, which is not supported in IE9 and earlier: https://developer.mozilla.org/en-US/docs/Web/API/Blob | 
Only part of the data is exported in Append Rows on Demand or remote paging scenarios | The GridExcelExporter is entirely a client-side component and thus it deals only with data currently available on the client. In scenarios implementing Remote Paging and Append Rows on Demand when further sets of data are fetched through additional requests, this data is not exported. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
diff --git a/docs/jquery/src/content/en/topics/known-issues/breaking-changes-revision-history/12-breaking-changes-2017-volume-2.mdx b/docs/jquery/src/content/en/topics/known-issues/breaking-changes-revision-history/12-breaking-changes-2017-volume-2.mdx
index 83306a96c4..cc9a004171 100644
--- a/docs/jquery/src/content/en/topics/known-issues/breaking-changes-revision-history/12-breaking-changes-2017-volume-2.mdx
+++ b/docs/jquery/src/content/en/topics/known-issues/breaking-changes-revision-history/12-breaking-changes-2017-volume-2.mdx
@@ -105,6 +105,7 @@ In addition to the option changes above, the igGrid Cell Merging MVC wrapper opt
|CellMergingMergeOn | Type used to specify when merging should be applied |
New|
|CellMergingMergeStrategy | Type used to sepcify merging strategy |
New|
| CellMergingMergeType | Type used to specify type of merging |
New |
+
infragistics.datachart_visualdata.js
## igGrid Locale Changes
diff --git a/docs/jquery/src/content/en/topics/known-issues/breaking-changes-revision-history/14-breaking-changes-2016-volume-2.mdx b/docs/jquery/src/content/en/topics/known-issues/breaking-changes-revision-history/14-breaking-changes-2016-volume-2.mdx
index 4e3273713b..4d2d3d4d23 100644
--- a/docs/jquery/src/content/en/topics/known-issues/breaking-changes-revision-history/14-breaking-changes-2016-volume-2.mdx
+++ b/docs/jquery/src/content/en/topics/known-issues/breaking-changes-revision-history/14-breaking-changes-2016-volume-2.mdx
@@ -7,11 +7,13 @@ slug: breaking-changes-2016-volume-2
The following table summarizes the breaking changes of the 2016 Volume 2 release. Detailed explantations of the issues are provided after the summary table.
-Legend |
--------|--------
- | Workaround available
- | No known workaround
- | Fix planned
+**Legend:**
+
+| | |
+| --- | --- |
+|  | Workaround available |
+|  | No known workaround |
+|  | Fix planned |
## [Modularization](#modularization)
diff --git a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/00-known-issues-and-limitations-2023-volume-2.mdx b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/00-known-issues-and-limitations-2023-volume-2.mdx
index 9fb46ad688..04a61284ce 100644
--- a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/00-known-issues-and-limitations-2023-volume-2.mdx
+++ b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/00-known-issues-and-limitations-2023-volume-2.mdx
@@ -79,11 +79,13 @@ This topic contains the following sections:
The following table summarizes the known issues and limitations of the {environment:ProductName} 2019 Volume 2 release. Detailed explanations of known issues and the possible workarounds are provided in the known issues topics for each control.
-Legend |
--------|--------
- | Workaround available
- | No known workaround
- | Fix planned
+**Legend:**
+
+| | |
+| --- | --- |
+|  | Workaround available |
+|  | No known workaround |
+|  | Fix planned |
###
General Known Issue
@@ -318,6 +320,7 @@ Issue | Description | Status
------|-------------|-------
Multi-column headers feature is not supported with `columnVirtualization` | When virtualization and multi-column headers features are enabled, only `rowVirtualization` is integrated. Column virtualization is not supported in this scenario. | 
Multi-column headers feature with collapsible column groups is not supported with column hiding | When multi-column headers and collapsible column groups are enabled, column hiding is not integrated. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
@@ -430,6 +433,7 @@ Issue | Description | Status
---|---|---
Saving exported file does not work in IE9 and earlier | GridExcelExporter uses a Blob object to keep the raw data of the exported worksheet, which is not supported in IE9 and earlier: https://developer.mozilla.org/en-US/docs/Web/API/Blob | 
Only part of the data is exported in Append Rows on Demand or remote paging scenarios | The GridExcelExporter is entirely a client-side component and thus it deals only with data currently available on the client. In scenarios implementing Remote Paging and Append Rows on Demand when further sets of data are fetched through additional requests, this data is not exported. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
diff --git a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/01-known-issues-and-limitations-2023-volume-1.mdx b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/01-known-issues-and-limitations-2023-volume-1.mdx
index 51b2e2cff1..9be7ef1fb5 100644
--- a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/01-known-issues-and-limitations-2023-volume-1.mdx
+++ b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/01-known-issues-and-limitations-2023-volume-1.mdx
@@ -79,11 +79,13 @@ This topic contains the following sections:
The following table summarizes the known issues and limitations of the {environment:ProductName} 2019 Volume 2 release. Detailed explanations of known issues and the possible workarounds are provided in the known issues topics for each control.
-Legend |
--------|--------
- | Workaround available
- | No known workaround
- | Fix planned
+**Legend:**
+
+| | |
+| --- | --- |
+|  | Workaround available |
+|  | No known workaround |
+|  | Fix planned |
###
General Known Issue
@@ -318,6 +320,7 @@ Issue | Description | Status
------|-------------|-------
Multi-column headers feature is not supported with `columnVirtualization` | When virtualization and multi-column headers features are enabled, only `rowVirtualization` is integrated. Column virtualization is not supported in this scenario. | 
Multi-column headers feature with collapsible column groups is not supported with column hiding | When multi-column headers and collapsible column groups are enabled, column hiding is not integrated. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
@@ -430,6 +433,7 @@ Issue | Description | Status
---|---|---
Saving exported file does not work in IE9 and earlier | GridExcelExporter uses a Blob object to keep the raw data of the exported worksheet, which is not supported in IE9 and earlier: https://developer.mozilla.org/en-US/docs/Web/API/Blob | 
Only part of the data is exported in Append Rows on Demand or remote paging scenarios | The GridExcelExporter is entirely a client-side component and thus it deals only with data currently available on the client. In scenarios implementing Remote Paging and Append Rows on Demand when further sets of data are fetched through additional requests, this data is not exported. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
diff --git a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/02-known-issues-and-limitations-2022-volume-2.mdx b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/02-known-issues-and-limitations-2022-volume-2.mdx
index 2b02b07777..ef7b395e31 100644
--- a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/02-known-issues-and-limitations-2022-volume-2.mdx
+++ b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/02-known-issues-and-limitations-2022-volume-2.mdx
@@ -79,11 +79,13 @@ This topic contains the following sections:
The following table summarizes the known issues and limitations of the {environment:ProductName} 2019 Volume 2 release. Detailed explanations of known issues and the possible workarounds are provided in the known issues topics for each control.
-Legend |
--------|--------
- | Workaround available
- | No known workaround
- | Fix planned
+**Legend:**
+
+| | |
+| --- | --- |
+|  | Workaround available |
+|  | No known workaround |
+|  | Fix planned |
###
General Known Issue
@@ -318,6 +320,7 @@ Issue | Description | Status
------|-------------|-------
Multi-column headers feature is not supported with `columnVirtualization` | When virtualization and multi-column headers features are enabled, only `rowVirtualization` is integrated. Column virtualization is not supported in this scenario. | 
Multi-column headers feature with collapsible column groups is not supported with column hiding | When multi-column headers and collapsible column groups are enabled, column hiding is not integrated. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
@@ -430,6 +433,7 @@ Issue | Description | Status
---|---|---
Saving exported file does not work in IE9 and earlier | GridExcelExporter uses a Blob object to keep the raw data of the exported worksheet, which is not supported in IE9 and earlier: https://developer.mozilla.org/en-US/docs/Web/API/Blob | 
Only part of the data is exported in Append Rows on Demand or remote paging scenarios | The GridExcelExporter is entirely a client-side component and thus it deals only with data currently available on the client. In scenarios implementing Remote Paging and Append Rows on Demand when further sets of data are fetched through additional requests, this data is not exported. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
diff --git a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/03-known-issues-and-limitations-2022-volume-1.mdx b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/03-known-issues-and-limitations-2022-volume-1.mdx
index 80009cc1b5..890a333ff1 100644
--- a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/03-known-issues-and-limitations-2022-volume-1.mdx
+++ b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/03-known-issues-and-limitations-2022-volume-1.mdx
@@ -79,11 +79,13 @@ This topic contains the following sections:
The following table summarizes the known issues and limitations of the {environment:ProductName} 2019 Volume 2 release. Detailed explanations of known issues and the possible workarounds are provided in the known issues topics for each control.
-Legend |
--------|--------
- | Workaround available
- | No known workaround
- | Fix planned
+**Legend:**
+
+| | |
+| --- | --- |
+|  | Workaround available |
+|  | No known workaround |
+|  | Fix planned |
###
General Known Issue
@@ -318,6 +320,7 @@ Issue | Description | Status
------|-------------|-------
Multi-column headers feature is not supported with `columnVirtualization` | When virtualization and multi-column headers features are enabled, only `rowVirtualization` is integrated. Column virtualization is not supported in this scenario. | 
Multi-column headers feature with collapsible column groups is not supported with column hiding | When multi-column headers and collapsible column groups are enabled, column hiding is not integrated. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
@@ -430,6 +433,7 @@ Issue | Description | Status
---|---|---
Saving exported file does not work in IE9 and earlier | GridExcelExporter uses a Blob object to keep the raw data of the exported worksheet, which is not supported in IE9 and earlier: https://developer.mozilla.org/en-US/docs/Web/API/Blob | 
Only part of the data is exported in Append Rows on Demand or remote paging scenarios | The GridExcelExporter is entirely a client-side component and thus it deals only with data currently available on the client. In scenarios implementing Remote Paging and Append Rows on Demand when further sets of data are fetched through additional requests, this data is not exported. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
diff --git a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/04-known-issues-and-limitations-2021-volume-2.mdx b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/04-known-issues-and-limitations-2021-volume-2.mdx
index 53f519e698..38f85a16e0 100644
--- a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/04-known-issues-and-limitations-2021-volume-2.mdx
+++ b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/04-known-issues-and-limitations-2021-volume-2.mdx
@@ -79,11 +79,13 @@ This topic contains the following sections:
The following table summarizes the known issues and limitations of the {environment:ProductName} 2019 Volume 2 release. Detailed explanations of known issues and the possible workarounds are provided in the known issues topics for each control.
-Legend |
--------|--------
- | Workaround available
- | No known workaround
- | Fix planned
+**Legend:**
+
+| | |
+| --- | --- |
+|  | Workaround available |
+|  | No known workaround |
+|  | Fix planned |
###
General Known Issue
@@ -318,6 +320,7 @@ Issue | Description | Status
------|-------------|-------
Multi-column headers feature is not supported with `columnVirtualization` | When virtualization and multi-column headers features are enabled, only `rowVirtualization` is integrated. Column virtualization is not supported in this scenario. | 
Multi-column headers feature with collapsible column groups is not supported with column hiding | When multi-column headers and collapsible column groups are enabled, column hiding is not integrated. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
@@ -430,6 +433,7 @@ Issue | Description | Status
---|---|---
Saving exported file does not work in IE9 and earlier | GridExcelExporter uses a Blob object to keep the raw data of the exported worksheet, which is not supported in IE9 and earlier: https://developer.mozilla.org/en-US/docs/Web/API/Blob | 
Only part of the data is exported in Append Rows on Demand or remote paging scenarios | The GridExcelExporter is entirely a client-side component and thus it deals only with data currently available on the client. In scenarios implementing Remote Paging and Append Rows on Demand when further sets of data are fetched through additional requests, this data is not exported. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
diff --git a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/05-known-issues-and-limitations-2021-volume-1.mdx b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/05-known-issues-and-limitations-2021-volume-1.mdx
index d0c1406275..06750d69b9 100644
--- a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/05-known-issues-and-limitations-2021-volume-1.mdx
+++ b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/05-known-issues-and-limitations-2021-volume-1.mdx
@@ -79,11 +79,13 @@ This topic contains the following sections:
The following table summarizes the known issues and limitations of the {environment:ProductName} 2019 Volume 2 release. Detailed explanations of known issues and the possible workarounds are provided in the known issues topics for each control.
-Legend |
--------|--------
- | Workaround available
- | No known workaround
- | Fix planned
+**Legend:**
+
+| | |
+| --- | --- |
+|  | Workaround available |
+|  | No known workaround |
+|  | Fix planned |
###
General Known Issue
@@ -318,6 +320,7 @@ Issue | Description | Status
------|-------------|-------
Multi-column headers feature is not supported with `columnVirtualization` | When virtualization and multi-column headers features are enabled, only `rowVirtualization` is integrated. Column virtualization is not supported in this scenario. | 
Multi-column headers feature with collapsible column groups is not supported with column hiding | When multi-column headers and collapsible column groups are enabled, column hiding is not integrated. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
@@ -430,6 +433,7 @@ Issue | Description | Status
---|---|---
Saving exported file does not work in IE9 and earlier | GridExcelExporter uses a Blob object to keep the raw data of the exported worksheet, which is not supported in IE9 and earlier: https://developer.mozilla.org/en-US/docs/Web/API/Blob | 
Only part of the data is exported in Append Rows on Demand or remote paging scenarios | The GridExcelExporter is entirely a client-side component and thus it deals only with data currently available on the client. In scenarios implementing Remote Paging and Append Rows on Demand when further sets of data are fetched through additional requests, this data is not exported. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
diff --git a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/06-known-issues-and-limitations-2020-volume-2.mdx b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/06-known-issues-and-limitations-2020-volume-2.mdx
index 3d14f176d4..47cdb462d9 100644
--- a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/06-known-issues-and-limitations-2020-volume-2.mdx
+++ b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/06-known-issues-and-limitations-2020-volume-2.mdx
@@ -79,11 +79,13 @@ This topic contains the following sections:
The following table summarizes the known issues and limitations of the {environment:ProductName} 2020 Volume 1 release. Detailed explanations of known issues and the possible workarounds are provided in the known issues topics for each control.
-Legend |
--------|--------
- | Workaround available
- | No known workaround
- | Fix planned
+**Legend:**
+
+| | |
+| --- | --- |
+|  | Workaround available |
+|  | No known workaround |
+|  | Fix planned |
###
General Known Issue
@@ -318,6 +320,7 @@ Issue | Description | Status
------|-------------|-------
Multi-column headers feature is not supported with `columnVirtualization` | When virtualization and multi-column headers features are enabled, only `rowVirtualization` is integrated. Column virtualization is not supported in this scenario. | 
Multi-column headers feature with collapsible column groups is not supported with column hiding | When multi-column headers and collapsible column groups are enabled, column hiding is not integrated. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
@@ -430,6 +433,7 @@ Issue | Description | Status
---|---|---
Saving exported file does not work in IE9 and earlier | GridExcelExporter uses a Blob object to keep the raw data of the exported worksheet, which is not supported in IE9 and earlier: https://developer.mozilla.org/en-US/docs/Web/API/Blob | 
Only part of the data is exported in Append Rows on Demand or remote paging scenarios | The GridExcelExporter is entirely a client-side component and thus it deals only with data currently available on the client. In scenarios implementing Remote Paging and Append Rows on Demand when further sets of data are fetched through additional requests, this data is not exported. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
diff --git a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/07-known-issues-and-limitations-2020-volume-1.mdx b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/07-known-issues-and-limitations-2020-volume-1.mdx
index e34f671102..af71b9399d 100644
--- a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/07-known-issues-and-limitations-2020-volume-1.mdx
+++ b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/07-known-issues-and-limitations-2020-volume-1.mdx
@@ -79,11 +79,13 @@ This topic contains the following sections:
The following table summarizes the known issues and limitations of the {environment:ProductName} 2020 Volume 1 release. Detailed explanations of known issues and the possible workarounds are provided in the known issues topics for each control.
-Legend |
--------|--------
- | Workaround available
- | No known workaround
- | Fix planned
+**Legend:**
+
+| | |
+| --- | --- |
+|  | Workaround available |
+|  | No known workaround |
+|  | Fix planned |
###
General Known Issue
@@ -318,6 +320,7 @@ Issue | Description | Status
------|-------------|-------
Multi-column headers feature is not supported with `columnVirtualization` | When virtualization and multi-column headers features are enabled, only `rowVirtualization` is integrated. Column virtualization is not supported in this scenario. | 
Multi-column headers feature with collapsible column groups is not supported with column hiding | When multi-column headers and collapsible column groups are enabled, column hiding is not integrated. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
@@ -430,6 +433,7 @@ Issue | Description | Status
---|---|---
Saving exported file does not work in IE9 and earlier | GridExcelExporter uses a Blob object to keep the raw data of the exported worksheet, which is not supported in IE9 and earlier: https://developer.mozilla.org/en-US/docs/Web/API/Blob | 
Only part of the data is exported in Append Rows on Demand or remote paging scenarios | The GridExcelExporter is entirely a client-side component and thus it deals only with data currently available on the client. In scenarios implementing Remote Paging and Append Rows on Demand when further sets of data are fetched through additional requests, this data is not exported. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
diff --git a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/08-known-issues-and-limitations-2019-volume-2.mdx b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/08-known-issues-and-limitations-2019-volume-2.mdx
index 7f5b05974f..e8f753f0c9 100644
--- a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/08-known-issues-and-limitations-2019-volume-2.mdx
+++ b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/08-known-issues-and-limitations-2019-volume-2.mdx
@@ -79,11 +79,13 @@ This topic contains the following sections:
The following table summarizes the known issues and limitations of the {environment:ProductName} 2019 Volume 2 release. Detailed explanations of known issues and the possible workarounds are provided in the known issues topics for each control.
-Legend |
--------|--------
- | Workaround available
- | No known workaround
- | Fix planned
+**Legend:**
+
+| | |
+| --- | --- |
+|  | Workaround available |
+|  | No known workaround |
+|  | Fix planned |
###
General Known Issue
@@ -318,6 +320,7 @@ Issue | Description | Status
------|-------------|-------
Multi-column headers feature is not supported with `columnVirtualization` | When virtualization and multi-column headers features are enabled, only `rowVirtualization` is integrated. Column virtualization is not supported in this scenario. | 
Multi-column headers feature with collapsible column groups is not supported with column hiding | When multi-column headers and collapsible column groups are enabled, column hiding is not integrated. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
@@ -430,6 +433,7 @@ Issue | Description | Status
---|---|---
Saving exported file does not work in IE9 and earlier | GridExcelExporter uses a Blob object to keep the raw data of the exported worksheet, which is not supported in IE9 and earlier: https://developer.mozilla.org/en-US/docs/Web/API/Blob | 
Only part of the data is exported in Append Rows on Demand or remote paging scenarios | The GridExcelExporter is entirely a client-side component and thus it deals only with data currently available on the client. In scenarios implementing Remote Paging and Append Rows on Demand when further sets of data are fetched through additional requests, this data is not exported. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
diff --git a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/09-known-issues-and-limitations-2019-volume-1.mdx b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/09-known-issues-and-limitations-2019-volume-1.mdx
index 96a5507f40..890078a792 100644
--- a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/09-known-issues-and-limitations-2019-volume-1.mdx
+++ b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/09-known-issues-and-limitations-2019-volume-1.mdx
@@ -79,11 +79,13 @@ This topic contains the following sections:
The following table summarizes the known issues and limitations of the {environment:ProductName} 2019 Volume 1 release. Detailed explanations of known issues and the possible workarounds are provided in the known issues topics for each control.
-Legend |
--------|--------
- | Workaround available
- | No known workaround
- | Fix planned
+**Legend:**
+
+| | |
+| --- | --- |
+|  | Workaround available |
+|  | No known workaround |
+|  | Fix planned |
###
General Known Issue
@@ -318,6 +320,7 @@ Issue | Description | Status
------|-------------|-------
Multi-column headers feature is not supported with `columnVirtualization` | When virtualization and multi-column headers features are enabled, only `rowVirtualization` is integrated. Column virtualization is not supported in this scenario. | 
Multi-column headers feature with collapsible column groups is not supported with column hiding | When multi-column headers and collapsible column groups are enabled, column hiding is not integrated. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
@@ -430,6 +433,7 @@ Issue | Description | Status
---|---|---
Saving exported file does not work in IE9 and earlier | GridExcelExporter uses a Blob object to keep the raw data of the exported worksheet, which is not supported in IE9 and earlier: https://developer.mozilla.org/en-US/docs/Web/API/Blob | 
Only part of the data is exported in Append Rows on Demand or remote paging scenarios | The GridExcelExporter is entirely a client-side component and thus it deals only with data currently available on the client. In scenarios implementing Remote Paging and Append Rows on Demand when further sets of data are fetched through additional requests, this data is not exported. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
diff --git a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/10-known-issues-and-limitations-2018-volume-2.mdx b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/10-known-issues-and-limitations-2018-volume-2.mdx
index 467f4c3c30..4a1c34f977 100644
--- a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/10-known-issues-and-limitations-2018-volume-2.mdx
+++ b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/10-known-issues-and-limitations-2018-volume-2.mdx
@@ -79,11 +79,13 @@ This topic contains the following sections:
The following table summarizes the known issues and limitations of the {environment:ProductName} 2018 Volume 2 release. Detailed explanations of known issues and the possible workarounds are provided in the known issues topics for each control.
-Legend |
--------|--------
- | Workaround available
- | No known workaround
- | Fix planned
+**Legend:**
+
+| | |
+| --- | --- |
+|  | Workaround available |
+|  | No known workaround |
+|  | Fix planned |
###
General Known Issue
@@ -318,6 +320,7 @@ Issue | Description | Status
------|-------------|-------
Multi-column headers feature is not supported with `columnVirtualization` | When virtualization and multi-column headers features are enabled, only `rowVirtualization` is integrated. Column virtualization is not supported in this scenario. | 
Multi-column headers feature with collapsible column groups is not supported with column hiding | When multi-column headers and collapsible column groups are enabled, column hiding is not integrated. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
@@ -430,6 +433,7 @@ Issue | Description | Status
---|---|---
Saving exported file does not work in IE9 and earlier | GridExcelExporter uses a Blob object to keep the raw data of the exported worksheet, which is not supported in IE9 and earlier: https://developer.mozilla.org/en-US/docs/Web/API/Blob | 
Only part of the data is exported in Append Rows on Demand or remote paging scenarios | The GridExcelExporter is entirely a client-side component and thus it deals only with data currently available on the client. In scenarios implementing Remote Paging and Append Rows on Demand when further sets of data are fetched through additional requests, this data is not exported. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
diff --git a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/11-known-issues-and-limitations-2018-volume-1.mdx b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/11-known-issues-and-limitations-2018-volume-1.mdx
index bcf9d08c6c..16f6c90c61 100644
--- a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/11-known-issues-and-limitations-2018-volume-1.mdx
+++ b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/11-known-issues-and-limitations-2018-volume-1.mdx
@@ -78,11 +78,13 @@ This topic contains the following sections:
The following table summarizes the known issues and limitations of the {environment:ProductName} 2018 Volume 1 release. Detailed explanations of known issues and the possible workarounds are provided in the known issues topics for each control.
-Legend |
--------|--------
- | Workaround available
- | No known workaround
- | Fix planned
+**Legend:**
+
+| | |
+| --- | --- |
+|  | Workaround available |
+|  | No known workaround |
+|  | Fix planned |
###
General Known Issue
@@ -139,6 +141,7 @@ Go up to [Known Issues and Limitations Summary](#summary)
Issue | Description | Status
---|---|---
When binding the financial chart to data without all price properties (High,Low,Open.Close) in order to include a series visual in the zoom pane you must set the zoomSliderType | $("#chart").igFinancialChart( {dataSource: data, "zoomSliderType": "line"} ) | 
+
Go up to [Known Issues and Limitations Summary](#summary)
###
[igDataChart](//controls/igdatachart/known-issues.mdx)
@@ -309,6 +312,7 @@ Issue | Description | Status
------|-------------|-------
Multi-column headers feature is not supported with `columnVirtualization` | When virtualization and multi-column headers features are enabled, only `rowVirtualization` is integrated. Column virtualization is not supported in this scenario. | 
Multi-column headers feature with collapsible column groups is not supported with column hiding | When multi-column headers and collapsible column groups are enabled, column hiding is not integrated. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
@@ -420,6 +424,7 @@ Issue | Description | Status
---|---|---
Saving exported file does not work in IE9 and earlier | GridExcelExporter uses a Blob object to keep the raw data of the exported worksheet, which is not supported in IE9 and earlier: https://developer.mozilla.org/en-US/docs/Web/API/Blob | 
Only part of the data is exported in Append Rows on Demand or remote paging scenarios | The GridExcelExporter is entirely a client-side component and thus it deals only with data currently available on the client. In scenarios implementing Remote Paging and Append Rows on Demand when further sets of data are fetched through additional requests, this data is not exported. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
diff --git a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/12-known-issues-and-limitations-2017-volume-2.mdx b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/12-known-issues-and-limitations-2017-volume-2.mdx
index ff2a0bd441..4068507511 100644
--- a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/12-known-issues-and-limitations-2017-volume-2.mdx
+++ b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/12-known-issues-and-limitations-2017-volume-2.mdx
@@ -77,11 +77,13 @@ This topic contains the following sections:
The following table summarizes the known issues and limitations of the {environment:ProductName} 2017 Volume 2 release. Detailed explanations of known issues and the possible workarounds are provided in the known issues topics for each control.
-Legend |
--------|--------
- | Workaround available
- | No known workaround
- | Fix planned
+**Legend:**
+
+| | |
+| --- | --- |
+|  | Workaround available |
+|  | No known workaround |
+|  | Fix planned |
###
General Known Issue
@@ -301,6 +303,7 @@ Issue | Description | Status
------|-------------|-------
Multi-column headers feature is not supported with `columnVirtualization` | When virtualization and multi-column headers features are enabled, only `rowVirtualization` is integrated. Column virtualization is not supported in this scenario. | 
Multi-column headers feature with collapsible column groups is not supported with column hiding | When multi-column headers and collapsible column groups are enabled, column hiding is not integrated. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
@@ -412,6 +415,7 @@ Issue | Description | Status
---|---|---
Saving exported file does not work in IE9 and earlier | GridExcelExporter uses a Blob object to keep the raw data of the exported worksheet, which is not supported in IE9 and earlier: https://developer.mozilla.org/en-US/docs/Web/API/Blob | 
Only part of the data is exported in Append Rows on Demand or remote paging scenarios | The GridExcelExporter is entirely a client-side component and thus it deals only with data currently available on the client. In scenarios implementing Remote Paging and Append Rows on Demand when further sets of data are fetched through additional requests, this data is not exported. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
diff --git a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/13-known-issues-and-limitations-2017-volume-1.mdx b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/13-known-issues-and-limitations-2017-volume-1.mdx
index e4feb0b10f..39a8b868fa 100644
--- a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/13-known-issues-and-limitations-2017-volume-1.mdx
+++ b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/13-known-issues-and-limitations-2017-volume-1.mdx
@@ -76,11 +76,13 @@ This topic contains the following sections:
The following table summarizes the known issues and limitations of the {environment:ProductName} 2017 Volume 1 release. Detailed explanations of known issues and the possible workarounds are provided in the known issues topics for each control.
-Legend |
--------|--------
- | Workaround available
- | No known workaround
- | Fix planned
+**Legend:**
+
+| | |
+| --- | --- |
+|  | Workaround available |
+|  | No known workaround |
+|  | Fix planned |
###
General Known Issue
@@ -299,6 +301,7 @@ Issue | Description | Status
------|-------------|-------
Multi-column headers feature is not supported with `columnVirtualization` | When virtualization and multi-column headers features are enabled, only `rowVirtualization` is integrated. Column virtualization is not supported in this scenario. | 
Multi-column headers feature with collapsible column groups is not supported with column hiding | When multi-column headers and collapsible column groups are enabled, column hiding is not integrated. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
@@ -409,6 +412,7 @@ Issue | Description | Status
---|---|---
Saving exported file does not work in IE9 and earlier | GridExcelExporter uses a Blob object to keep the raw data of the exported worksheet, which is not supported in IE9 and earlier: https://developer.mozilla.org/en-US/docs/Web/API/Blob | 
Only part of the data is exported in Append Rows on Demand or remote paging scenarios | The GridExcelExporter is entirely a client-side component and thus it deals only with data currently available on the client. In scenarios implementing Remote Paging and Append Rows on Demand when further sets of data are fetched through additional requests, this data is not exported. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
diff --git a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/14-known-issues-and-limitations-2016-volume-2.mdx b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/14-known-issues-and-limitations-2016-volume-2.mdx
index aaf6e096e1..741c420372 100644
--- a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/14-known-issues-and-limitations-2016-volume-2.mdx
+++ b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/14-known-issues-and-limitations-2016-volume-2.mdx
@@ -75,11 +75,13 @@ This topic contains the following sections:
The following table summarizes the known issues and limitations of the {environment:ProductName} 2016 Volume 2 release. Detailed explanations of known issues and the possible workarounds are provided in the known issues topics for each control.
-Legend |
--------|--------
- | Workaround available
- | No known workaround
- | Fix planned
+**Legend:**
+
+| | |
+| --- | --- |
+|  | Workaround available |
+|  | No known workaround |
+|  | Fix planned |
###
General Known Issue
@@ -302,6 +304,7 @@ Issue | Description | Status
------|-------------|-------
Multi-column headers feature is not supported with `columnVirtualization` | When virtualization and multi-column headers features are enabled, only `rowVirtualization` is integrated. Column virtualization is not supported in this scenario. | 
Multi-column headers feature with collapsible column groups is not supported with column hiding | When multi-column headers and collapsible column groups are enabled, column hiding is not integrated. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
@@ -412,6 +415,7 @@ Issue | Description | Status
---|---|---
Saving exported file does not work in IE9 and earlier | GridExcelExporter uses a Blob object to keep the raw data of the exported worksheet, which is not supported in IE9 and earlier: https://developer.mozilla.org/en-US/docs/Web/API/Blob | 
Only part of the data is exported in Append Rows on Demand or remote paging scenarios | The GridExcelExporter is entirely a client-side component and thus it deals only with data currently available on the client. In scenarios implementing Remote Paging and Append Rows on Demand when further sets of data are fetched through additional requests, this data is not exported. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
diff --git a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/15-known-issues-and-limitations-2016-volume-1.mdx b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/15-known-issues-and-limitations-2016-volume-1.mdx
index a8073a2eac..023c719044 100644
--- a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/15-known-issues-and-limitations-2016-volume-1.mdx
+++ b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/15-known-issues-and-limitations-2016-volume-1.mdx
@@ -73,11 +73,13 @@ This topic contains the following sections:
The following table summarizes the known issues and limitations of the {environment:ProductName} 2016 Volume 1 release. Detailed explanations of known issues and the possible workarounds are provided in the known issues topics for each control.
-Legend |
--------|--------
- | Workaround available
- | No known workaround
- | Fix planned
+**Legend:**
+
+| | |
+| --- | --- |
+|  | Workaround available |
+|  | No known workaround |
+|  | Fix planned |
###
General Known Issue
@@ -395,6 +397,7 @@ Issue | Description | Status
Saving exported file does not work in IE9 and earlier | GridExcelExporter uses a Blob object to keep the raw data of the exported worksheet, which is not supported in IE9 and earlier: https://developer.mozilla.org/en-US/docs/Web/API/Blob | 
Only part of the data is exported in Append Rows on Demand or remote paging scenarios | The GridExcelExporter is entirely a client-side component and thus it deals only with data currently available on the client. In scenarios implementing Remote Paging and Append Rows on Demand when further sets of data are fetched through additional requests, this data is not exported. | 
Custom filtering conditions are not applied in the exported worksheet | The custom filtering conditions available in igGrid expectedly are not available among the native Excel filtering conditions, so those are not applied in the exported worksheet. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
diff --git a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/16-known-issues-and-limitations-2015-volume-2.mdx b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/16-known-issues-and-limitations-2015-volume-2.mdx
index a8499a5241..3107f7e4df 100644
--- a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/16-known-issues-and-limitations-2015-volume-2.mdx
+++ b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/16-known-issues-and-limitations-2015-volume-2.mdx
@@ -72,11 +72,13 @@ This topic contains the following sections:
The following table summarizes the known issues and limitations of the {environment:ProductName} 2015 Volume 2 release. Detailed explanations of known issues and the possible workarounds are provided in the known issues topics for each control.
-Legend |
--------|--------
- | Workaround available
- | No known workaround
- | Fix planned
+**Legend:**
+
+| | |
+| --- | --- |
+|  | Workaround available |
+|  | No known workaround |
+|  | Fix planned |
###
General Known Issue
@@ -394,6 +396,7 @@ Issue | Description | Status
Saving exported file does not work in IE9 and earlier | GridExcelExporter uses a Blob object to keep the raw data of the exported worksheet, which is not supported in IE9 and earlier: https://developer.mozilla.org/en-US/docs/Web/API/Blob | 
Only part of the data is exported in Append Rows on Demand or remote paging scenarios | The GridExcelExporter is entirely a client-side component and thus it deals only with data currently available on the client. In scenarios implementing Remote Paging and Append Rows on Demand when further sets of data are fetched through additional requests, this data is not exported. | 
Custom filtering conditions are not applied in the exported worksheet | The custom filtering conditions available in igGrid expectedly are not available among the native Excel filtering conditions, so those are not applied in the exported worksheet. | 
+
Go up to [Known Issues and Limitations Summary](#summary)
diff --git a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/17-known-issues-and-limitations-2015-volume-1.mdx b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/17-known-issues-and-limitations-2015-volume-1.mdx
index 2d62706ff4..0ced6cf54a 100644
--- a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/17-known-issues-and-limitations-2015-volume-1.mdx
+++ b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/17-known-issues-and-limitations-2015-volume-1.mdx
@@ -71,11 +71,13 @@ This topic contains the following sections:
The following table summarizes the known issues and limitations of the {environment:ProductName} 2015 Volume 1 release. Detailed explanations of known issues and the possible workarounds are provided in the known issues topics for each control.
-Legend |
--------|--------
- | Workaround available
- | No known workaround
- | Fix planned
+**Legend:**
+
+| | |
+| --- | --- |
+|  | Workaround available |
+|  | No known workaround |
+|  | Fix planned |
###
General Known Issue
@@ -391,6 +393,7 @@ Issue | Description | Status
---|---|---
Saving exported file does not work in IE9 and earlier | GridExcelExporter uses a Blob object to keep the raw data of the exported worksheet, which is not supported in IE9 and earlier: https://developer.mozilla.org/en-US/docs/Web/API/Blob | 
Only part of the data is exported in Append Rows on Demand or remote paging scenarios | The GridExcelExporter is entirely a client-side component and thus it deals only with data currently available on the client. In scenarios implementing Remote Paging and Append Rows on Demand when further sets of data are fetched through additional requests, this data is not exported. |
+
Go up to [Known Issues and Limitations Summary](#summary)
diff --git a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/18-known-issues-and-limitations-2014-volume-2.mdx b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/18-known-issues-and-limitations-2014-volume-2.mdx
index 71dbe06507..c7f1715948 100644
--- a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/18-known-issues-and-limitations-2014-volume-2.mdx
+++ b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/18-known-issues-and-limitations-2014-volume-2.mdx
@@ -68,11 +68,13 @@ This topic contains the following sections:
The following table summarizes the known issues and limitations of the {environment:ProductName} 2014 Volume 2 release. Detailed explanations of known issues and the possible workarounds are provided in the known issues topics for each control.
-Legend |
--------|--------
- | Workaround available
- | No known workaround
- | Fix planned
+**Legend:**
+
+| | |
+| --- | --- |
+|  | Workaround available |
+|  | No known workaround |
+|  | Fix planned |
###
General Known Issue
diff --git a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/19-known-issues-and-limitations-2014-volume-1.mdx b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/19-known-issues-and-limitations-2014-volume-1.mdx
index 37d3330f81..4a9bba8ad0 100644
--- a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/19-known-issues-and-limitations-2014-volume-1.mdx
+++ b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/19-known-issues-and-limitations-2014-volume-1.mdx
@@ -66,11 +66,13 @@ The following table summarizes the known issues and limitations of the {env
-Legend |
--------|--------
- | Workaround available
- | No known workaround
- | Fix planned
+**Legend:**
+
+| | |
+| --- | --- |
+|  | Workaround available |
+|  | No known workaround |
+|  | Fix planned |
diff --git a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/20-known-issues-and-limitations-2013-volume-2.mdx b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/20-known-issues-and-limitations-2013-volume-2.mdx
index 1cb90b6a9c..30c62bcc0b 100644
--- a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/20-known-issues-and-limitations-2013-volume-2.mdx
+++ b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/20-known-issues-and-limitations-2013-volume-2.mdx
@@ -62,11 +62,13 @@ This topic contains the following sections:
The following table summarizes the known issues and limitations of the {environment:ProductName} 2013 Volume 2 release. Detailed explanations of known issues and the possible workarounds are provided in the known issues topics for each control.
-Legend |
--------|--------
- | Workaround available
- | No known workaround
- | Fix planned
+**Legend:**
+
+| | |
+| --- | --- |
+|  | Workaround available |
+|  | No known workaround |
+|  | Fix planned |
###
[Editors Common Known Issues](igCurrencyEditor-igEditor-Known-Issues.html)
diff --git a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/23-known-issues-and-limitations-2012-volume-1.mdx b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/23-known-issues-and-limitations-2012-volume-1.mdx
index 11612715a4..d59e035c4f 100644
--- a/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/23-known-issues-and-limitations-2012-volume-1.mdx
+++ b/docs/jquery/src/content/en/topics/known-issues/known-issues-revision-history/23-known-issues-and-limitations-2012-volume-1.mdx
@@ -80,7 +80,7 @@ Feature | Description | Status
[Grid column widths ](#grid-column-widths) | The scenario where some columns' widths are defined in percentage, while others' are in pixels (or not specified at all) is not supported. | 
[Grid layout problems for header and footer elements in Microsoft Internet Explorer® 7 ](#grid-layout-problems) | When grid width is not specified, header and footer elements are rendered shorter than the grid in Microsoft Internet Explorer® 7. | 
[Grid API calls do not work as expected with DIV elements ](#grid-api-calls-not-working) | If a grid is instantiated from a DIV element the API calls to the grid's features do not work as expected. | 
-[Cell selection in iOS does not work properly ](#cell-selection-not-working) | When you want to scroll `igGrid`, you firstly tap on a cell, and then swipe in some direction. There is a difference when scrolling the `igGrid` under iOS and Android due to the way jQuery mobile presents the events. |
+[Cell selection in iOS does not work properly ](#cell-selection-not-working) | When you want to scroll `igGrid`, you firstly tap on a cell, and then swipe in some direction. There is a difference when scrolling the `igGrid` under iOS and Android due to the way jQuery mobile presents the events. | 
[Vertical scroll causes dialogs to appear behind the records ](#vertical-scroll-appear-behind-records) | When the `igGrid` is running under Android, version 4.0.2, and when `igGrid` has vertical scrolling, all the popups/dialogs appear behind the records. | 
[Under Firefox igGrid columns cannot be resized correctly, when the column widths are not set. ](#firefox-columns-resized-correctly) | Due to a bug in Firefox, the `igGrid` columns cannot be resized correctly, when the column widths are not set. | 
[Under Firefox, igGrid columns cannot be resized correctly, when the column widths are set in percentages. ](#firefox-column-cannot-resize) | Due to a bug in Firefox, columns cannot be resized correctly, when the column widths are set in percentages. | 
diff --git a/docs/jquery/src/content/en/topics/whats-new/revision-history/09-whats-new-in-2017-volume2.mdx b/docs/jquery/src/content/en/topics/whats-new/revision-history/09-whats-new-in-2017-volume2.mdx
index 5c7c7bd079..051e7aa188 100644
--- a/docs/jquery/src/content/en/topics/whats-new/revision-history/09-whats-new-in-2017-volume2.mdx
+++ b/docs/jquery/src/content/en/topics/whats-new/revision-history/09-whats-new-in-2017-volume2.mdx
@@ -62,6 +62,7 @@ Feature | Description
Feature | Description
---|---
[Physical Cell Merging](#cell-merging) | The igGrid Cell Merging feature now supports physical cell merging.
+
### igScheduler
Feature | Description
---|---
diff --git a/docs/jquery/src/content/ja/topics/controls/igbulletgraph/adding/adding-to-an-html-page.mdx b/docs/jquery/src/content/ja/topics/controls/igbulletgraph/adding/adding-to-an-html-page.mdx
index e4af6d5282..3eb3ad37df 100644
--- a/docs/jquery/src/content/ja/topics/controls/igbulletgraph/adding/adding-to-an-html-page.mdx
+++ b/docs/jquery/src/content/ja/topics/controls/igbulletgraph/adding/adding-to-an-html-page.mdx
@@ -59,12 +59,6 @@ import ApiLink from 'docs-template/components/mdx/ApiLink.astro';
| *infragistics.bulletgraph.js* | *igBulletGraph* コントロール | |
| *infragistics.ui.bulletgraph.js* | *igBulletGraph* ウィジェット | |
- </td>
- <td>以下のいずれかを追加します。
- \*igLoader\* への参照
- すべての必要な JavaScript ファイルへの参照 (左側の表に一覧表示)
- 結合ファイルへの参照および任意でエンコーディングを含むファイルへの参照
</td>
-</tr>
- </tbody>
-</table>
-
####
手順
`igBulletGraph` を HTML ページへ追加するための一般的な手順を簡単に示すと、以下のようになります。
diff --git a/docs/jquery/src/content/ja/topics/controls/igbulletgraph/configuring/elements/configuring-the-tooltips.mdx b/docs/jquery/src/content/ja/topics/controls/igbulletgraph/configuring/elements/configuring-the-tooltips.mdx
index e7fb5b7176..8c10f9fd14 100644
--- a/docs/jquery/src/content/ja/topics/controls/igbulletgraph/configuring/elements/configuring-the-tooltips.mdx
+++ b/docs/jquery/src/content/ja/topics/controls/igbulletgraph/configuring/elements/configuring-the-tooltips.mdx
@@ -206,6 +206,7 @@ $("#bulletgraph").igBulletGraph({
プロパティ|値
---|---
|"valueToolTipTemplate"
+
"valueToolTipTemplate" はテンプレートの ID です。
**HTML の場合:**
diff --git a/docs/jquery/src/content/ja/topics/controls/igdatachart/configuring/configuring-navigation-features.mdx b/docs/jquery/src/content/ja/topics/controls/igdatachart/configuring/configuring-navigation-features.mdx
index f7e5510515..9d51009dbd 100644
--- a/docs/jquery/src/content/ja/topics/controls/igdatachart/configuring/configuring-navigation-features.mdx
+++ b/docs/jquery/src/content/ja/topics/controls/igdatachart/configuring/configuring-navigation-features.mdx
@@ -62,25 +62,12 @@ Overview Plus Detail (OPD) パネルを有効にすると、このパネルは
構成可能な項目|詳細|プロパティ
---|---|---
-OPD パネルの表示/非表示|既定では、OPD パネルは表示されません。OPD パネルを表示するように構成した場合、このパネルはチャートの右下隅に表示されることになります。|JavaScript の場合:-
ASP.NET MVC の場合:
-- [OverviewPlusDetailPaneVisibility()](Infragistics.Web.Mvc~Infragistics.Web.Mvc.SeriesViewer`3~OverviewPlusDetailPaneVisibility.html)
-既定の操作|既定では、パン操作は行えず、ズーム操作が既定のドラッグ操作になっています。パン操作を既定のドラッグ操作に設定しておくこともできます。|JavaScript の場合:
--
ASP.NET MVC の場合:
-- [DefaultInteraction()](Infragistics.Web.Mvc~Infragistics.Web.Mvc.SeriesViewer`3~DefaultInteraction.html)
-パン操作の修飾キー|パン操作が既定の操作でない場合に使用する修飾キーです。|JavaScript の場合:
--
ASP.NET MVC の場合
-- [PanModifier()](Infragistics.Web.Mvc~Infragistics.Web.Mvc.SeriesViewer`3~PanModifier.html)
-ズーム操作の修飾キー|ズーム操作が既定の操作でない場合に使用する修飾キーです。既定では、[Ctrl] キーを押すとズームに切り替わります。|JavaScript の場合
--
ASP.NET MVC の場合:
-- [DragModifier()](Infragistics.Web.Mvc~Infragistics.Web.Mvc.SeriesViewer`3~DragModifier.html)
-ズーム|垂直および水平ズーム (そのいずれか) を個別にまたは同時に有効または無効にできます。|JavaScript の場合:
--
--
ASP.NET MVC の場合:
-- [HorizontalZoomable()](Infragistics.Web.Mvc~Infragistics.Web.Mvc.SeriesViewer`3~HorizontalZoomable.html)
-- [VerticalZoomable()](Infragistics.Web.Mvc~Infragistics.Web.Mvc.SeriesViewer`3~VerticalZoomable.html)
-チャートの表示部分の設定|表示するチャートの表示部分の座標とサイズを設定します。|JavaScript の場合:
--
ASP.NET MVC の場合:
-- [WindowRect()](Infragistics.Web.Mvc~Infragistics.Web.Mvc.SeriesViewer`3~WindowRect.html)
+OPD パネルの表示/非表示|既定では、OPD パネルは表示されません。OPD パネルを表示するように構成した場合、このパネルはチャートの右下隅に表示されることになります。|JavaScript の場合:-
ASP.NET MVC の場合:- [OverviewPlusDetailPaneVisibility()](Infragistics.Web.Mvc~Infragistics.Web.Mvc.SeriesViewer`3~OverviewPlusDetailPaneVisibility.html)
+既定の操作|既定では、パン操作は行えず、ズーム操作が既定のドラッグ操作になっています。パン操作を既定のドラッグ操作に設定しておくこともできます。|JavaScript の場合:-
ASP.NET MVC の場合:- [DefaultInteraction()](Infragistics.Web.Mvc~Infragistics.Web.Mvc.SeriesViewer`3~DefaultInteraction.html)
+パン操作の修飾キー|パン操作が既定の操作でない場合に使用する修飾キーです。|JavaScript の場合:-
ASP.NET MVC の場合- [PanModifier()](Infragistics.Web.Mvc~Infragistics.Web.Mvc.SeriesViewer`3~PanModifier.html)
+ズーム操作の修飾キー|ズーム操作が既定の操作でない場合に使用する修飾キーです。既定では、[Ctrl] キーを押すとズームに切り替わります。|JavaScript の場合-
ASP.NET MVC の場合:- [DragModifier()](Infragistics.Web.Mvc~Infragistics.Web.Mvc.SeriesViewer`3~DragModifier.html)
+ズーム|垂直および水平ズーム (そのいずれか) を個別にまたは同時に有効または無効にできます。|JavaScript の場合:-
-
ASP.NET MVC の場合:- [HorizontalZoomable()](Infragistics.Web.Mvc~Infragistics.Web.Mvc.SeriesViewer`3~HorizontalZoomable.html)
- [VerticalZoomable()](Infragistics.Web.Mvc~Infragistics.Web.Mvc.SeriesViewer`3~VerticalZoomable.html)
+チャートの表示部分の設定|表示するチャートの表示部分の座標とサイズを設定します。|JavaScript の場合:-
ASP.NET MVC の場合:- [WindowRect()](Infragistics.Web.Mvc~Infragistics.Web.Mvc.SeriesViewer`3~WindowRect.html)
##
コード例
diff --git a/docs/jquery/src/content/ja/topics/controls/igdatachart/overview/overview.mdx b/docs/jquery/src/content/ja/topics/controls/igdatachart/overview/overview.mdx
index 981481f177..aa29b23cbd 100644
--- a/docs/jquery/src/content/ja/topics/controls/igdatachart/overview/overview.mdx
+++ b/docs/jquery/src/content/ja/topics/controls/igdatachart/overview/overview.mdx
@@ -126,7 +126,7 @@ igDataChart は、さまざまな種類のチャートを HTML5 Web アプリケ
| HTML5 キャンバス API | チャート用ライブラリの機能は、HTML5 Canvas タグとそれに関する API に基づきます。これらをサポートする Web ブラウザーは、igDataChart コントロールで生成されたチャートを描画し、表示できます。その他の HTML5 機能は、igDataChart コントロールの操作に必要です。[Wikipedia™](http://en.wikipedia.org/wiki/Main_Page) の[キャンバス 要素: サポート](http://en.wikipedia.org/wiki/Canvas_element#Support)のトピックには、HTML5 キャンバス API をサポートしている、最も一般的なデスクトップとモバイル Web ブラウザのバージョンがが詳述されています。 |
| jQuery および jQuery UI JavaScript リソース | environment:ProductName は、これらのフレームワークの最上位にビルドされます。 [jQuery](http://docs.jquery.com/Main_Page) [jQuery UI](http://jqueryui.com/) |
| Modernizr | Modernizr ライブラリはブラウザー機能とデバイス機能を検出するため igDataChart で使用されます。これは必須ではなく、含まれていない場合、コントロールは HTML5 をサポートするブラウザーが動作する通常のデスクトップ環境であるように動作します。 [Modernizr](http://modernizr.com/docs/) |
-| 一般のチャート JavaScript リソース | environment:ProductName ライブラリのチャート表示機能は、シリーズ タイプに応じて複数のファイルに渡って配布されます。 手動でリソースを組み込む場合は、以下の表に示す依存関係を使用する必要があります。 JS リソース |
+| 一般のチャート JavaScript リソース | environment:ProductName ライブラリのチャート表示機能は、シリーズ タイプに応じて複数のファイルに渡って配布されます。 手動でリソースを組み込む場合は、以下の表に示す依存関係を使用する必要があります。 |
| infragistics.util.js, infragistics.util.jquery.js | environment:ProductName ユーティリティ |
| infragistics.datasource.js | igDataSource コントロール |
| infragistics.ext_core.js, infragistics.ext_collections.js, infragistics.ext_ui.js, infragistics.dv_jquerydom.js, infragistics.dv_core.js, infragistics.dv_geometry.js, infragistics.datachart_core.js | データ可視化コア機能 |
@@ -136,25 +136,10 @@ igDataChart は、さまざまな種類のチャートを HTML5 Web アプリケ
| infragistics.dv_opd.js | チャートの概要と詳細ペイン機能 |
| infragistics.ui.widget.js | すべての environment:ProductName ウィジェットの基本 igWidget。 |
- </td>
-</tr>
-
- <tr>
- <td>チャート タイプ固有の JavaScript リソース</td>
- <td>上記の一般的なチャート リソースに加えて、使用しているそれぞれのチャート タイプに関連する参照を組み込む必要があります。 | チャート シリーズの種類 | JS リソース | | --- | --- | | 共有のカテゴリ機能 | infragistics.datachart_categorycore.js | | エリア チャート、棒チャート、柱状チャート、折れ線チャート、スプライン チャートすべて、ウォーターフォール | infragistics.datachart_category.js | | 棒チャート | infragistics.datachart_verticalcategory.js | | Financial、平均値インジケーター | infragistics.datachart_financial.js, infragistics.datachart_extendedfinancial.js | | 極座標エリア チャート、極座標折れ線チャート、極座標チャートすべて | infragistics.datachart_polar.js (依存関係: infragistics.datachart_extendedaxes.js) | | ラジアル チャートすべて | infragistics.datachart_radial.js (依存関係: infragistics.datachart_extendedaxes.js) | | 範囲 チャートすべて | infragistics.datachart_rangecategory.js | | 散布図すべて | infragistics.datachart_scatter.js | | すべての積層型チャート | infragistics.datachart_stacked.js (依存関係: infragistics.datachart_verticalcategory.js, infragistics.datachart_extendedaxes.js) | | ツールチップ、強調表示、注釈 | infragistics.datachart_annotation.js | | DateTimeAxis / TimeAxis | infragistics.datachart_extendedaxes.js |</td>
-</tr>
-
- <tr>
- <td>IG テーマ</td>
- <td>このテーマには、{environment:ProductName} ライブラリ向けに作成されたカスタム ビジュアル スタイルが含まれます。これは次のファイルに含まれます。
- {IG CSS root}/themes/Infragistics/infragistics.theme.css
</td>
-</tr>
-
- <tr>
- <td>チャート構造</td>
- <td>この CSS リソースは、コントロールのさまざまな要素を描画するためにチャート コンポーネントによって使用されます。
- {IG CSS root}/structure/modules/infragistics.ui.chart.css
</td>
-</tr>
- </tbody>
-</table>
+| チャート タイプ固有の JavaScript リソース | | |
+| IG テーマ | このテーマには、{environment:ProductName} ライブラリ向けに作成されたカスタム ビジュアル スタイルが含まれます。これは次のファイルに含まれます。 {IG CSS root}/themes/Infragistics/infragistics.theme.css | |
+| チャート構造 | この CSS リソースは、コントロールのさまざまな要素を描画するためにチャート コンポーネントによって使用されます。 {IG CSS root}/structure/modules/infragistics.ui.chart.css | |
+
>**注:** 詳細については、[{environment:ProductName} で JavaScript リソースを使用](/deployment-guide-javascript-resources)トピックをご覧ください。
diff --git a/docs/jquery/src/content/ja/topics/controls/igdialog/configuring/show-and-hide.mdx b/docs/jquery/src/content/ja/topics/controls/igdialog/configuring/show-and-hide.mdx
index 8c8216a24c..10aab882d5 100644
--- a/docs/jquery/src/content/ja/topics/controls/igdialog/configuring/show-and-hide.mdx
+++ b/docs/jquery/src/content/ja/topics/controls/igdialog/configuring/show-and-hide.mdx
@@ -52,8 +52,6 @@ import ApiLink from 'docs-template/components/mdx/ApiLink.astro';
| *igDialog* を非表示にする | *igDialog* コントロールをこのコントロール自体の API からを閉じるようにするメソッドです。 |
|
| *igDialog* を表示する | *igDialog* コントロールをこのコントロール自体の API からを開くようにするメソッドです。 |
|
-</table>
-
##
閉じことのできるコントロールとして igDialog を構成する
diff --git a/docs/jquery/src/content/ja/topics/controls/igdoughnutchart/adding/adding-to-an-html-page.mdx b/docs/jquery/src/content/ja/topics/controls/igdoughnutchart/adding/adding-to-an-html-page.mdx
index 9918c87d5a..4dd127aeb0 100644
--- a/docs/jquery/src/content/ja/topics/controls/igdoughnutchart/adding/adding-to-an-html-page.mdx
+++ b/docs/jquery/src/content/ja/topics/controls/igdoughnutchart/adding/adding-to-an-html-page.mdx
@@ -58,8 +58,8 @@ slug: igdoughnutchart-adding-to-an-html-page
| infragistics.datasource.js | データ ソース フレームワーク | |
| infragistics.templating.js | テンプレート エンジン (igTemplate™) | |
| infragistics.ui.widget.js | すべての environment:ProductName ウィジェットの基本 igWidget。 | |
-| infragistics.ext_core.js,, infragistics.ext_collections.js,, infragistics.ext_ui.js,, infragistics.dv_jquerydom.js,, infragistics.dv_core.js,, infragistics.dv_geometry.js | データ可視化コア機能 | |
-| infragistics.datachart_core.js 共有チャート ビジュアライゼーションの機能 | | |
+| infragistics.ext_core.js, infragistics.ext_collections.js, infragistics.ext_ui.js, infragistics.dv_jquerydom.js, infragistics.dv_core.js, infragistics.dv_geometry.js | データ可視化コア機能 | |
+| infragistics.datachart_core.js | 共有チャート ビジュアライゼーションの機能 | |
| infragistics.dv_interactivity.js | パンニング、ズーム、ドラッグなどのユーザー インタラクションのサポートを提供します。 | |
| infragistics.piechart.js | 円チャート ビジュアライゼーション ロジック | |
| infragistics.doughnutchart.js | ドーナツ型チャート ビジュアライゼーション ロジック | |
@@ -69,18 +69,8 @@ slug: igdoughnutchart-adding-to-an-html-page
| infragistics.ui.basechart.js | チャート ウィジェット用の共通コード | |
| infragistics.ui.chart.js | `igDataChart` ウィジェット UI コード | |
| infragistics.ui.doughnutchart.js | igDoughnutChart ウィジェット UI コード | |
-
- </td>
- <td>以下のいずれかを追加します。
- igLoader への参照
- すべての必要な JavaScript ファイルへの参照 (左側の表に一覧表示)
</td>
-</tr>
-
- <tr>
- <td>IG テーマ (オプション)</td>
- <td>このテーマには、{environment:ProductName} ライブラリ用のビジュアル スタイルが含まれます。テーマ ファイル: <IG CSS root>/themes/Infragistics/infragistics.theme.css</td>
- <td></td>
-</tr>
- </tbody>
-</table>
+| IG テーマ (オプション) | このテーマには、{environment:ProductName} ライブラリ用のビジュアル スタイルが含まれます。テーマ ファイル: <IG CSS root>/themes/Infragistics/infragistics.theme.css | |
+
###
手順
`igDoughnutChart` を HTML ページへ追加するための一般的な手順を簡単に示すと、以下のようになります。
diff --git a/docs/jquery/src/content/ja/topics/controls/igfunnelchart/adding.mdx b/docs/jquery/src/content/ja/topics/controls/igfunnelchart/adding.mdx
index b2b625768c..614c2e3af9 100644
--- a/docs/jquery/src/content/ja/topics/controls/igfunnelchart/adding.mdx
+++ b/docs/jquery/src/content/ja/topics/controls/igfunnelchart/adding.mdx
@@ -65,12 +65,12 @@ igFunnelChart を HTML ページに追加すると、以下にリストされる
| HTML5 キャンバス API | チャート用ライブラリの機能は、HTML5 Canvas タグとそれに関する API に基づきます。これらをサポートする Web ブラウザーは、igFunnelChart コントロールにより生成されたチャートを描画および表示できます。その他の HTML5 機能は、igFunnelChart コントロールの操作に必要です。HTML5 Canvas API をサポートするもっとも人気のあるデスクトップおよび携帯電話の Web ブラウザーのバージョンに関する詳細は、「[キャンバス要素](http://www.w3schools.com/html/html5_canvas.asp)」を参照してください。 |
| jQuery および jQuery UI JavaScript リソース | environment:ProductName は、これらのフレームワークの最上位にビルドされます。 [jQuery](http://jquery.com/) [jQuery UI](http://jqueryui.com/) |
| Modernizr | [Modernizr](http://modernizr.com/) ライブラリは、ブラウザとデバイス機能を検出するために igFunnelChart で使用されます。これは必須ではなく、含まれていない場合、コントロールは HTML5 をサポートするブラウザーが動作する通常のデスクトップ環境であるように動作します。 [Modernizr](http://modernizr.com/) |
-| JavaScript リソースのチャート表示 | environment:ProductName ライブラリのチャート表示機能は、シリーズ タイプに応じて複数のファイルに渡って配布されます。また、HTML または MVC のビューにリンクする必要のある別個のファンネル チャート JavaScript ファイルもあります。 手動でリソースを含めたい場合には、次の表に示された依存関係を使用する必要があります。 JS リソース |
+| JavaScript リソースのチャート表示 | environment:ProductName ライブラリのチャート表示機能は、シリーズ タイプに応じて複数のファイルに渡って配布されます。また、HTML または MVC のビューにリンクする必要のある別個のファンネル チャート JavaScript ファイルもあります。 手動でリソースを含めたい場合には、次の表に示された依存関係を使用する必要があります。 |
| infragistics.util.js, infragistics.util.jquery.js | environment:ProductName ユーティリティ |
| infragistics.datasource.js | `igDataSource` コントロール |
| infragistics.templating.js | environment:ProductName テンプレート エンジン |
| infragistics.ui.widget.js | すべての environment:ProductName ウィジェットの基本 igWidget。 |
-| infragistics.ext_core.js,, infragistics.ext_collections.js,, infragistics.ext_ui.js,, infragistics.dv_jquerydom.js,, infragistics.dv_core.js,, infragistics.dv_geometry.js | コア データ ビジュアライゼーション ロジック |
+| infragistics.ext_core.js, infragistics.ext_collections.js, infragistics.ext_ui.js, infragistics.dv_jquerydom.js, infragistics.dv_core.js, infragistics.dv_geometry.js | コア データ ビジュアライゼーション ロジック |
| infragistics.datachart_core.js | すべてのチャート ウィジェットのコア ビジュアライゼーション ロジック |
| infragistics.dvcommonwidget.js | データ ビジュアライゼーション ウィジェットの共有 UI コード |
| infragistics.dv_interactivity.js | パンニング、ズーム、ドラッグなどのユーザー インタラクションのサポートを提供します。 |
@@ -79,21 +79,9 @@ igFunnelChart を HTML ページに追加すると、以下にリストされる
| infragistics.ui.funnelchart.js | `igFunnelChart` コントロール |
| infragistics.legend.js | チャート凡例の視覚化の共有コード |
| infragistics.ui.chartlegend.js | environment:ProductName においてすべてのチャート コントロールで使用される `igChartLegend` コントロール |
-
- </td>
-</tr>
-
- <tr>
- <td>IG テーマ</td>
- <td>このテーマには、{environment:ProductName} ライブラリ向けに作成されたカスタム ビジュアル スタイルが含まれます。これは次のファイルに含まれます。 \*<IG CSS ルート>/themes/Infragistics/infragistics.theme.css\*</td>
-</tr>
-
- <tr>
- <td>チャート構造</td>
- <td>この CSS リソースは、コントロールのさまざまな要素を描画するためにチャート コンポーネントによって使用されます。 \*<IG CSS root>/structure/modules/infragistics.ui.chart.css\*</td>
-</tr>
- </tbody>
-</table>
+| IG テーマ | | |
+| チャート構造 | この CSS リソースは、コントロールのさまざまな要素を描画するためにチャート コンポーネントによって使用されます。 \*<IG CSS root>/structure/modules/infragistics.ui.chart.css\* | |
+
> **注:** JavaScript と CSS リソースを読み込むためには igLoader コンポーネントを使うことを推奨します。その方法の詳細については、「[**Infragistics ローダーの使用**](/using-infragistics-loader)」トピックを参照してください。さらに、オンラインの {environment:ProductName} [サンプル ブラウザー]({environment:SamplesUrl}) では、`igFunnelChart` コンポーネントで `igLoader` を使用する方法について特有の例が示されています。
diff --git a/docs/jquery/src/content/ja/topics/controls/iggrid/features/updating/updating-migrating-to-the-new-updating.mdx b/docs/jquery/src/content/ja/topics/controls/iggrid/features/updating/updating-migrating-to-the-new-updating.mdx
index 75f58b41db..ff86e2f520 100644
--- a/docs/jquery/src/content/ja/topics/controls/iggrid/features/updating/updating-migrating-to-the-new-updating.mdx
+++ b/docs/jquery/src/content/ja/topics/controls/iggrid/features/updating/updating-migrating-to-the-new-updating.mdx
@@ -35,6 +35,7 @@ import ApiLink from 'docs-template/components/mdx/ApiLink.astro';
|---|:---:|:---:|
|**サポートされる最も古い jQuery バージョン**|1.4.4|1.9.1|
|**サポートされる最も古い jQuery UI バージョン**|-|1.9.0|
+
###
ダイアログを使用した行の編集の有効化
ダイアログによる編集を可能にする編集モードには、「rowedittemplate」に代わって「dialog」という新しい名前が付けられました。
新しいダイアログでは異なるテンプレートを使用し、複雑なカスタム編集ダイアログの構築を可能にします。このモードの新機能の詳細は、主要トピック: [行編集ダイアログの概要 (igGrid)](/iggrid-updating-roweditdialog) を参照してください。
@@ -83,6 +84,7 @@ import ApiLink from 'docs-template/components/mdx/ApiLink.astro';
|namesColumnWidth*|デフォルト行編集ダイアログで列名を含む列の幅を制御します。|
|showEditorsForHiddenColumns*| エディターが非表示列に描画されるかどうかを制御します。|
|wrapAround|キーボードを使用してナビゲーションする場合に、編集モードがグリッドをラップするかどうかを制御します。|
+
###
イベントの変更点
###
削除されたオプション
diff --git a/docs/jquery/src/content/ja/topics/controls/ighierarchicalgrid/features/row-selectors/rowselectors-events.mdx b/docs/jquery/src/content/ja/topics/controls/ighierarchicalgrid/features/row-selectors/rowselectors-events.mdx
index bdd0349a36..836eb7ce09 100644
--- a/docs/jquery/src/content/ja/topics/controls/ighierarchicalgrid/features/row-selectors/rowselectors-events.mdx
+++ b/docs/jquery/src/content/ja/topics/controls/ighierarchicalgrid/features/row-selectors/rowselectors-events.mdx
@@ -55,24 +55,9 @@ igGridRowSelectors コントロールの各イベントの目的と機能。
|
| igRowSelectors への参照を取得します。 | |
|
| igRowSelectors コントロールが初期化される igGrid への参照を取得します。 | |
-
- </td>
- <td></td>
-</tr>
-
- <tr>
- <td>
</td>
- <td>行セレクター チェックボックスの状態が変更されるときに発生します。ハンドラー関数は、引数 `evt` と `ui` を取得します。`ui` 引数のオプションと各オプションの使用方法は以下のとおりです。 | 引数名 | 使用方法 | | --- | --- | |
| クリックした行セレクターが置かれている行への参照を取得します。 | |
| クリックした行セレクターが置かれている行のインデックスを取得します。 | |
| クリックした行セレクターが置かれている行のキーを取得します。 | |
| 行セレクター セルへの参照を取得します。 | |
| igRowSelectors への参照を取得します。 | |
| igRowSelectors コントロールが初期化される igGrid への参照を取得します。 | |
| チェックボックスの現在の状態 (\*\*on\*\* または \*\*off\*\*) を取得します。 | |
| チェックボックスの変更後の状態 (\*\*on\*\* または \*\*off\*\*) を取得します。 | |
| クリックされているチェックボックスがヘッダーのチェックボックスであるかどうかを確認します。ヘッダーのチェックボックスがクリックされている場合、行に関連した引数は渡されません。 |
</td>
- <td></td>
-</tr>
-
- <tr>
- <td>
</td>
- <td>行セレクターのチェックボックスの状態が変更された後に発生します。ハンドラー関数は、引数 `evt` と `ui` を取得します。`ui` 引数のオプションと各オプションの使用方法は以下のとおりです。 | 引数名 | 使用方法 | | --- | --- | |
| クリックした行セレクターが置かれている行への参照を取得します。 | |
| クリックした行セレクターが置かれている行のインデックスを取得します。 | |
| クリックした行セレクターが置かれている行のキーを取得します。 | |
| 行セレクター セルへの参照を取得します。 | |
| igRowSelectors への参照を取得します。 | |
| igRowSelectors が初期化される igGrid への参照を取得します。 | |
| チェックボックスの現在の状態 (\*\*on\*\* または \*\*off\*\*) を取得します。 | |
| クリックされているチェックボックスがヘッダーのチェックボックスであるかどうかを確認します。ヘッダーのチェックボックスがクリックされている場合、行に関連した引数は渡されません。 |
</td>
- <td></td>
-</tr>
- </tbody>
-</table>
+
|
| 行セレクター チェックボックスの状態が変更されるときに発生します。ハンドラー関数は、引数 `evt` と `ui` を取得します。`ui` 引数のオプションと各オプションの使用方法は以下のとおりです。 | 引数名 | 使用方法 | | --- | --- | |
| クリックした行セレクターが置かれている行への参照を取得します。 | |
| クリックした行セレクターが置かれている行のインデックスを取得します。 | |
| クリックした行セレクターが置かれている行のキーを取得します。 | |
| 行セレクター セルへの参照を取得します。 | |
| igRowSelectors への参照を取得します。 | |
| igRowSelectors コントロールが初期化される igGrid への参照を取得します。 | |
| チェックボックスの現在の状態 (\*\*on\*\* または \*\*off\*\*) を取得します。 | |
| チェックボックスの変更後の状態 (\*\*on\*\* または \*\*off\*\*) を取得します。 | |
| クリックされているチェックボックスがヘッダーのチェックボックスであるかどうかを確認します。ヘッダーのチェックボックスがクリックされている場合、行に関連した引数は渡されません。 |
|  |
+|
| 行セレクターのチェックボックスの状態が変更された後に発生します。ハンドラー関数は、引数 `evt` と `ui` を取得します。`ui` 引数のオプションと各オプションの使用方法は以下のとおりです。 | 引数名 | 使用方法 | | --- | --- | |
| クリックした行セレクターが置かれている行への参照を取得します。 | |
| クリックした行セレクターが置かれている行のインデックスを取得します。 | |
| クリックした行セレクターが置かれている行のキーを取得します。 | |
| 行セレクター セルへの参照を取得します。 | |
| igRowSelectors への参照を取得します。 | |
| igRowSelectors が初期化される igGrid への参照を取得します。 | |
| チェックボックスの現在の状態 (\*\*on\*\* または \*\*off\*\*) を取得します。 | |
| クリックされているチェックボックスがヘッダーのチェックボックスであるかどうかを確認します。ヘッダーのチェックボックスがクリックされている場合、行に関連した引数は渡されません。 |
|  |
+
## コード例
diff --git a/docs/jquery/src/content/ja/topics/controls/iglineargauge/adding/adding-to-an-html-page.mdx b/docs/jquery/src/content/ja/topics/controls/iglineargauge/adding/adding-to-an-html-page.mdx
index 1fa576fc23..0fb7878e37 100644
--- a/docs/jquery/src/content/ja/topics/controls/iglineargauge/adding/adding-to-an-html-page.mdx
+++ b/docs/jquery/src/content/ja/topics/controls/iglineargauge/adding/adding-to-an-html-page.mdx
@@ -66,12 +66,6 @@ import ApiLink from 'docs-template/components/mdx/ApiLink.astro';
| `infragistics.dv_interactivity.js` | パンニング、ズーム、ドラッグなどのユーザー インタラクションのサポートを提供します。 | |
| `infragistics.lineargauge.js` | igLinearGauge コントロール | |
| `infragistics.ui.lineargauge.js` | igLinearGauge ウィジェット | |
-
- </td>
- <td>以下のいずれかを追加します。
- igLoader への参照
- すべての必要な JavaScript ファイルへの参照 (左側の表に一覧表示)
- 結合ファイルへの参照および任意でエンコーディングを含むファイルへの参照
</td>
-</tr>
- </tbody>
-</table>
diff --git a/docs/jquery/src/content/ja/topics/controls/igmap/overview-igmap.mdx b/docs/jquery/src/content/ja/topics/controls/igmap/overview-igmap.mdx
index 950151bd67..a815e896de 100644
--- a/docs/jquery/src/content/ja/topics/controls/igmap/overview-igmap.mdx
+++ b/docs/jquery/src/content/ja/topics/controls/igmap/overview-igmap.mdx
@@ -63,7 +63,7 @@ import ApiLink from 'docs-template/components/mdx/ApiLink.astro';
`igMap` コントロールは、HTML5 Web アプリケーションおよびサイトで、カスタム オーバーレイを使ったマップの描画を容易にすることを目的としています。これは、HTML5 の **Canvas** タグを使って実際のマップを描画し、マップ上でデータを視覚化します。
-{/* image not found: Overview_%28igMap%29_1.png */}
+

`igMap` コントロールによって描画されたマップは、マップ プロバイダーが提供する背景コンテンツ(実際の地理マップ)(Bing® Maps、または OpenStreetMap マップなど)、およびユーザーに表示する実際のカスタム データを表すオーバーレイで構成されます。マップ上で描画できるいくつかのタイプのオーバーレイがあり、これらは「マップ シリーズ」または「マップ タイプ」と呼ばれます([サポートされるマップ タイプ](#supported-map-types)を参照)。
@@ -109,13 +109,12 @@ import ApiLink from 'docs-template/components/mdx/ApiLink.astro';
以下の表は、`igMap` コントロールの要件をまとめています。
-| JS リソース | 説明 |
-| --- | --- |
| 要件 | 説明 |
+| --- | --- |
| HTML5 キャンバス API | igMap コントロールの機能は、HTML5 Canvas タグとそれに関連する API に基づきます。これらをサポートする Web ブラウザであれば、コントロールが生成するマップを描画および表示できます。igMap コントロールの操作にはその他の HTML5 機能は必要ありません。[Wikipedia™](http://en.wikipedia.org/wiki/Main_Page) の[キャンバス 要素: サポート](http://en.wikipedia.org/wiki/Canvas_element#Support)のトピックには、HTML5 キャンバス API をサポートしている、最も一般的なデスクトップとモバイル Web ブラウザのバージョンがが詳述されています。 |
| jQuery および jQuery UI JavaScript リソース | environment:ProductName は、これらのフレームワークの最上位にビルドされます。 jQuery jQuery UI フレームワークは、igMap コントロールを使用する Web ページによって参照される必要があります。 |
| Modernizr (オプション) | Modernizr ライブラリは、ブラウザおよびデバイス機能を検出するために igMap で使用されます。これは必須ではなく、含まれていない場合、コントロールは HTML5 をサポートするブラウザーが動作する通常のデスクトップ環境であるように動作します。 Modernizr |
-| JavaScript リソース | igMap コントロールの機能は、environment:ProductName ライブラリからの一部のユーティリティとデータ視覚化コアを使用します。 JS リソース |
+| JavaScript リソース | igMap コントロールの機能は、environment:ProductName ライブラリからの一部のユーティリティとデータ視覚化コアを使用します。 |
| `infragistics.util.js`, `infragistics.util.jquery.js` | environment:ProductName ユーティリティ |
| `infragistics.datasource.js` | igDataSource コントロール |
| `infragistics.ui.widget.js` | すべての environment:ProductName ウィジェットの基本 igWidget。 |
@@ -125,16 +124,6 @@ import ApiLink from 'docs-template/components/mdx/ApiLink.astro';
| `infragistics.datachart_core.js`, `infragistics.datachart_scatter.js` | チャート シリーズ機能 |
| `infragistics.geographicmap_core.js` | コア マップ視覚化機能 |
| `infragistics.ui.map.js` | マップ ウィジェット |
-
- </td>
-</tr>
-
- <tr>
- <td>CSS リソース</td>
- <td>CSS リソースは、IG テーマおよびマップ構造 CSS で構成されます。 IG テーマには、{environment:ProductName} ライブラリ用に作成されたカスタム ビジュアル スタイルが含まれます。これは次のファイルに含まれます。`{IG CSS root}/themes/Infragistics/infragistics.theme.css` マップ構造 CSS リソースは、マップ コントロールのさまざまな要素を描画するために使用されます。`{IG CSS root}/structure/modules/infragistics.ui.map.css`</td>
-</tr>
- </tbody>
-</table>
@@ -176,7 +165,7 @@ import ApiLink from 'docs-template/components/mdx/ApiLink.astro';
OpenStreetMap|Bing Maps
---|---
-{/* image not found: Overview_%28igMap%29_7.png */}|{/* image not found: Overview_%28igMap%29_8.png */}
+

|

@@ -192,7 +181,7 @@ OpenStreetMap|Bing Maps
初期のビュー|ズームイン ビュー
---|---
-{/* image not found: Overview_%28igMap%29_2.png */}|{/* image not found: Overview_%28igMap%29_11.png */}
+

|

@@ -208,7 +197,7 @@ OpenStreetMap|Bing Maps
初期のビュー|East にパン
---|---
-{/* image not found: Overview_%28igMap%29_12.png */}|{/* image not found: Overview_%28igMap%29_13.png */}
+

|

@@ -222,7 +211,7 @@ OpenStreetMap|Bing Maps
以下の画像は、シリーズのポイント上でツールチップが有効になった、地理シンボル シリーズ マップを示しています。
-{/* image not found: Overview_%28igMap%29_14.png */}
+

### 関連トピック:
@@ -234,13 +223,13 @@ OpenStreetMap|Bing Maps
以下の画像は、いくつかのポイントが四角形のマーカーによって示されたマップ領域を示しています。
-{/* image not found: Overview_%28igMap%29_15.png */}
+

内蔵マーカーの形状と動作が十分でない場合は、マーカーがマップ上で描画されるときに常にカスタム マーカーの drawing 関数が呼び出されるように構成することができます。あらゆるカスタム マーカー関数は、キャンバス コンテキスト オブジェクト、マーカー領域の位置とサイズ、およびマーカーにバインドされたデータ項目と共にオブジェクトを受け取ります。また、マーカーのカスタム サイズを計算して返すために、別の関数を提供することもできます。マーカーの drawing 関数は、HTML5 キャンバス API 全体を使用して、クライアント アプリケーションまたは Web ページの要件に合ったものを何でも描画することができます。
以下の画像は、データ ポイントに関する詳細情報を表示するカスタム マーカーと共にマップを示しています。
-{/* image not found: Overview_%28igMap%29_16.png */}
+

### 関連トピック:
@@ -256,7 +245,7 @@ OpenStreetMap|Bing Maps
以下の画像は、いくつかのカスタム色が適用された地理図形シリーズのマップを示しています。
-{/* image not found: Overview_%28igMap%29_17.png */}
+

- **地理散布エリア シリーズ および 地理等高線シリーズ**
@@ -264,7 +253,7 @@ OpenStreetMap|Bing Maps
以下の画像は、カスタム マップと共に、地理散布エリア マップを示しています。
-{/* image not found: Overview_%28igMap%29_18.png */}
+

- **地理図形シリーズ**
@@ -272,7 +261,7 @@ OpenStreetMap|Bing Maps
以下の図は、人口によって国を異なる色で表した世界地図を示しています。
-{/* image not found: Overview_%28igMap%29_19.png */}
+

### 関連トピック:
diff --git a/docs/jquery/src/content/ja/topics/controls/igmap/styling-igmap.mdx b/docs/jquery/src/content/ja/topics/controls/igmap/styling-igmap.mdx
index 741286b701..42c14bd6fc 100644
--- a/docs/jquery/src/content/ja/topics/controls/igmap/styling-igmap.mdx
+++ b/docs/jquery/src/content/ja/topics/controls/igmap/styling-igmap.mdx
@@ -105,13 +105,13 @@ import ApiLink from 'docs-template/components/mdx/ApiLink.astro';
| IG |
- _1.png) |
+  |
パス: {IG CSS root}/themes/infragistics/ ファイル: infragistics.theme.css このテーマは、すべての {environment:ProductName} コントロールの一般的なビジュアル機能を定義します。IG テーマの使用方法の詳細については、「{environment:ProductName} のスタイル設定とテーマ設定」トピックをご覧ください。 |
| Metro |
- _2.png) |
+  |
パス: {IG CSS root}/themes/metro/ ファイル: infragistics.theme.css このテーマは、新しい Windows® 8 Metro ユーザー インターフェイスとタッチ対応デバイスに関するビジュアル機能を定義します。OPD パネルの角ばったコーナーと多少異なるカラーが特長です。 |
@@ -208,7 +208,7 @@ import ApiLink from 'docs-template/components/mdx/ApiLink.astro';
デフォルト マーカー|カスタム マーカー
---|---
-{/* image not found: Styling_with_Themes_%28igMap%29_3.png */}|{/* image not found: Styling_with_Themes_%28igMap%29_4.png */}
+

|

@@ -280,7 +280,7 @@ $("#map").igMap({
デフォルト カラー|カスタム カラー
---|---
-{/* image not found: Styling_with_Themes_%28igMap%29_5.png */}|{/* image not found: Styling_with_Themes_%28igMap%29_6.png */}
+

|

@@ -353,7 +353,7 @@ $("#map").igMap({
以下の図は、例のカラー スケールを設定したマップがどのように見えるかを示しています。
-{/* image not found: Styling_with_Themes_%28igMap%29_7.png */}
+

### コード
@@ -429,7 +429,7 @@ ASP.NET MVC による以下のコードでは、`igMap` コントロールの MV
以下の図は、例の塗りつぶしスケールを設定したマップがどのように見えるかを示しています。
-{/* image not found: Styling_with_Themes_%28igMap%29_8.png */}
+

### コード
@@ -503,7 +503,7 @@ ASP.NET MVC による以下のコードでは、`igMap` コントロールの MV
以下の図は、人口の規模に基づいて国が色別に描画された世界地図を示しています。
-{/* image not found: Styling_with_Themes_%28igMap%29_9.png */}
+

### コード
diff --git a/docs/jquery/src/content/ja/topics/controls/igpiechart/overview.mdx b/docs/jquery/src/content/ja/topics/controls/igpiechart/overview.mdx
index c6201691ca..2fa9c7c16e 100644
--- a/docs/jquery/src/content/ja/topics/controls/igpiechart/overview.mdx
+++ b/docs/jquery/src/content/ja/topics/controls/igpiechart/overview.mdx
@@ -72,7 +72,7 @@ igPieChart コントロールは jQuery UI ウィジェットであるため、j
| HTML5 キャンバス API | チャート用ライブラリの機能は、HTML5 Canvas タグとそれに関する API に基づきます。それらをサポートするウェブ ブラウザであれば、igPieChart コントロールが生成するチャートの描画と表示ができます。igPieChart コントロールの操作にはその他の HTML5 機能は必要ありません。[Wikipedia™](http://en.wikipedia.org/wiki/Main_Page) の[キャンバス 要素: サポート](http://en.wikipedia.org/wiki/Canvas_element#Support)のトピックには、HTML5 キャンバス API をサポートしている、最も一般的なデスクトップとモバイル Web ブラウザのバージョンがが詳述されています。 |
| jQuery および jQuery UI JavaScript リソース | environment:ProductName は、これらのフレームワークの最上位にビルドされます。 [jQuery](http://docs.jquery.com/Main_Page) [jQuery UI](http://jqueryui.com/) |
| Modernizr | Modernizr ライブラリは、ブラウザおよびデバイス機能を検出するために igPieChart で使用されます。これは必須ではなく、含まれていない場合、コントロールは HTML5 をサポートするブラウザーが動作する通常のデスクトップ環境であるように動作します。 [Modernizr](http://modernizr.com/docs/) |
-| JavaScript リソースのチャート表示 | environment:ProductName ライブラリのチャート表示機能は、シリーズ タイプに応じて複数のファイルに渡って配布されます。また、HTML または MVC ビューにリンクされる必要のある別個の円グラフ JavaScript もあります。 手動でリソースを含めたい場合には、次の表に示された依存関係を使用する必要があります。 JS リソース |
+| JavaScript リソースのチャート表示 | environment:ProductName ライブラリのチャート表示機能は、シリーズ タイプに応じて複数のファイルに渡って配布されます。また、HTML または MVC ビューにリンクされる必要のある別個の円グラフ JavaScript もあります。 手動でリソースを含めたい場合には、次の表に示された依存関係を使用する必要があります。 |
| `infragistics.util.js`, `infragistics.util.jquery.js` | environment:ProductName ユーティリティ |
| `infragistics.datasource.js` | igDataSource™ コントロール |
| `infragistics.ui.widget.js` | すべての environment:ProductName ウィジェットの基本 igWidget。 |
@@ -81,21 +81,9 @@ igPieChart コントロールは jQuery UI ウィジェットであるため、j
| `infragistics.dv_interactivity.js` | パンニング、ズーム、ドラッグなどのユーザー インタラクションのサポートを提供します。 |
| `infragistics.ui.chart.js` | チャート基盤機能 |
| `infragistics.piechart.js` | igPieChart コントロール |
-
- </td>
-</tr>
-
- <tr>
- <td>IG テーマ</td>
- <td>このテーマには、{environment:ProductName} ライブラリ向けに作成されたカスタム ビジュアル スタイルが含まれます。これは次のファイルに含まれます。 `{IG CSS root}/themes/Infragistics/infragistics.theme.css`</td>
-</tr>
-
- <tr>
- <td>チャート構造</td>
- <td>この CSS リソースは、コントロールのさまざまな要素を描画するためにチャート コンポーネントによって使用されます。 `{IG CSS root}/structure/modules/infragistics.ui.chart.css`</td>
-</tr>
- </tbody>
-</table>
+| IG テーマ | | |
+| チャート構造 | この CSS リソースは、コントロールのさまざまな要素を描画するためにチャート コンポーネントによって使用されます。 `{IG CSS root}/structure/modules/infragistics.ui.chart.css` | |
+
diff --git a/docs/jquery/src/content/ja/topics/controls/igpivotdataselector/adding/adding-to-html-page.mdx b/docs/jquery/src/content/ja/topics/controls/igpivotdataselector/adding/adding-to-html-page.mdx
index dfbd51c79f..55541505c4 100644
--- a/docs/jquery/src/content/ja/topics/controls/igpivotdataselector/adding/adding-to-html-page.mdx
+++ b/docs/jquery/src/content/ja/topics/controls/igpivotdataselector/adding/adding-to-html-page.mdx
@@ -72,24 +72,9 @@ import ApiLink from 'docs-template/components/mdx/ApiLink.astro';
| `infragistics.ui.tree.js` | `igTree`™ コントロール | |
| `infragistics.ui.pivot.shared.js` | ピボット コンポーネント用の environment:ProductName 共有コード | |
| `infragistics.ui.pivotdataselector.js` | `igPivotDataSelector`™ コントロール | |
-
- </td>
- <td>以下のいずれかを追加します。
- `igLoader` への参照
- すべての必要な JavaScript ファイルへの参照 (左側の表に一覧表示)
</td>
-</tr>
-
- <tr>
- <td>IG テーマ (オプション)</td>
- <td>このテーマには、{environment:ProductName} ライブラリ用のビジュアル スタイルが含まれます。テーマ ファイル:
- `/themes/Infragistics/infragistics.theme.css`
</td>
- <td></td>
-</tr>
-
- <tr>
- <td>`igPivotDataSelector` CSS リソース ファイル</td>
- <td>以下の CSS ファイルからのスタイルは、コントロールの各種要素のレンダリングに使用されます。
- `/structure/modules/infragistics.ui.shared.css`
- `/structure/modules/infragistics.ui.combo.css`
- `/structure/modules/infragistics.ui.tree.css`
- `/structure/modules/infragistics.ui.pivot.css`
</td>
- <td>ページのファイルにスタイル参照を追加します。</td>
-</tr>
- </tbody>
-</table>
+| IG テーマ (オプション) | このテーマには、{environment:ProductName} ライブラリ用のビジュアル スタイルが含まれます。テーマ ファイル: `<IG CSS root>/themes/Infragistics/infragistics.theme.css` | |
+| `igPivotDataSelector` CSS リソース ファイル | 以下の CSS ファイルからのスタイルは、コントロールの各種要素のレンダリングに使用されます。 `<IG CSS root>/structure/modules/infragistics.ui.shared.css`. `<IG CSS root>/structure/modules/infragistics.ui.combo.css`. `<IG CSS root>/structure/modules/infragistics.ui.tree.css`. `<IG CSS root>/structure/modules/infragistics.ui.pivot.css` | ページのファイルにスタイル参照を追加します。 |
+
diff --git a/docs/jquery/src/content/ja/topics/controls/igpivotgrid/accessibility-compliance.mdx b/docs/jquery/src/content/ja/topics/controls/igpivotgrid/accessibility-compliance.mdx
index ea3e07c3bb..1098ccf8ff 100644
--- a/docs/jquery/src/content/ja/topics/controls/igpivotgrid/accessibility-compliance.mdx
+++ b/docs/jquery/src/content/ja/topics/controls/igpivotgrid/accessibility-compliance.mdx
@@ -43,12 +43,7 @@ import ApiLink from 'docs-template/components/mdx/ApiLink.astro';
(d)\*|関連付けられたスタイル シートがなくても読めるようにドキュメントを構成するものとします。|コントロールのマークアップは、クライアント側コントロールであり CSS のルールに依存するため関連づけられるスタイル シートなしでは読み取ることはできません。
(g)|行と列のヘッダーはデータ テーブルで識別しなければなりません。|-
(h)|マークアップは、行または列のヘッダーの 2 つ以上の論理レベルを有するデータ テーブル用にデータ セルとヘッダー セルを関連づけるために使用します。|-
-(n)|オンラインですべての項目に記入するように電子的フォームが設計されている場合には、そのフォームによって、補助技術を使用するユーザーは、すべての指示と手掛かりを含めた、フォームの完成と提出に必要な情報、フィールド要素、および機能にアクセスすることができます。|
機能は、データ セル用のキーボード ナビゲーションを機能させるために igPivotGrid で有効にしなければなりません。セル間のナビゲーションにキーボードを使用するには、セルはマウスで最初に選択しなければなりません。- キーボード選択- 左方向キー - 現在選択されているセルの左に隣接するセルを選択します。
-- 右方向キー - 現在選択されているセルの右に隣接するセルを選択します。
-- 上方向キー - 現在選択されているセル/行の一番上に隣接するセル/行を選択します。
-- 下方向キー - 現在選択されているセル/行の一番下に隣接するセル/行を選択します。
-- Shift+Up/Down キー - 現在の選択の一番上に隣接するセル/行の選択が含まれます。
-- Ctrl+ Up/Down キー - 現在アクティブな行/セルから次の隣接する行/セルへ上/下方向にフォーカスを移動します。</il>
+(n)|オンラインですべての項目に記入するように電子的フォームが設計されている場合には、そのフォームによって、補助技術を使用するユーザーは、すべての指示と手掛かりを含めた、フォームの完成と提出に必要な情報、フィールド要素、および機能にアクセスすることができます。|
機能は、データ セル用のキーボード ナビゲーションを機能させるために igPivotGrid で有効にしなければなりません。セル間のナビゲーションにキーボードを使用するには、セルはマウスで最初に選択しなければなりません。- キーボード選択- 左方向キー - 現在選択されているセルの左に隣接するセルを選択します。- 右方向キー - 現在選択されているセルの右に隣接するセルを選択します。- 上方向キー - 現在選択されているセル/行の一番上に隣接するセル/行を選択します。- 下方向キー - 現在選択されているセル/行の一番下に隣接するセル/行を選択します。- Shift+Up/Down キー - 現在の選択の一番上に隣接するセル/行の選択が含まれます。- Ctrl+ Up/Down キー - 現在アクティブな行/セルから次の隣接する行/セルへ上/下方向にフォーカスを移動します。</il>
\* - コントロールの制限
diff --git a/docs/jquery/src/content/ja/topics/controls/igpivotgrid/adding/adding-to-an-html-page.mdx b/docs/jquery/src/content/ja/topics/controls/igpivotgrid/adding/adding-to-an-html-page.mdx
index 6a1433f852..477fa86e62 100644
--- a/docs/jquery/src/content/ja/topics/controls/igpivotgrid/adding/adding-to-an-html-page.mdx
+++ b/docs/jquery/src/content/ja/topics/controls/igpivotgrid/adding/adding-to-an-html-page.mdx
@@ -70,24 +70,9 @@ import ApiLink from 'docs-template/components/mdx/ApiLink.astro';
| `infragistics.ui.grid.multicolumnheaders.js` | `igGrid` コントロール用のマルチ列ヘッダー機能 | |
| `infragistics.ui.pivot.shared.js` | ピボット コンポーネント用の environment:ProductName 共有コード | |
| `infragistics.ui.pivotgrid.js` | `igPivotGrid` コントロール | |
-
- </td>
- <td>以下のいずれかを追加します。
- カスタム JavaScript ファイルへの参照
- `igLoader` への参照
- すべての必要な JavaScript ファイルへの参照 (左側の表に一覧表示)
</td>
-</tr>
-
- <tr>
- <td>IG テーマ (オプション)</td>
- <td>このテーマには、{environment:ProductName} ライブラリ用のビジュアル スタイルが含まれます。テーマ ファイル:
- `/themes/Infragistics/infragistics.theme.css`
</td>
- <td></td>
-</tr>
-
- <tr>
- <td>`igPivotGrid` CSS resources file</td>
- <td>以下の CSS ファイルからのスタイルは、コントロールの各種要素のレンダリングに使用されます。
- `/structure/modules/infragistics.ui.shared.css`
- `/structure/modules/infragistics.ui.grid.css`
- `/structure/modules/infragistics.ui.pivot.css`
</td>
- <td>ページのファイルにスタイル参照を追加します。</td>
-</tr>
- </tbody>
-</table>
+| IG テーマ (オプション) | このテーマには、{environment:ProductName} ライブラリ用のビジュアル スタイルが含まれます。テーマ ファイル: `<IG CSS root>/themes/Infragistics/infragistics.theme.css` | |
+| `igPivotGrid` CSS resources file | 以下の CSS ファイルからのスタイルは、コントロールの各種要素のレンダリングに使用されます。 `<IG CSS root>/structure/modules/infragistics.ui.shared.css`. `<IG CSS root>/structure/modules/infragistics.ui.grid.css`. `<IG CSS root>/structure/modules/infragistics.ui.pivot.css` | ページのファイルにスタイル参照を追加します。 |
+
diff --git a/docs/jquery/src/content/ja/topics/controls/igpivotview/adding/adding-to-html-page.mdx b/docs/jquery/src/content/ja/topics/controls/igpivotview/adding/adding-to-html-page.mdx
index b3cf4e1fd9..899f55e0fc 100644
--- a/docs/jquery/src/content/ja/topics/controls/igpivotview/adding/adding-to-html-page.mdx
+++ b/docs/jquery/src/content/ja/topics/controls/igpivotview/adding/adding-to-html-page.mdx
@@ -78,24 +78,9 @@ import ApiLink from 'docs-template/components/mdx/ApiLink.astro';
| `infragistics.ui.pivotgrid.js` | `igPivotGrid` コントロール | |
| `infragistics.ui.pivotdataselector.js` | `igPivotDataSelector`™ コントロール | |
| `infragistics.ui.pivotview.js` | `igPivotView`™ コントロール | |
-
- </td>
- <td>以下のいずれかを追加します。
- カスタム JavaScript ファイルへの参照
- `igLoader` への参照
- すべての必要な JavaScript ファイルへの参照 (左側の表に一覧表示)
</td>
-</tr>
-
- <tr>
- <td>IG テーマ (オプション)</td>
- <td>このテーマには、{environment:ProductName} ライブラリ用のビジュアル スタイルが含まれます。テーマ ファイル:
- `/themes/Infragistics/infragistics.theme.css`
</td>
- <td></td>
-</tr>
-
- <tr>
- <td>igPivotView CSS リソース ファイル</td>
- <td>以下の CSS ファイルからのスタイルは、コントロールの各種要素のレンダリングに使用されます。
- `/structure/modules/infragistics.ui.shared.css`
- `/structure/modules/infragistics.ui.combo.css`
- `/structure/modules/infragistics.ui.splitter.css`
- `/structure/modules/infragistics.ui.tree.css`
- `/structure/modules/infragistics.ui.grid.css`
- `/structure/modules/infragistics.ui.pivot.css`
</td>
- <td>ページのファイルにスタイル参照を追加します。</td>
-</tr>
- </tbody>
-</table>
+| IG テーマ (オプション) | このテーマには、{environment:ProductName} ライブラリ用のビジュアル スタイルが含まれます。テーマ ファイル: `<IG CSS root>/themes/Infragistics/infragistics.theme.css` | |
+| igPivotView CSS リソース ファイル | 以下の CSS ファイルからのスタイルは、コントロールの各種要素のレンダリングに使用されます。 `<IG CSS root>/structure/modules/infragistics.ui.shared.css`. `<IG CSS root>/structure/modules/infragistics.ui.combo.css`. `<IG CSS root>/structure/modules/infragistics.ui.splitter.css`. `<IG CSS root>/structure/modules/infragistics.ui.tree.css`. `<IG CSS root>/structure/modules/infragistics.ui.grid.css`. `<IG CSS root>/structure/modules/infragistics.ui.pivot.css` | ページのファイルにスタイル参照を追加します。 |
+
diff --git a/docs/jquery/src/content/ja/topics/controls/igpopover/adding-igpopover.mdx b/docs/jquery/src/content/ja/topics/controls/igpopover/adding-igpopover.mdx
index 5bd0c5bdf2..304c1d77ed 100644
--- a/docs/jquery/src/content/ja/topics/controls/igpopover/adding-igpopover.mdx
+++ b/docs/jquery/src/content/ja/topics/controls/igpopover/adding-igpopover.mdx
@@ -55,27 +55,11 @@ slug: adding-igpopover
| 要件 / 必要なリソース | 説明 | 必要な作業 |
| --- | --- | --- |
| jQuery および jQuery UI JavaScript リソース | environment:ProductName™ は、これらのフレームワークの最上位にビルドされます。 [**jQuery**](http://jquery.com/) [**jQuery UI**](https://jqueryui.com/) | ページの <head> セクションで両方のライブラリにスクリプト参照を追加します。 |
-| igPopover JavaScript リソース | environment:ProductName ライブラリの igPopover の機能性は、複数のファイル間に配布されます。必要なリソースは以下の方法で読み込むことができます。 (推奨) [Infragistics® Loader](/using-infragistics-loader) (igLoader™)を使用します。ページ上に igLoader へのスクリプト参照を含めるのみです。 必要なリソースを手動で読み込みます。以下の表にリストされる依存関係を使用する必要があります。 以下の表は、igPopover コントロール関連の environment:ProductName ライブラリの依存関係を示します。これらのリソースは、リソースを手動で取り込むことを選択する場合は明示的に参照される必要があります (igLoader は使用しない)。 JS リソース | 説明 |
+| igPopover JavaScript リソース | environment:ProductName ライブラリの igPopover の機能性は、複数のファイル間に配布されます。必要なリソースは以下の方法で読み込むことができます。 (推奨) [Infragistics® Loader](/using-infragistics-loader) (igLoader™)を使用します。ページ上に igLoader へのスクリプト参照を含めるのみです。 必要なリソースを手動で読み込みます。以下の表にリストされる依存関係を使用する必要があります。 以下の表は、igPopover コントロール関連の environment:ProductName ライブラリの依存関係を示します。これらのリソースは、リソースを手動で取り込むことを選択する場合は明示的に参照される必要があります (igLoader は使用しない)。 |
| infragistics.ui.popover.js | igPopover コントロール | |
+| IG テーマ (オプション) | このテーマには、{environment:ProductName} ライブラリ用のビジュアル スタイルが含まれます。テーマ ファイル: {IG CSS root}/themes/Infragistics/infragistics.theme.css | |
+| igPopover の構造 | ページのファイルにスタイル参照を追加します。 | |
-
- </td>
- <td height="300">以下のいずれかを追加します。
- igLoader への参照
- すべての必要な JavaScript ファイルへの参照 (左側の表に一覧表示)
</td>
-</tr>
-
- <tr>
- <td>IG テーマ (オプション)</td>
- <td width="417">このテーマには、{environment:ProductName} ライブラリ用のビジュアル スタイルが含まれます。テーマ ファイル: {IG CSS root}/themes/Infragistics/infragistics.theme.css</td>
- <td></td>
-</tr>
-
- <tr>
- <td>igPopover の構造</td>
- <td width="417">以下の CSS ファイルからのスタイルは、コントロールの各種要素のレンダリングに使用されます。 {IG CSS root}/structure/modules/infragistics.ui.popover.css</td>
- <td>ページのファイルにスタイル参照を追加します。</td>
-</tr>
- </tbody>
-</table>
diff --git a/docs/jquery/src/content/ja/topics/controls/igqrcodebarcode/adding/adding-to-an-html-page.mdx b/docs/jquery/src/content/ja/topics/controls/igqrcodebarcode/adding/adding-to-an-html-page.mdx
index 108032ac5c..7573fc178f 100644
--- a/docs/jquery/src/content/ja/topics/controls/igqrcodebarcode/adding/adding-to-an-html-page.mdx
+++ b/docs/jquery/src/content/ja/topics/controls/igqrcodebarcode/adding/adding-to-an-html-page.mdx
@@ -59,11 +59,6 @@ slug: igqrcodebarcode-adding-to-an-html-page
| `infragistics.ui.qrcodebarcode.js` | `igQRCodeBarcode` ウィジェット | |
- </td>
- <td>以下のいずれかを追加します。
- `igLoader` への参照
- すべての必要な JavaScript ファイルへの参照 (左側の表に一覧表示)
- 結合ファイルへの参照および任意でエンコーディングを含むファイルへの参照
</td>
-</tr>
- </tbody>
-</table>
diff --git a/docs/jquery/src/content/ja/topics/controls/igradialgauge/configuring/configuring-the-scales.mdx b/docs/jquery/src/content/ja/topics/controls/igradialgauge/configuring/configuring-the-scales.mdx
index 4bc90f9881..52141dec0b 100644
--- a/docs/jquery/src/content/ja/topics/controls/igradialgauge/configuring/configuring-the-scales.mdx
+++ b/docs/jquery/src/content/ja/topics/controls/igradialgauge/configuring/configuring-the-scales.mdx
@@ -66,14 +66,10 @@ slug: igradialgauge-configuring-the-scales
| fitted | 外部アークと内部アークの角度を大きくします。ただし、`scaleOversweep` プロパティが 0 に設定された場合、スケール図形の接続線を平衡に保持するように内部アークの角度をより大きくします。 | |
| auto | プロパティのデフォルト設定が Auto の場合は背景図形が自動的に決定され、それに応じて `scaleOversweep` プロパティを設定します。 | |
-
-
- このプロパティを Circular に設定し、`backingShape` プロパティの値を Fitted に設定した場合、スケールと背景図形のアークとの間に目視できるギャップが表示されます。
- スケールをゲージの背景領域と正しく揃えるには、`scaleOversweep` プロパティと `backingShape` プロパティを同じ値に設定する必要があります。
- </td>
-</tr>
- </tbody>
-</table>
+
+このプロパティを Circular に設定し、`backingShape` プロパティの値を Fitted に設定した場合、スケールと背景図形のアークとの間に目視できるギャップが表示されます。
+スケールをゲージの背景領域と正しく揃えるには、`scaleOversweep` プロパティと `backingShape` プロパティを同じ値に設定する必要があります。
+
##
スケールの構成
diff --git a/docs/jquery/src/content/ja/topics/controls/igradialmenu/adding/adding-html-page.mdx b/docs/jquery/src/content/ja/topics/controls/igradialmenu/adding/adding-html-page.mdx
index d1baa6f5c7..6f4ed12afe 100644
--- a/docs/jquery/src/content/ja/topics/controls/igradialmenu/adding/adding-html-page.mdx
+++ b/docs/jquery/src/content/ja/topics/controls/igradialmenu/adding/adding-html-page.mdx
@@ -53,11 +53,6 @@ import ApiLink from 'docs-template/components/mdx/ApiLink.astro';
| `infragistics.ui.radialmenu.js` | `igRadialMenu` ウィジェット | |
- </td>
- <td>以下のいずれかを追加します。
- `igLoader` への参照
- すべての必要な JavaScript ファイルへの参照 (左側の表に一覧表示)
- 結合ファイルへの参照および任意でエンコーディングを含むファイルへの参照
</td>
-</tr>
- </tbody>
-</table>
### 手順
diff --git a/docs/jquery/src/content/ja/topics/controls/igsparkline/adding/adding-igsparkline-to-an-html-document.mdx b/docs/jquery/src/content/ja/topics/controls/igsparkline/adding/adding-igsparkline-to-an-html-document.mdx
index 804c1a42a5..e778d6156a 100644
--- a/docs/jquery/src/content/ja/topics/controls/igsparkline/adding/adding-igsparkline-to-an-html-document.mdx
+++ b/docs/jquery/src/content/ja/topics/controls/igsparkline/adding/adding-igsparkline-to-an-html-document.mdx
@@ -78,30 +78,10 @@ import ApiLink from 'docs-template/components/mdx/ApiLink.astro';
| `css/structure/modules/infragistics.ui.html5.css` | HTML5 のブラウザー サポートに関連する CSS | |
| `css/structure/modules/infragistics.ui.sparkline.css` | `igSparkline` ウィジェットに特有の CSS スタイル | |
-
- </td>
- <td>ページのファイルに `style` 参照を追加します。</td>
-</tr>
-
- <tr>
- <td>Modernizr ライブラリ (オプション)</td>
- <td>Modernizr ライブラリは、ブラウザーとデバイス機能を検出するために igSparkline で使用されます。これは強制ではありませんが、含まれないとコントロールは HTML 互換ブラウザーで標準のデスクトップ環境であるかのように振る舞います。
- [Modernizr](http://modernizr.com/)
</td>
- <td>ページの `` セクションでライブラリにスクリプト参照を追加します。</td>
-</tr>
-
- <tr>
- <td>jQuery および jQuery UI JavaScript リソース</td>
- <td>{environment:ProductName} は、以下のフレームワークの最上部にビルドされます。
- [jQuery](http://jquery.com/)
- [jQuery UI](http://jqueryui.com/)
</td>
- <td>ページの `` セクションで両方のライブラリにスクリプト参照を追加します。</td>
-</tr>
-
- <tr>
- <td>全般的な `igSparkline` JavaScript リソース</td>
- <td>{environment:ProductName} ライブラリの igSparkline 機能は、複数のファイルに渡って配布されます。必要なリソースは以下の方法で読み込むことができます。
- `infragistics.core.js` と `infragistics.dv.js` の結合したファイルを使用して必要な JavaScript 依存関係を素早く参照します。
- Infragistics® Loader (`igLoader`™) を使用します。必要なのは `igLoader` へのスクリプト参照をページに含めるか、 `igSparkline` をパラメータとして指定するのみです。igLoader は必要な個々の JavaScript ファイルと CSS ファイルを取り込みます。
- 必要なリソースを手動で読み込みます。以下の表にリストされる依存関係を使用する必要があります。
以下の表は、igSparkline コントロール関連の {environment:ProductName} ライブラリの依存関係をリストします。これらのリソースは、リソースを手動で取り込むことを選択する場合は明示的に参照される必要があります (`igLoader` は使用しない)。 | JS リソース | 説明 | | --- | --- | | `js/modules/infragistics.util.js`, `js/modules/infragistics.util.jquery.js` | environment:ProductName ユーティリティ | | `js/modules/infragistics.ui.widget.js` | 共有のウィジェット | | `js/modules/Infragistics.datasource.js` | データ ソース フレームワーク | | `js/modules/infragistics.templating.js` | `igTemplating` engine | | `js/modules/infragistics.ext_core.js`, `js/modules/infragistics.ext_collections.js`, `js/modules/infragistics.ext_ui.js`, `js/modules/infragistics.dv_jquerydom.js`, `js/modules/infragistics.dv_core.js`, `js/modules/infragistics.dv_geometry.js` | すべてのデータ ビジュアライゼーション コンポーネント用の共有ライブラリ | | `js/modules/infragistics.dv_interactivity.js` | オプション。ツールチップなどのユーザー インタラクションのために必要です。 | | `js/modules/infragistics.ui.basechart.js` | すべての environment:ProductName チャート コンポーネントに対するベース ウィジェット | | `js/modules/infragistics.sparkline.js` | `igSparkline` ウィジェットの内部コア ロジック | | `js/modules/infragistics.ui.sparkline.js` | `igSparkline` ウィジェット |
</td>
- <td>以下のいずれかを追加します。
- `igLoader` への参照
- すべての必要な JavaScript ファイルへの参照 (左側の表に一覧表示)
</td>
-</tr>
- </tbody>
-</table>
+
| Modernizr ライブラリ (オプション) | Modernizr ライブラリは、ブラウザーとデバイス機能を検出するために igSparkline で使用されます。これは強制ではありませんが、含まれないとコントロールは HTML 互換ブラウザーで標準のデスクトップ環境であるかのように振る舞います。 [Modernizr](http://modernizr.com/) | ページの `` セクションでライブラリにスクリプト参照を追加します。 |
+| jQuery および jQuery UI JavaScript リソース | {environment:ProductName} は、以下のフレームワークの最上部にビルドされます。 [jQuery](http://jquery.com/) . [jQuery UI](http://jqueryui.com/) | ページの `` セクションで両方のライブラリにスクリプト参照を追加します。 |
+| 全般的な `igSparkline` JavaScript リソース | {environment:ProductName} ライブラリの igSparkline 機能は、複数のファイルに渡って配布されます。必要なリソースは以下の方法で読み込むことができます。 `infragistics.core.js` と `infragistics.dv.js` の結合したファイルを使用して必要な JavaScript 依存関係を素早く参照します。 . Infragistics® Loader (`igLoader`™) を使用します。必要なのは `igLoader` へのスクリプト参照をページに含めるか、 `igSparkline` をパラメータとして指定するのみです。igLoader は必要な個々の JavaScript ファイルと CSS ファイルを取り込みます。 . 必要なリソースを手動で読み込みます。以下の表にリストされる依存関係を使用する必要があります。 . 以下の表は、igSparkline コントロール関連の {environment:ProductName} ライブラリの依存関係をリストします。これらのリソースは、リソースを手動で取り込むことを選択する場合は明示的に参照される必要があります (`igLoader` は使用しない)。 | JS リソース | 説明 | | --- | --- | | `js/modules/infragistics.util.js`, `js/modules/infragistics.util.jquery.js` | environment:ProductName ユーティリティ | | `js/modules/infragistics.ui.widget.js` | 共有のウィジェット | | `js/modules/Infragistics.datasource.js` | データ ソース フレームワーク | | `js/modules/infragistics.templating.js` | `igTemplating` engine | | `js/modules/infragistics.ext_core.js`, `js/modules/infragistics.ext_collections.js`, `js/modules/infragistics.ext_ui.js`, `js/modules/infragistics.dv_jquerydom.js`, `js/modules/infragistics.dv_core.js`, `js/modules/infragistics.dv_geometry.js` | すべてのデータ ビジュアライゼーション コンポーネント用の共有ライブラリ | | `js/modules/infragistics.dv_interactivity.js` | オプション。ツールチップなどのユーザー インタラクションのために必要です。 | | `js/modules/infragistics.ui.basechart.js` | すべての environment:ProductName チャート コンポーネントに対するベース ウィジェット | | `js/modules/infragistics.sparkline.js` | `igSparkline` ウィジェットの内部コア ロジック | | `js/modules/infragistics.ui.sparkline.js` | `igSparkline` ウィジェット |
| 以下のいずれかを追加します。 `igLoader` への参照 . すべての必要な JavaScript ファイルへの参照 (左側の表に一覧表示) |
+
###
手順
diff --git a/docs/jquery/src/content/ja/topics/controls/igsplitter/adding-igsplitter.mdx b/docs/jquery/src/content/ja/topics/controls/igsplitter/adding-igsplitter.mdx
index de2b9d49d6..25ec6d7b99 100644
--- a/docs/jquery/src/content/ja/topics/controls/igsplitter/adding-igsplitter.mdx
+++ b/docs/jquery/src/content/ja/topics/controls/igsplitter/adding-igsplitter.mdx
@@ -69,22 +69,9 @@ slug: adding-igsplitter
| infragistics.ui.splitter-en.js | igSplitter コントロールの言語ファイル | |
| infragistics.util.js, infragistics.util.jquery.js | environment:ProductName ユーティリティ | |
| infragistics.ui.splitter.js | igSplitter コントロール | |
+| IG テーマ (オプション) | このテーマには、{environment:ProductName} ライブラリ用のビジュアル スタイルが含まれます。テーマ ファイル: {IG CSS root}/themes/Infragistics/infragistics.theme.css | |
+| igSplitter 構造 | 以下の CSS ファイルからのスタイルは、コントロールの各種要素のレンダリングに使用されます。 {IG CSS root}/structure/modules/infragistics.ui.splitter.css | ページのファイルに `style` 参照を追加します。 |
- </td>
- <td>以下のいずれかを追加します。
- igLoader への参照
- すべての必要な JavaScript ファイルへの参照 (左側の表に一覧表示)
</td>
-</tr>
- <tr>
- <td>IG テーマ (オプション)</td>
- <td>このテーマには、{environment:ProductName} ライブラリ用のビジュアル スタイルが含まれます。テーマ ファイル: {IG CSS root}/themes/Infragistics/infragistics.theme.css</td>
- <td></td>
-</tr>
- <tr>
- <td>igSplitter 構造</td>
- <td>以下の CSS ファイルからのスタイルは、コントロールの各種要素のレンダリングに使用されます。 {IG CSS root}/structure/modules/infragistics.ui.splitter.css</td>
- <td>ページのファイルに `style` 参照を追加します。</td>
-</tr>
- </tbody>
-</table>
>**注:** JavaScript と CSS リソースを読み込むためには igLoader コンポーネントを使うことを推奨します。この方法の詳細については、「[Infragistics Loader の使用](/using-infragistics-loader)」トピックを参照してください。さらに、オンラインの [{environment:ProductName} サンプル ブラウザー]({environment:SamplesUrl}) では、igSplitter コンポーネントで igLoader を使用する方法について特有の例が示されています。
diff --git a/docs/jquery/src/content/ja/topics/controls/igtilemanager/adding.mdx b/docs/jquery/src/content/ja/topics/controls/igtilemanager/adding.mdx
index 7e01e22d6f..f7eaa1639e 100644
--- a/docs/jquery/src/content/ja/topics/controls/igtilemanager/adding.mdx
+++ b/docs/jquery/src/content/ja/topics/controls/igtilemanager/adding.mdx
@@ -63,30 +63,10 @@ slug: igtilemanager-adding
| `infragistics.ui.splitter.js` | `igSplitter`™ コンポーネント | |
| `infragistics.ui.tilemanager.js` | `igTileManager` コントロール | |
-
- </td>
- <td>以下のいずれかを追加します。
- `igLoader` への参照
- すべての必要な JavaScript ファイルへの参照 (左側の表に一覧表示)
</td>
-</tr>
-
- <tr>
- <td>IG テーマ (オプション)</td>
- <td>このテーマには、{environment:ProductName} ライブラリ用のビジュアル スタイルが含まれます。テーマ ファイル: `{IG CSS root}/themes/Infragistics/infragistics.theme.css`</td>
- <td>ページのファイルに `style` 参照を追加します。</td>
-</tr>
-
- <tr>
- <td>スタイル リファレンス</td>
- <td>コントロールを正しく描画するには、以下の CSS ファイルが必要です。`{IG CSS root}/structure/modules/infragistics.ui.layout.css``{IG CSS root}/structure/modules/infragistics.ui.splitter.css`</td>
- <td>ページのこれらのファイルに `スタイル` リファレンスを追加します。</td>
-</tr>
-
- <tr>
- <td>`igTileManager` structure</td>
- <td>以下の CSS ファイルからのスタイルは、コントロールの各種要素のレンダリングに使用されます。 `{IG CSS root}/structure/modules/infragistics.ui.tilemanager.css`</td>
- <td>ページのファイルに `style` 参照を追加します。</td>
-</tr>
- </tbody>
-</table>
+
| IG テーマ (オプション) | このテーマには、{environment:ProductName} ライブラリ用のビジュアル スタイルが含まれます。テーマ ファイル: `{IG CSS root}/themes/Infragistics/infragistics.theme.css` | ページのファイルに `style` 参照を追加します。 |
+| スタイル リファレンス | コントロールを正しく描画するには、以下の CSS ファイルが必要です。`{IG CSS root}/structure/modules/infragistics.ui.layout.css``{IG CSS root}/structure/modules/infragistics.ui.splitter.css` | ページのこれらのファイルに `スタイル` リファレンスを追加します。 |
+| `igTileManager` structure | 以下の CSS ファイルからのスタイルは、コントロールの各種要素のレンダリングに使用されます。 `{IG CSS root}/structure/modules/infragistics.ui.tilemanager.css` | ページのファイルに `style` 参照を追加します。 |
+
diff --git a/docs/jquery/src/content/ja/topics/controls/igtree/adding-and-removing-nodes/adding-removing-node-method-api-reference.mdx b/docs/jquery/src/content/ja/topics/controls/igtree/adding-and-removing-nodes/adding-removing-node-method-api-reference.mdx
index 98363015b7..bf8b6e8336 100644
--- a/docs/jquery/src/content/ja/topics/controls/igtree/adding-and-removing-nodes/adding-removing-node-method-api-reference.mdx
+++ b/docs/jquery/src/content/ja/topics/controls/igtree/adding-and-removing-nodes/adding-removing-node-method-api-reference.mdx
@@ -19,30 +19,13 @@ import ApiLink from 'docs-template/components/mdx/ApiLink.astro';
| メソッド | 説明 |
| --- | --- |
-|
| 新しいノード配列をツリーに追加します。新しいノードはルートか指定した親ノードに追加します。 引数名 |
+|
| 新しいノード配列をツリーに追加します。新しいノードはルートか指定した親ノードに追加します。 |
|
| 新しいノードを作成するデータを指定します。 |
|
| ノードを追加する、親ノードの jQuery オブジェクトを指定します。 |
+|
| |
+|
| 指定した値のすべてのノードを削除します。 |
+|
| トランザクション ログ スタックを返します。 |
-
- </td>
-</tr>
-
- <tr>
- <td>
</td>
- <td>指定したパスとそのすべての子とともにノードを削除します。 | 引数名 | 使用方法 | | --- | --- | |
| 削除するノードのパスを指定します。 |
</td>
-</tr>
-
- <tr>
- <td>
</td>
- <td>指定した値のすべてのノードを削除します。 | 引数名 | 使用方法 | | --- | --- | |
| 削除するノードの値を指定します。 |
</td>
-</tr>
-
- <tr>
- <td>
</td>
- <td>トランザクション ログ スタックを返します。</td>
-</tr>
- </tbody>
-</table>
## 関連コンテンツ
diff --git a/docs/jquery/src/content/ja/topics/controls/igupload/working-with-igupload/configuring-igupload.mdx b/docs/jquery/src/content/ja/topics/controls/igupload/working-with-igupload/configuring-igupload.mdx
index 590f53433e..96e058fd67 100644
--- a/docs/jquery/src/content/ja/topics/controls/igupload/working-with-igupload/configuring-igupload.mdx
+++ b/docs/jquery/src/content/ja/topics/controls/igupload/working-with-igupload/configuring-igupload.mdx
@@ -435,6 +435,7 @@ $('#upload1').igUpload({
#### 単一ファイル モード
---|---
+

#### 複数ファイル モード
diff --git a/docs/jquery/src/content/ja/topics/data-sources/olap/flat/igolapflatdatasource-defining-metadata.mdx b/docs/jquery/src/content/ja/topics/data-sources/olap/flat/igolapflatdatasource-defining-metadata.mdx
index 5c4341b14b..e691c3e886 100644
--- a/docs/jquery/src/content/ja/topics/data-sources/olap/flat/igolapflatdatasource-defining-metadata.mdx
+++ b/docs/jquery/src/content/ja/topics/data-sources/olap/flat/igolapflatdatasource-defining-metadata.mdx
@@ -289,6 +289,7 @@ cube: {
階層の名前を設定する|name|string|名前を含む文字列。階層を識別するために使用されます。|はい
階層のキャプションを設定する|caption|string|キャプションを含む文字列。ピボット グリッドに階層のラベルを表示します。キャプションが設定されていない場合は名前が使用されます。|いいえ
階層の位置を指定する|displayFolder|string|以下の形式の文字列:
+
`“Folder\\Inner Folder”`
`igPivotDataSelector` では、階層が以下のように表示されます。
|いいえ
diff --git a/docs/jquery/src/content/ja/topics/known-issues/and-limitations-2024-volume-1.mdx b/docs/jquery/src/content/ja/topics/known-issues/and-limitations-2024-volume-1.mdx
index 5f5c93996d..e5ffe28ca1 100644
--- a/docs/jquery/src/content/ja/topics/known-issues/and-limitations-2024-volume-1.mdx
+++ b/docs/jquery/src/content/ja/topics/known-issues/and-limitations-2024-volume-1.mdx
@@ -325,6 +325,7 @@ Google Chrome で列移動が正常に動作しない|バージョン 1.8.6 よ
------|-------------|-------
複数列ヘッダー機能は `columnVirtualization` ではサポートされない|仮想化および複数列ヘッダー機能が有効の場合、`rowVirtualization` のみが統合されます。列仮想化はこのシナリオではサポートしていません。 | 
縮小可能な列グループのマルチ列ヘッダー機能が列非表示でサポートされない|のマルチ列ヘッダーおよび縮小可能な列グループ機能が有効化された場合、列の非表示がサポートされません。 | 
+
[既知の問題点と制限の概要](#summary)を参照してください。
@@ -438,6 +439,7 @@ IE で行を選択すると、垂直スクロールバーを持つグリッド
IE9 およびそれ以前のバージョンでファイルのエクスポートが正しく動作しない|GridExcelExporter が Blob オブジェクトを使用してエクスポートされたワークシートの行データを保持する機能が IE9 およびそれ以前でサポートされません。https://developer.mozilla.org/ja/docs/Web/API/Blob | 
オンデマンドによる行追加またはリモート ページングではデータ部分のみエクスポートされます。|GridExcelExporter は完全にクライアント側コンポーネントのため、クライアントで利用可能なデータのみを使用します。リモート ページングおよびオンデマンドによる行追加を実装する場合、データが追加要求によって取得されるため、このデータはエクスポートされません。 | 
カスタムフィルタリング条件がエクスポートしたワークシートに適用されない | igGrid のカスタム フィルタリング条件は、ネイティブの Excel フィルタリング条件で利用できないたため、エクスポートしたワークシートには適用されません。| 
+
[既知の問題点と制限の概要](#summary)を参照してください。
diff --git a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/00-known-issues-and-limitations-2023-volume-2.mdx b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/00-known-issues-and-limitations-2023-volume-2.mdx
index 65fab5443f..fbf875d6d9 100644
--- a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/00-known-issues-and-limitations-2023-volume-2.mdx
+++ b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/00-known-issues-and-limitations-2023-volume-2.mdx
@@ -325,6 +325,7 @@ Google Chrome で列移動が正常に動作しない|バージョン 1.8.6 よ
------|-------------|-------
複数列ヘッダー機能は `columnVirtualization` ではサポートされない|仮想化および複数列ヘッダー機能が有効の場合、`rowVirtualization` のみが統合されます。列仮想化はこのシナリオではサポートしていません。 | 
縮小可能な列グループのマルチ列ヘッダー機能が列非表示でサポートされない|のマルチ列ヘッダーおよび縮小可能な列グループ機能が有効化された場合、列の非表示がサポートされません。 | 
+
[既知の問題点と制限の概要](#summary)を参照してください。
@@ -438,6 +439,7 @@ IE で行を選択すると、垂直スクロールバーを持つグリッド
IE9 およびそれ以前のバージョンでファイルのエクスポートが正しく動作しない|GridExcelExporter が Blob オブジェクトを使用してエクスポートされたワークシートの行データを保持する機能が IE9 およびそれ以前でサポートされません。https://developer.mozilla.org/ja/docs/Web/API/Blob | 
オンデマンドによる行追加またはリモート ページングではデータ部分のみエクスポートされます。|GridExcelExporter は完全にクライアント側コンポーネントのため、クライアントで利用可能なデータのみを使用します。リモート ページングおよびオンデマンドによる行追加を実装する場合、データが追加要求によって取得されるため、このデータはエクスポートされません。 | 
カスタムフィルタリング条件がエクスポートしたワークシートに適用されない | igGrid のカスタム フィルタリング条件は、ネイティブの Excel フィルタリング条件で利用できないたため、エクスポートしたワークシートには適用されません。| 
+
[既知の問題点と制限の概要](#summary)を参照してください。
diff --git a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/01-known-issues-and-limitations-2023-volume-1.mdx b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/01-known-issues-and-limitations-2023-volume-1.mdx
index d68c869679..905567a4fe 100644
--- a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/01-known-issues-and-limitations-2023-volume-1.mdx
+++ b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/01-known-issues-and-limitations-2023-volume-1.mdx
@@ -325,6 +325,7 @@ Google Chrome で列移動が正常に動作しない|バージョン 1.8.6 よ
------|-------------|-------
複数列ヘッダー機能は `columnVirtualization` ではサポートされない|仮想化および複数列ヘッダー機能が有効の場合、`rowVirtualization` のみが統合されます。列仮想化はこのシナリオではサポートしていません。 | 
縮小可能な列グループのマルチ列ヘッダー機能が列非表示でサポートされない|のマルチ列ヘッダーおよび縮小可能な列グループ機能が有効化された場合、列の非表示がサポートされません。 | 
+
[既知の問題点と制限の概要](#summary)を参照してください。
@@ -438,6 +439,7 @@ IE で行を選択すると、垂直スクロールバーを持つグリッド
IE9 およびそれ以前のバージョンでファイルのエクスポートが正しく動作しない|GridExcelExporter が Blob オブジェクトを使用してエクスポートされたワークシートの行データを保持する機能が IE9 およびそれ以前でサポートされません。https://developer.mozilla.org/ja/docs/Web/API/Blob | 
オンデマンドによる行追加またはリモート ページングではデータ部分のみエクスポートされます。|GridExcelExporter は完全にクライアント側コンポーネントのため、クライアントで利用可能なデータのみを使用します。リモート ページングおよびオンデマンドによる行追加を実装する場合、データが追加要求によって取得されるため、このデータはエクスポートされません。 | 
カスタムフィルタリング条件がエクスポートしたワークシートに適用されない | igGrid のカスタム フィルタリング条件は、ネイティブの Excel フィルタリング条件で利用できないたため、エクスポートしたワークシートには適用されません。| 
+
[既知の問題点と制限の概要](#summary)を参照してください。
diff --git a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/02-known-issues-and-limitations-2022-volume-2.mdx b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/02-known-issues-and-limitations-2022-volume-2.mdx
index 86f78f1e60..35a976def4 100644
--- a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/02-known-issues-and-limitations-2022-volume-2.mdx
+++ b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/02-known-issues-and-limitations-2022-volume-2.mdx
@@ -325,6 +325,7 @@ Google Chrome で列移動が正常に動作しない|バージョン 1.8.6 よ
------|-------------|-------
複数列ヘッダー機能は `columnVirtualization` ではサポートされない|仮想化および複数列ヘッダー機能が有効の場合、`rowVirtualization` のみが統合されます。列仮想化はこのシナリオではサポートしていません。 | 
縮小可能な列グループのマルチ列ヘッダー機能が列非表示でサポートされない|のマルチ列ヘッダーおよび縮小可能な列グループ機能が有効化された場合、列の非表示がサポートされません。 | 
+
[既知の問題点と制限の概要](#summary)を参照してください。
@@ -438,6 +439,7 @@ IE で行を選択すると、垂直スクロールバーを持つグリッド
IE9 およびそれ以前のバージョンでファイルのエクスポートが正しく動作しない|GridExcelExporter が Blob オブジェクトを使用してエクスポートされたワークシートの行データを保持する機能が IE9 およびそれ以前でサポートされません。https://developer.mozilla.org/ja/docs/Web/API/Blob | 
オンデマンドによる行追加またはリモート ページングではデータ部分のみエクスポートされます。|GridExcelExporter は完全にクライアント側コンポーネントのため、クライアントで利用可能なデータのみを使用します。リモート ページングおよびオンデマンドによる行追加を実装する場合、データが追加要求によって取得されるため、このデータはエクスポートされません。 | 
カスタムフィルタリング条件がエクスポートしたワークシートに適用されない | igGrid のカスタム フィルタリング条件は、ネイティブの Excel フィルタリング条件で利用できないたため、エクスポートしたワークシートには適用されません。| 
+
[既知の問題点と制限の概要](#summary)を参照してください。
diff --git a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/03-known-issues-and-limitations-2022-volume-1.mdx b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/03-known-issues-and-limitations-2022-volume-1.mdx
index b129f805f3..1d9e9d0635 100644
--- a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/03-known-issues-and-limitations-2022-volume-1.mdx
+++ b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/03-known-issues-and-limitations-2022-volume-1.mdx
@@ -325,6 +325,7 @@ Google Chrome で列移動が正常に動作しない|バージョン 1.8.6 よ
------|-------------|-------
複数列ヘッダー機能は `columnVirtualization` ではサポートされない|仮想化および複数列ヘッダー機能が有効の場合、`rowVirtualization` のみが統合されます。列仮想化はこのシナリオではサポートしていません。 | 
縮小可能な列グループのマルチ列ヘッダー機能が列非表示でサポートされない|のマルチ列ヘッダーおよび縮小可能な列グループ機能が有効化された場合、列の非表示がサポートされません。 | 
+
[既知の問題点と制限の概要](#summary)を参照してください。
@@ -438,6 +439,7 @@ IE で行を選択すると、垂直スクロールバーを持つグリッド
IE9 およびそれ以前のバージョンでファイルのエクスポートが正しく動作しない|GridExcelExporter が Blob オブジェクトを使用してエクスポートされたワークシートの行データを保持する機能が IE9 およびそれ以前でサポートされません。https://developer.mozilla.org/ja/docs/Web/API/Blob | 
オンデマンドによる行追加またはリモート ページングではデータ部分のみエクスポートされます。|GridExcelExporter は完全にクライアント側コンポーネントのため、クライアントで利用可能なデータのみを使用します。リモート ページングおよびオンデマンドによる行追加を実装する場合、データが追加要求によって取得されるため、このデータはエクスポートされません。 | 
カスタムフィルタリング条件がエクスポートしたワークシートに適用されない | igGrid のカスタム フィルタリング条件は、ネイティブの Excel フィルタリング条件で利用できないたため、エクスポートしたワークシートには適用されません。| 
+
[既知の問題点と制限の概要](#summary)を参照してください。
diff --git a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/04-known-issues-and-limitations-2021-volume-2.mdx b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/04-known-issues-and-limitations-2021-volume-2.mdx
index f9dc698012..c612944ad6 100644
--- a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/04-known-issues-and-limitations-2021-volume-2.mdx
+++ b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/04-known-issues-and-limitations-2021-volume-2.mdx
@@ -323,6 +323,7 @@ Google Chrome で列移動が正常に動作しない|バージョン 1.8.6 よ
------|-------------|-------
複数列ヘッダー機能は `columnVirtualization` ではサポートされない|仮想化および複数列ヘッダー機能が有効の場合、`rowVirtualization` のみが統合されます。列仮想化はこのシナリオではサポートしていません。 | 
縮小可能な列グループのマルチ列ヘッダー機能が列非表示でサポートされない|のマルチ列ヘッダーおよび縮小可能な列グループ機能が有効化された場合、列の非表示がサポートされません。 | 
+
[既知の問題点と制限の概要](#summary)を参照してください。
@@ -436,6 +437,7 @@ IE で行を選択すると、垂直スクロールバーを持つグリッド
IE9 およびそれ以前のバージョンでファイルのエクスポートが正しく動作しない|GridExcelExporter が Blob オブジェクトを使用してエクスポートされたワークシートの行データを保持する機能が IE9 およびそれ以前でサポートされません。https://developer.mozilla.org/ja/docs/Web/API/Blob | 
オンデマンドによる行追加またはリモート ページングではデータ部分のみエクスポートされます。|GridExcelExporter は完全にクライアント側コンポーネントのため、クライアントで利用可能なデータのみを使用します。リモート ページングおよびオンデマンドによる行追加を実装する場合、データが追加要求によって取得されるため、このデータはエクスポートされません。 | 
カスタムフィルタリング条件がエクスポートしたワークシートに適用されない | igGrid のカスタム フィルタリング条件は、ネイティブの Excel フィルタリング条件で利用できないたため、エクスポートしたワークシートには適用されません。| 
+
[既知の問題点と制限の概要](#summary)を参照してください。
diff --git a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/05-known-issues-and-limitations-2021-volume-1.mdx b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/05-known-issues-and-limitations-2021-volume-1.mdx
index dac7712ae7..b4db7eda99 100644
--- a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/05-known-issues-and-limitations-2021-volume-1.mdx
+++ b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/05-known-issues-and-limitations-2021-volume-1.mdx
@@ -322,6 +322,7 @@ Google Chrome で列移動が正常に動作しない|バージョン 1.8.6 よ
------|-------------|-------
複数列ヘッダー機能は `columnVirtualization` ではサポートされない|仮想化および複数列ヘッダー機能が有効の場合、`rowVirtualization` のみが統合されます。列仮想化はこのシナリオではサポートしていません。 | 
縮小可能な列グループのマルチ列ヘッダー機能が列非表示でサポートされない|のマルチ列ヘッダーおよび縮小可能な列グループ機能が有効化された場合、列の非表示がサポートされません。 | 
+
[既知の問題点と制限の概要](#summary)を参照してください。
@@ -435,6 +436,7 @@ IE で行を選択すると、垂直スクロールバーを持つグリッド
IE9 およびそれ以前のバージョンでファイルのエクスポートが正しく動作しない|GridExcelExporter が Blob オブジェクトを使用してエクスポートされたワークシートの行データを保持する機能が IE9 およびそれ以前でサポートされません。https://developer.mozilla.org/ja/docs/Web/API/Blob | 
オンデマンドによる行追加またはリモート ページングではデータ部分のみエクスポートされます。|GridExcelExporter は完全にクライアント側コンポーネントのため、クライアントで利用可能なデータのみを使用します。リモート ページングおよびオンデマンドによる行追加を実装する場合、データが追加要求によって取得されるため、このデータはエクスポートされません。 | 
カスタムフィルタリング条件がエクスポートしたワークシートに適用されない | igGrid のカスタム フィルタリング条件は、ネイティブの Excel フィルタリング条件で利用できないたため、エクスポートしたワークシートには適用されません。| 
+
[既知の問題点と制限の概要](#summary)を参照してください。
diff --git a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/06-known-issues-and-limitations-2020-volume-2.mdx b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/06-known-issues-and-limitations-2020-volume-2.mdx
index ba91705cfd..56e3a8b027 100644
--- a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/06-known-issues-and-limitations-2020-volume-2.mdx
+++ b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/06-known-issues-and-limitations-2020-volume-2.mdx
@@ -321,6 +321,7 @@ Google Chrome で列移動が正常に動作しない|バージョン 1.8.6 よ
------|-------------|-------
複数列ヘッダー機能は `columnVirtualization` ではサポートされない|仮想化および複数列ヘッダー機能が有効の場合、`rowVirtualization` のみが統合されます。列仮想化はこのシナリオではサポートしていません。 | 
縮小可能な列グループのマルチ列ヘッダー機能が列非表示でサポートされない|のマルチ列ヘッダーおよび縮小可能な列グループ機能が有効化された場合、列の非表示がサポートされません。 | 
+
[既知の問題点と制限の概要](#summary)を参照してください。
@@ -434,6 +435,7 @@ IE で行を選択すると、垂直スクロールバーを持つグリッド
IE9 およびそれ以前のバージョンでファイルのエクスポートが正しく動作しない|GridExcelExporter が Blob オブジェクトを使用してエクスポートされたワークシートの行データを保持する機能が IE9 およびそれ以前でサポートされません。https://developer.mozilla.org/ja/docs/Web/API/Blob | 
オンデマンドによる行追加またはリモート ページングではデータ部分のみエクスポートされます。|GridExcelExporter は完全にクライアント側コンポーネントのため、クライアントで利用可能なデータのみを使用します。リモート ページングおよびオンデマンドによる行追加を実装する場合、データが追加要求によって取得されるため、このデータはエクスポートされません。 | 
カスタムフィルタリング条件がエクスポートしたワークシートに適用されない | igGrid のカスタム フィルタリング条件は、ネイティブの Excel フィルタリング条件で利用できないたため、エクスポートしたワークシートには適用されません。| 
+
[既知の問題点と制限の概要](#summary)を参照してください。
diff --git a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/07-known-issues-and-limitations-2020-volume-1.mdx b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/07-known-issues-and-limitations-2020-volume-1.mdx
index f47127dea2..df6f86bbfb 100644
--- a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/07-known-issues-and-limitations-2020-volume-1.mdx
+++ b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/07-known-issues-and-limitations-2020-volume-1.mdx
@@ -321,6 +321,7 @@ Google Chrome で列移動が正常に動作しない|バージョン 1.8.6 よ
------|-------------|-------
複数列ヘッダー機能は `columnVirtualization` ではサポートされない|仮想化および複数列ヘッダー機能が有効の場合、`rowVirtualization` のみが統合されます。列仮想化はこのシナリオではサポートしていません。 | 
縮小可能な列グループのマルチ列ヘッダー機能が列非表示でサポートされない|のマルチ列ヘッダーおよび縮小可能な列グループ機能が有効化された場合、列の非表示がサポートされません。 | 
+
[既知の問題点と制限の概要](#summary)を参照してください。
@@ -434,6 +435,7 @@ IE で行を選択すると、垂直スクロールバーを持つグリッド
IE9 およびそれ以前のバージョンでファイルのエクスポートが正しく動作しない|GridExcelExporter が Blob オブジェクトを使用してエクスポートされたワークシートの行データを保持する機能が IE9 およびそれ以前でサポートされません。https://developer.mozilla.org/ja/docs/Web/API/Blob | 
オンデマンドによる行追加またはリモート ページングではデータ部分のみエクスポートされます。|GridExcelExporter は完全にクライアント側コンポーネントのため、クライアントで利用可能なデータのみを使用します。リモート ページングおよびオンデマンドによる行追加を実装する場合、データが追加要求によって取得されるため、このデータはエクスポートされません。 | 
カスタムフィルタリング条件がエクスポートしたワークシートに適用されない | igGrid のカスタム フィルタリング条件は、ネイティブの Excel フィルタリング条件で利用できないたため、エクスポートしたワークシートには適用されません。| 
+
[既知の問題点と制限の概要](#summary)を参照してください。
diff --git a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/08-known-issues-and-limitations-2019-volume-2.mdx b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/08-known-issues-and-limitations-2019-volume-2.mdx
index 540cc014b5..02c66f0ca0 100644
--- a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/08-known-issues-and-limitations-2019-volume-2.mdx
+++ b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/08-known-issues-and-limitations-2019-volume-2.mdx
@@ -321,6 +321,7 @@ Google Chrome で列移動が正常に動作しない|バージョン 1.8.6 よ
------|-------------|-------
複数列ヘッダー機能は `columnVirtualization` ではサポートされない|仮想化および複数列ヘッダー機能が有効の場合、`rowVirtualization` のみが統合されます。列仮想化はこのシナリオではサポートしていません。 | 
縮小可能な列グループのマルチ列ヘッダー機能が列非表示でサポートされない|のマルチ列ヘッダーおよび縮小可能な列グループ機能が有効化された場合、列の非表示がサポートされません。 | 
+
[既知の問題点と制限の概要](#summary)を参照してください。
@@ -434,6 +435,7 @@ IE で行を選択すると、垂直スクロールバーを持つグリッド
IE9 およびそれ以前のバージョンでファイルのエクスポートが正しく動作しない|GridExcelExporter が Blob オブジェクトを使用してエクスポートされたワークシートの行データを保持する機能が IE9 およびそれ以前でサポートされません。https://developer.mozilla.org/ja/docs/Web/API/Blob | 
オンデマンドによる行追加またはリモート ページングではデータ部分のみエクスポートされます。|GridExcelExporter は完全にクライアント側コンポーネントのため、クライアントで利用可能なデータのみを使用します。リモート ページングおよびオンデマンドによる行追加を実装する場合、データが追加要求によって取得されるため、このデータはエクスポートされません。 | 
カスタムフィルタリング条件がエクスポートしたワークシートに適用されない | igGrid のカスタム フィルタリング条件は、ネイティブの Excel フィルタリング条件で利用できないたため、エクスポートしたワークシートには適用されません。| 
+
[既知の問題点と制限の概要](#summary)を参照してください。
diff --git a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/09-known-issues-and-limitations-2019-volume-1.mdx b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/09-known-issues-and-limitations-2019-volume-1.mdx
index 31294c37eb..f80cbc336d 100644
--- a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/09-known-issues-and-limitations-2019-volume-1.mdx
+++ b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/09-known-issues-and-limitations-2019-volume-1.mdx
@@ -330,6 +330,7 @@ Google Chrome で列移動が正常に動作しない|バージョン 1.8.6 よ
------|-------------|-------
複数列ヘッダー機能は `columnVirtualization` ではサポートされない|仮想化および複数列ヘッダー機能が有効の場合、`rowVirtualization` のみが統合されます。列仮想化はこのシナリオではサポートしていません。 | 
縮小可能な列グループのマルチ列ヘッダー機能が列非表示でサポートされない|のマルチ列ヘッダーおよび縮小可能な列グループ機能が有効化された場合、列の非表示がサポートされません。 | 
+
[既知の問題点と制限の概要](#summary)を参照してください。
@@ -443,6 +444,7 @@ IE で行を選択すると、垂直スクロールバーを持つグリッド
IE9 およびそれ以前のバージョンでファイルのエクスポートが正しく動作しない|GridExcelExporter が Blob オブジェクトを使用してエクスポートされたワークシートの行データを保持する機能が IE9 およびそれ以前でサポートされません。https://developer.mozilla.org/ja/docs/Web/API/Blob | 
オンデマンドによる行追加またはリモート ページングではデータ部分のみエクスポートされます。|GridExcelExporter は完全にクライアント側コンポーネントのため、クライアントで利用可能なデータのみを使用します。リモート ページングおよびオンデマンドによる行追加を実装する場合、データが追加要求によって取得されるため、このデータはエクスポートされません。 | 
カスタムフィルタリング条件がエクスポートしたワークシートに適用されない | igGrid のカスタム フィルタリング条件は、ネイティブの Excel フィルタリング条件で利用できないたため、エクスポートしたワークシートには適用されません。| 
+
[既知の問題点と制限の概要](#summary)を参照してください。
diff --git a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/10-known-issues-and-limitations-2018-volume-2.mdx b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/10-known-issues-and-limitations-2018-volume-2.mdx
index 38b6c30fb6..c37d66a731 100644
--- a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/10-known-issues-and-limitations-2018-volume-2.mdx
+++ b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/10-known-issues-and-limitations-2018-volume-2.mdx
@@ -330,6 +330,7 @@ Google Chrome で列移動が正常に動作しない|バージョン 1.8.6 よ
------|-------------|-------
複数列ヘッダー機能は `columnVirtualization` ではサポートされない|仮想化および複数列ヘッダー機能が有効の場合、`rowVirtualization` のみが統合されます。列仮想化はこのシナリオではサポートしていません。 | 
縮小可能な列グループのマルチ列ヘッダー機能が列非表示でサポートされない|のマルチ列ヘッダーおよび縮小可能な列グループ機能が有効化された場合、列の非表示がサポートされません。 | 
+
[既知の問題点と制限の概要](#summary)を参照してください。
@@ -443,6 +444,7 @@ IE で行を選択すると、垂直スクロールバーを持つグリッド
IE9 およびそれ以前のバージョンでファイルのエクスポートが正しく動作しない|GridExcelExporter が Blob オブジェクトを使用してエクスポートされたワークシートの行データを保持する機能が IE9 およびそれ以前でサポートされません。https://developer.mozilla.org/ja/docs/Web/API/Blob | 
オンデマンドによる行追加またはリモート ページングではデータ部分のみエクスポートされます。|GridExcelExporter は完全にクライアント側コンポーネントのため、クライアントで利用可能なデータのみを使用します。リモート ページングおよびオンデマンドによる行追加を実装する場合、データが追加要求によって取得されるため、このデータはエクスポートされません。 | 
カスタムフィルタリング条件がエクスポートしたワークシートに適用されない | igGrid のカスタム フィルタリング条件は、ネイティブの Excel フィルタリング条件で利用できないたため、エクスポートしたワークシートには適用されません。| 
+
[既知の問題点と制限の概要](#summary)を参照してください。
diff --git a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/11-known-issues-and-limitations-2018-volume-1.mdx b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/11-known-issues-and-limitations-2018-volume-1.mdx
index 96d1c32263..04aade2b31 100644
--- a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/11-known-issues-and-limitations-2018-volume-1.mdx
+++ b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/11-known-issues-and-limitations-2018-volume-1.mdx
@@ -315,6 +315,7 @@ Google Chrome で列移動が正常に動作しない|バージョン 1.8.6 よ
------|-------------|-------
複数列ヘッダー機能は `columnVirtualization` ではサポートされない|仮想化および複数列ヘッダー機能が有効の場合、`rowVirtualization` のみが統合されます。列仮想化はこのシナリオではサポートしていません。 | 
縮小可能な列グループのマルチ列ヘッダー機能が列非表示でサポートされない|のマルチ列ヘッダーおよび縮小可能な列グループ機能が有効化された場合、列の非表示がサポートされません。 | 
+
[既知の問題点と制限の概要](#summary)を参照してください。
@@ -427,6 +428,7 @@ IE で行を選択すると、垂直スクロールバーを持つグリッド
IE9 およびそれ以前のバージョンでファイルのエクスポートが正しく動作しない|GridExcelExporter が Blob オブジェクトを使用してエクスポートされたワークシートの行データを保持する機能が IE9 およびそれ以前でサポートされません。https://developer.mozilla.org/ja/docs/Web/API/Blob | 
オンデマンドによる行追加またはリモート ページングではデータ部分のみエクスポートされます。|GridExcelExporter は完全にクライアント側コンポーネントのため、クライアントで利用可能なデータのみを使用します。リモート ページングおよびオンデマンドによる行追加を実装する場合、データが追加要求によって取得されるため、このデータはエクスポートされません。 | 
カスタムフィルタリング条件がエクスポートしたワークシートに適用されない | igGrid のカスタム フィルタリング条件は、ネイティブの Excel フィルタリング条件で利用できないたため、エクスポートしたワークシートには適用されません。| 
+
[既知の問題点と制限の概要](#summary)を参照してください。
diff --git a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/12-known-issues-and-limitations-2017-volume-2.mdx b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/12-known-issues-and-limitations-2017-volume-2.mdx
index de1350c055..22277500f2 100644
--- a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/12-known-issues-and-limitations-2017-volume-2.mdx
+++ b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/12-known-issues-and-limitations-2017-volume-2.mdx
@@ -307,6 +307,7 @@ Google Chrome で列移動が正常に動作しない|バージョン 1.8.6 よ
------|-------------|-------
複数列ヘッダー機能は `columnVirtualization` ではサポートされない|仮想化および複数列ヘッダー機能が有効の場合、`rowVirtualization` のみが統合されます。列仮想化はこのシナリオではサポートしていません。 | 
縮小可能な列グループのマルチ列ヘッダー機能が列非表示でサポートされない|のマルチ列ヘッダーおよび縮小可能な列グループ機能が有効化された場合、列の非表示がサポートされません。 | 
+
[既知の問題点と制限の概要](#summary)を参照してください。
@@ -419,6 +420,7 @@ IE で行を選択すると、垂直スクロールバーを持つグリッド
IE9 およびそれ以前のバージョンでファイルのエクスポートが正しく動作しない|GridExcelExporter が Blob オブジェクトを使用してエクスポートされたワークシートの行データを保持する機能が IE9 およびそれ以前でサポートされません。https://developer.mozilla.org/ja/docs/Web/API/Blob | 
オンデマンドによる行追加またはリモート ページングではデータ部分のみエクスポートされます。|GridExcelExporter は完全にクライアント側コンポーネントのため、クライアントで利用可能なデータのみを使用します。リモート ページングおよびオンデマンドによる行追加を実装する場合、データが追加要求によって取得されるため、このデータはエクスポートされません。 | 
カスタムフィルタリング条件がエクスポートしたワークシートに適用されない | igGrid のカスタム フィルタリング条件は、ネイティブの Excel フィルタリング条件で利用できないたため、エクスポートしたワークシートには適用されません。| 
+
[既知の問題点と制限の概要](#summary)を参照してください。
diff --git a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/13-known-issues-and-limitations-2017-volume-1.mdx b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/13-known-issues-and-limitations-2017-volume-1.mdx
index 2687e5c419..a97e506ec1 100644
--- a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/13-known-issues-and-limitations-2017-volume-1.mdx
+++ b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/13-known-issues-and-limitations-2017-volume-1.mdx
@@ -304,6 +304,7 @@ Google Chrome で列移動が正常に動作しない|バージョン 1.8.6 よ
------|-------------|-------
複数列ヘッダー機能は `columnVirtualization` ではサポートされない|仮想化および複数列ヘッダー機能が有効の場合、`rowVirtualization` のみが統合されます。列仮想化はこのシナリオではサポートしていません。 | 
縮小可能な列グループのマルチ列ヘッダー機能が列非表示でサポートされない|のマルチ列ヘッダーおよび縮小可能な列グループ機能が有効化された場合、列の非表示がサポートされません。 | 
+
[既知の問題点と制限の概要](#summary)を参照してください。
@@ -415,6 +416,7 @@ IE で行を選択すると、垂直スクロールバーを持つグリッド
IE9 およびそれ以前のバージョンでファイルのエクスポートが正しく動作しない|GridExcelExporter が Blob オブジェクトを使用してエクスポートされたワークシートの行データを保持する機能が IE9 およびそれ以前でサポートされません。https://developer.mozilla.org/ja/docs/Web/API/Blob | 
オンデマンドによる行追加またはリモート ページングではデータ部分のみエクスポートされます。|GridExcelExporter は完全にクライアント側コンポーネントのため、クライアントで利用可能なデータのみを使用します。リモート ページングおよびオンデマンドによる行追加を実装する場合、データが追加要求によって取得されるため、このデータはエクスポートされません。 | 
カスタムフィルタリング条件がエクスポートしたワークシートに適用されない | igGrid のカスタム フィルタリング条件は、ネイティブの Excel フィルタリング条件で利用できないたため、エクスポートしたワークシートには適用されません。| 
+
[既知の問題点と制限の概要](#summary)を参照してください。
diff --git a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/14-known-issues-and-limitations-2016-volume-2.mdx b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/14-known-issues-and-limitations-2016-volume-2.mdx
index 9d15f4b464..0a9fd558e4 100644
--- a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/14-known-issues-and-limitations-2016-volume-2.mdx
+++ b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/14-known-issues-and-limitations-2016-volume-2.mdx
@@ -307,6 +307,7 @@ Google Chrome で列移動が正常に動作しない|バージョン 1.8.6 よ
------|-------------|-------
複数列ヘッダー機能は `columnVirtualization` ではサポートされない|仮想化および複数列ヘッダー機能が有効の場合、`rowVirtualization` のみが統合されます。列仮想化はこのシナリオではサポートしていません。 | 
縮小可能な列グループのマルチ列ヘッダー機能が列非表示でサポートされない|のマルチ列ヘッダーおよび縮小可能な列グループ機能が有効化された場合、列の非表示がサポートされません。 | 
+
[既知の問題点と制限の概要](#summary)を参照してください。
@@ -418,6 +419,7 @@ IE で行を選択すると、垂直スクロールバーを持つグリッド
IE9 およびそれ以前のバージョンでファイルのエクスポートが正しく動作しない|GridExcelExporter が Blob オブジェクトを使用してエクスポートされたワークシートの行データを保持する機能が IE9 およびそれ以前でサポートされません。https://developer.mozilla.org/ja/docs/Web/API/Blob | 
オンデマンドによる行追加またはリモート ページングではデータ部分のみエクスポートされます。|GridExcelExporter は完全にクライアント側コンポーネントのため、クライアントで利用可能なデータのみを使用します。リモート ページングおよびオンデマンドによる行追加を実装する場合、データが追加要求によって取得されるため、このデータはエクスポートされません。 | 
カスタムフィルタリング条件がエクスポートしたワークシートに適用されない | igGrid のカスタム フィルタリング条件は、ネイティブの Excel フィルタリング条件で利用できないたため、エクスポートしたワークシートには適用されません。| 
+
[既知の問題点と制限の概要](#summary)を参照してください。
diff --git a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/15-known-issues-and-limitations-2016-volume-1.mdx b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/15-known-issues-and-limitations-2016-volume-1.mdx
index 0875192f48..80f5808286 100644
--- a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/15-known-issues-and-limitations-2016-volume-1.mdx
+++ b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/15-known-issues-and-limitations-2016-volume-1.mdx
@@ -399,6 +399,7 @@ IE で行を選択すると、垂直スクロールバーを持つグリッド
IE9 およびそれ以前のバージョンでファイルのエクスポートが正しく動作しない|GridExcelExporter が Blob オブジェクトを使用してエクスポートされたワークシートの行データを保持する機能が IE9 およびそれ以前でサポートされません。https://developer.mozilla.org/ja/docs/Web/API/Blob | 
オンデマンドによる行追加またはリモート ページングではデータ部分のみエクスポートされる|GridExcelExporter は完全にクライアント側コンポーネントのため、クライアントで利用可能なデータのみを使用します。リモート ページングおよびオンデマンドによる行追加を実装する場合、データが追加要求によって取得されるため、このデータはエクスポートされません。 | 
カスタムフィルタリング条件がエクスポートしたワークシートに適用されない | igGrid のカスタム フィルタリング条件は、ネイティブの Excel フィルタリング条件で利用できないたため、エクスポートしたワークシートには適用されません。| 
+
[既知の問題点と制限の概要](#summary)を参照してください。
diff --git a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/23-known-issues-and-limitations-2012-volume-1.mdx b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/23-known-issues-and-limitations-2012-volume-1.mdx
index 5cfd5484ce..4575276bf1 100644
--- a/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/23-known-issues-and-limitations-2012-volume-1.mdx
+++ b/docs/jquery/src/content/ja/topics/known-issues/known-issues-revision-history/23-known-issues-and-limitations-2012-volume-1.mdx
@@ -82,7 +82,7 @@ slug: known-issues-and-limitations-2012-volume-1
[グリッドの列幅](#grid-column-widths)|一部の列の幅をパーセンテージで定義し、その他をピクセルで定義する (またはまったく定義しない) ことはできません。 | 
[Microsoft Internet Explorer® 7 におけるヘッダーおよびフッター要素のグリッド レイアウトの問題](#grid-layout-problems)|グリッド幅が指定されていないと、ヘッダーおよびフッター要素は、Microsoft Internet Explorer® 7 のグリッドよりも短く描画されます。 | 
[グリッド API コールが、DIV 要素と共に予想通りに機能しない](#grid-api-calls-not-working)|グリッドが DIV 要素からインスタンス化されている場合、そのグリッドの機能に対する API コールは予想通りに機能しません。 | 
-[iOS でのセル選択が適切に動作しない](#cell-selection-not-working)|`igGrid` をスクロールしたい場合、まずセルをタップしてから、特定の方向にスワイプします。jQuery mobile がイベントを提示する方法によって、iOS および Android で `igGrid` のスクロールには違いがあります。 |
+[iOS でのセル選択が適切に動作しない](#cell-selection-not-working)|`igGrid` をスクロールしたい場合、まずセルをタップしてから、特定の方向にスワイプします。jQuery mobile がイベントを提示する方法によって、iOS および Android で `igGrid` のスクロールには違いがあります。 | 
[垂直スクロールによって、ダイアログがレコードの背後に表示される](#vertical-scroll-appear-behind-records)|`igGrid` を Android のバージョン 4.0.2 で実行しており、`igGrid` に垂直スクロールがある場合、ポップアップ/ダイアログはすべてレコードの背後に表示されます。 | 
[Firefox では列幅を設定していないと igGrid 列のサイズを正しく変更できない。](#firefox-columns-resized-correctly)|Firefox のバグにより、列幅が設定されていないと、`igGrid` 列を適切にサイズ変更できません。 | 
[Firefox では列幅をパーセンテージで設定していると igGrid 列のサイズを正しく変更できない](#firefox-column-cannot-resize)|Firefox のバグにより、列幅をパーセンテージで設定すると、列を適切にサイズ変更できません。 | 