├── .config
└── dotnet-tools.json
├── .github
└── workflows
│ ├── build-angular.yml
│ ├── build-blazor.yml
│ ├── build-react.yml
│ └── build-wc.yml
├── .gitignore
├── .vs
├── ProjectSettings.json
└── VSWorkspaceState.json
├── .vscode
├── docfx-assistant
│ └── topic-cache.json
├── launch.json
├── settings.json
└── tasks.json
├── CHECKLIST.md
├── CODEOWNERS
├── PORTING.md
├── README.md
├── TESTING.md
├── XplatDocFX.nuspec
├── apiMap
├── Angular
│ ├── CheckboxList.JS.apiMap.json
│ ├── ColumnChooser.JS.apiMap.json
│ ├── ColumnGrouping.JS.apiMap.json
│ ├── ColumnPinning.JS.apiMap.json
│ ├── DV.DataAdapters.FDC3.JS.apiMap.json
│ ├── DV.DataAdapters.Financial.JS.apiMap.json
│ ├── DV.Shared.CORE.JS.apiMap.json
│ ├── DV.Shared.DATASERIESADAPTER.JS.apiMap.json
│ ├── DV.Shared.DATASOURCE.JS.apiMap.json
│ ├── DV.Shared.DESCRIPTION.JS.apiMap.json
│ ├── DV.Shared.GEO.JS.apiMap.json
│ ├── DV.Shared.GEOMETRY.JS.apiMap.json
│ ├── DV.Shared.INTERACTIVITY.JS.apiMap.json
│ ├── DV.Shared.POPUP.JS.apiMap.json
│ ├── DV.Shared.SCROLLER.JS.apiMap.json
│ ├── DV.Shared.VISUALDATA.JS.apiMap.json
│ ├── DataChart.ANNOTATION.JS.apiMap.json
│ ├── DataChart.CATEGORY.JS.apiMap.json
│ ├── DataChart.CATEGORYCHART.JS.apiMap.json
│ ├── DataChart.CATEGORYCORE.JS.apiMap.json
│ ├── DataChart.DATAPIE.JS.apiMap.json
│ ├── DataChart.DOUGHNUTCHART.JS.apiMap.json
│ ├── DataChart.DomainChart.JS.apiMap.json
│ ├── DataChart.EXTENDEDAXES.JS.apiMap.json
│ ├── DataChart.EXTENDEDFINANCIAL.JS.apiMap.json
│ ├── DataChart.FINANCIAL.JS.apiMap.json
│ ├── DataChart.FUNNELCHART.JS.apiMap.json
│ ├── DataChart.FinancialChart.JS.apiMap.json
│ ├── DataChart.INTERACTIVITY.JS.apiMap.json
│ ├── DataChart.JS.apiMap.json
│ ├── DataChart.LEGEND.JS.apiMap.json
│ ├── DataChart.PIECHART.JS.apiMap.json
│ ├── DataChart.POLAR.JS.apiMap.json
│ ├── DataChart.RADIAL.JS.apiMap.json
│ ├── DataChart.RANGECATEGORY.JS.apiMap.json
│ ├── DataChart.SCATTER.JS.apiMap.json
│ ├── DataChart.SHAPE.JS.apiMap.json
│ ├── DataChart.STACKED.JS.apiMap.json
│ ├── DataChart.VERTICALCATEGORY.JS.apiMap.json
│ ├── DataChart.VISUALDATA.JS.apiMap.json
│ ├── DatePicker.JS.apiMap.json
│ ├── Documents.Core_CORE.JS.apiMap.json
│ ├── Documents.Core_OPENXML.JS.apiMap.json
│ ├── Excel_CORE.JS.apiMap.json
│ ├── Excel_FUNCTIONS.JS.apiMap.json
│ ├── Excel_SERIALIZATION_BIFF8.JS.apiMap.json
│ ├── Excel_SERIALIZATION_OPENXML.JS.apiMap.json
│ ├── GeographicMap.JS.apiMap.json
│ ├── Grid.JS.apiMap.json
│ ├── GridColumnOptions.JS.apiMap.json
│ ├── Layouts.JS.apiMap.json
│ ├── MultiColumnComboBox.JS.apiMap.json
│ ├── PropertyEditor.JS.apiMap.json
│ ├── Spreadsheet.ChartAdapter.JS.apiMap.json
│ ├── Spreadsheet.JS.apiMap.json
│ ├── SummaryChooser.JS.apiMap.json
│ ├── Toolbar.JS.apiMap.json
│ ├── TreeMap.JS.apiMap.json
│ ├── Undo.JS.apiMap.json
│ ├── WebGrids.JS.apiMap.json
│ ├── XamBulletGraph.JS.apiMap.json
│ ├── XamLinearGauge.JS.apiMap.json
│ ├── XamRadialGauge.JS.apiMap.json
│ ├── XamSparkline.JS.apiMap.json
│ ├── ZoomSlider.JS.apiMap.json
│ └── webInputs.JS.apiMap.json
├── Blazor
│ ├── CheckboxList.JS.blazor.apiMap.json
│ ├── ColumnChooser.JS.blazor.apiMap.json
│ ├── ColumnGrouping.JS.blazor.apiMap.json
│ ├── ColumnPinning.JS.blazor.apiMap.json
│ ├── DV.DataAdapters.FDC3.JS.blazor.apiMap.json
│ ├── DV.DataAdapters.Financial.JS.blazor.apiMap.json
│ ├── DV.Shared.CORE.JS.blazor.apiMap.json
│ ├── DV.Shared.DATASERIESADAPTER.JS.blazor.apiMap.json
│ ├── DV.Shared.DATASOURCE.JS.blazor.apiMap.json
│ ├── DV.Shared.DESCRIPTION.JS.blazor.apiMap.json
│ ├── DV.Shared.GEO.JS.blazor.apiMap.json
│ ├── DV.Shared.GEOMETRY.JS.blazor.apiMap.json
│ ├── DV.Shared.INTERACTIVITY.JS.blazor.apiMap.json
│ ├── DV.Shared.POPUP.JS.blazor.apiMap.json
│ ├── DV.Shared.SCROLLER.JS.blazor.apiMap.json
│ ├── DV.Shared.VISUALDATA.JS.blazor.apiMap.json
│ ├── DataChart.ANNOTATION.JS.blazor.apiMap.json
│ ├── DataChart.CATEGORY.JS.blazor.apiMap.json
│ ├── DataChart.CATEGORYCHART.JS.blazor.apiMap.json
│ ├── DataChart.CATEGORYCORE.JS.blazor.apiMap.json
│ ├── DataChart.DATAPIE.JS.blazor.apiMap.json
│ ├── DataChart.DOUGHNUTCHART.JS.blazor.apiMap.json
│ ├── DataChart.DomainChart.JS.blazor.apiMap.json
│ ├── DataChart.EXTENDEDAXES.JS.blazor.apiMap.json
│ ├── DataChart.EXTENDEDFINANCIAL.JS.blazor.apiMap.json
│ ├── DataChart.FINANCIAL.JS.blazor.apiMap.json
│ ├── DataChart.FUNNELCHART.JS.blazor.apiMap.json
│ ├── DataChart.FinancialChart.JS.blazor.apiMap.json
│ ├── DataChart.INTERACTIVITY.JS.blazor.apiMap.json
│ ├── DataChart.JS.blazor.apiMap.json
│ ├── DataChart.LEGEND.JS.blazor.apiMap.json
│ ├── DataChart.PIECHART.JS.blazor.apiMap.json
│ ├── DataChart.POLAR.JS.blazor.apiMap.json
│ ├── DataChart.RADIAL.JS.blazor.apiMap.json
│ ├── DataChart.RANGECATEGORY.JS.blazor.apiMap.json
│ ├── DataChart.SCATTER.JS.blazor.apiMap.json
│ ├── DataChart.SHAPE.JS.blazor.apiMap.json
│ ├── DataChart.STACKED.JS.blazor.apiMap.json
│ ├── DataChart.VERTICALCATEGORY.JS.blazor.apiMap.json
│ ├── DataChart.VISUALDATA.JS.blazor.apiMap.json
│ ├── DatePicker.JS.blazor.apiMap.json
│ ├── Documents.Core_CORE.JS.blazor.apiMap.json
│ ├── Documents.Core_OPENXML.JS.blazor.apiMap.json
│ ├── Excel_CORE.JS.blazor.apiMap.json
│ ├── Excel_FUNCTIONS.JS.blazor.apiMap.json
│ ├── Excel_SERIALIZATION_BIFF8.JS.blazor.apiMap.json
│ ├── Excel_SERIALIZATION_OPENXML.JS.blazor.apiMap.json
│ ├── GeographicMap.JS.blazor.apiMap.json
│ ├── Grid.JS.blazor.apiMap.json
│ ├── GridColumnOptions.JS.blazor.apiMap.json
│ ├── Layouts.JS.blazor.apiMap.json
│ ├── MultiColumnComboBox.JS.blazor.apiMap.json
│ ├── PropertyEditor.JS.blazor.apiMap.json
│ ├── Spreadsheet.ChartAdapter.JS.blazor.apiMap.json
│ ├── Spreadsheet.JS.blazor.apiMap.json
│ ├── SummaryChooser.JS.blazor.apiMap.json
│ ├── Toolbar.JS.blazor.apiMap.json
│ ├── TreeMap.JS.blazor.apiMap.json
│ ├── Undo.JS.blazor.apiMap.json
│ ├── WebGrids.JS.blazor.apiMap.json
│ ├── XamBulletGraph.JS.blazor.apiMap.json
│ ├── XamLinearGauge.JS.blazor.apiMap.json
│ ├── XamRadialGauge.JS.blazor.apiMap.json
│ ├── XamSparkline.JS.blazor.apiMap.json
│ ├── ZoomSlider.JS.blazor.apiMap.json
│ └── webInputs.JS.blazor.apiMap.json
├── React
│ ├── CheckboxList.JS.r.apiMap.json
│ ├── ColumnChooser.JS.r.apiMap.json
│ ├── ColumnGrouping.JS.r.apiMap.json
│ ├── ColumnPinning.JS.r.apiMap.json
│ ├── DV.DataAdapters.FDC3.JS.r.apiMap.json
│ ├── DV.DataAdapters.Financial.JS.r.apiMap.json
│ ├── DV.Shared.CORE.JS.r.apiMap.json
│ ├── DV.Shared.DATASERIESADAPTER.JS.r.apiMap.json
│ ├── DV.Shared.DATASOURCE.JS.r.apiMap.json
│ ├── DV.Shared.DESCRIPTION.JS.r.apiMap.json
│ ├── DV.Shared.GEO.JS.r.apiMap.json
│ ├── DV.Shared.GEOMETRY.JS.r.apiMap.json
│ ├── DV.Shared.INTERACTIVITY.JS.r.apiMap.json
│ ├── DV.Shared.POPUP.JS.r.apiMap.json
│ ├── DV.Shared.SCROLLER.JS.r.apiMap.json
│ ├── DV.Shared.VISUALDATA.JS.r.apiMap.json
│ ├── DataChart.ANNOTATION.JS.r.apiMap.json
│ ├── DataChart.CATEGORY.JS.r.apiMap.json
│ ├── DataChart.CATEGORYCHART.JS.r.apiMap.json
│ ├── DataChart.CATEGORYCORE.JS.r.apiMap.json
│ ├── DataChart.DATAPIE.JS.r.apiMap.json
│ ├── DataChart.DOUGHNUTCHART.JS.r.apiMap.json
│ ├── DataChart.DomainChart.JS.r.apiMap.json
│ ├── DataChart.EXTENDEDAXES.JS.r.apiMap.json
│ ├── DataChart.EXTENDEDFINANCIAL.JS.r.apiMap.json
│ ├── DataChart.FINANCIAL.JS.r.apiMap.json
│ ├── DataChart.FUNNELCHART.JS.r.apiMap.json
│ ├── DataChart.FinancialChart.JS.r.apiMap.json
│ ├── DataChart.INTERACTIVITY.JS.r.apiMap.json
│ ├── DataChart.JS.r.apiMap.json
│ ├── DataChart.LEGEND.JS.r.apiMap.json
│ ├── DataChart.PIECHART.JS.r.apiMap.json
│ ├── DataChart.POLAR.JS.r.apiMap.json
│ ├── DataChart.RADIAL.JS.r.apiMap.json
│ ├── DataChart.RANGECATEGORY.JS.r.apiMap.json
│ ├── DataChart.SCATTER.JS.r.apiMap.json
│ ├── DataChart.SHAPE.JS.r.apiMap.json
│ ├── DataChart.STACKED.JS.r.apiMap.json
│ ├── DataChart.VERTICALCATEGORY.JS.r.apiMap.json
│ ├── DataChart.VISUALDATA.JS.r.apiMap.json
│ ├── DatePicker.JS.r.apiMap.json
│ ├── Documents.Core_CORE.JS.r.apiMap.json
│ ├── Documents.Core_OPENXML.JS.r.apiMap.json
│ ├── Excel_CORE.JS.r.apiMap.json
│ ├── Excel_FUNCTIONS.JS.r.apiMap.json
│ ├── Excel_SERIALIZATION_BIFF8.JS.r.apiMap.json
│ ├── Excel_SERIALIZATION_OPENXML.JS.r.apiMap.json
│ ├── GeographicMap.JS.r.apiMap.json
│ ├── Grid.JS.r.apiMap.json
│ ├── GridColumnOptions.JS.r.apiMap.json
│ ├── Layouts.JS.r.apiMap.json
│ ├── MultiColumnComboBox.JS.r.apiMap.json
│ ├── PropertyEditor.JS.r.apiMap.json
│ ├── Spreadsheet.ChartAdapter.JS.r.apiMap.json
│ ├── Spreadsheet.JS.r.apiMap.json
│ ├── SummaryChooser.JS.r.apiMap.json
│ ├── Toolbar.JS.r.apiMap.json
│ ├── TreeMap.JS.r.apiMap.json
│ ├── Undo.JS.r.apiMap.json
│ ├── WebGrids.JS.r.apiMap.json
│ ├── XamBulletGraph.JS.r.apiMap.json
│ ├── XamLinearGauge.JS.r.apiMap.json
│ ├── XamRadialGauge.JS.r.apiMap.json
│ ├── XamSparkline.JS.r.apiMap.json
│ ├── ZoomSlider.JS.r.apiMap.json
│ └── webInputs.JS.r.apiMap.json
└── WebComponents
│ ├── CheckboxList.JS.wc.apiMap.json
│ ├── ColumnChooser.JS.wc.apiMap.json
│ ├── ColumnGrouping.JS.wc.apiMap.json
│ ├── ColumnPinning.JS.wc.apiMap.json
│ ├── DV.DataAdapters.FDC3.JS.wc.apiMap.json
│ ├── DV.DataAdapters.Financial.JS.wc.apiMap.json
│ ├── DV.Shared.CORE.JS.wc.apiMap.json
│ ├── DV.Shared.DATASERIESADAPTER.JS.wc.apiMap.json
│ ├── DV.Shared.DATASOURCE.JS.wc.apiMap.json
│ ├── DV.Shared.DESCRIPTION.JS.wc.apiMap.json
│ ├── DV.Shared.GEO.JS.wc.apiMap.json
│ ├── DV.Shared.GEOMETRY.JS.wc.apiMap.json
│ ├── DV.Shared.INTERACTIVITY.JS.wc.apiMap.json
│ ├── DV.Shared.POPUP.JS.wc.apiMap.json
│ ├── DV.Shared.SCROLLER.JS.wc.apiMap.json
│ ├── DV.Shared.VISUALDATA.JS.wc.apiMap.json
│ ├── DataChart.ANNOTATION.JS.wc.apiMap.json
│ ├── DataChart.CATEGORY.JS.wc.apiMap.json
│ ├── DataChart.CATEGORYCHART.JS.wc.apiMap.json
│ ├── DataChart.CATEGORYCORE.JS.wc.apiMap.json
│ ├── DataChart.DATAPIE.JS.wc.apiMap.json
│ ├── DataChart.DOUGHNUTCHART.JS.wc.apiMap.json
│ ├── DataChart.DomainChart.JS.wc.apiMap.json
│ ├── DataChart.EXTENDEDAXES.JS.wc.apiMap.json
│ ├── DataChart.EXTENDEDFINANCIAL.JS.wc.apiMap.json
│ ├── DataChart.FINANCIAL.JS.wc.apiMap.json
│ ├── DataChart.FUNNELCHART.JS.wc.apiMap.json
│ ├── DataChart.FinancialChart.JS.wc.apiMap.json
│ ├── DataChart.INTERACTIVITY.JS.wc.apiMap.json
│ ├── DataChart.JS.wc.apiMap.json
│ ├── DataChart.LEGEND.JS.wc.apiMap.json
│ ├── DataChart.PIECHART.JS.wc.apiMap.json
│ ├── DataChart.POLAR.JS.wc.apiMap.json
│ ├── DataChart.RADIAL.JS.wc.apiMap.json
│ ├── DataChart.RANGECATEGORY.JS.wc.apiMap.json
│ ├── DataChart.SCATTER.JS.wc.apiMap.json
│ ├── DataChart.SHAPE.JS.wc.apiMap.json
│ ├── DataChart.STACKED.JS.wc.apiMap.json
│ ├── DataChart.VERTICALCATEGORY.JS.wc.apiMap.json
│ ├── DataChart.VISUALDATA.JS.wc.apiMap.json
│ ├── DatePicker.JS.wc.apiMap.json
│ ├── Documents.Core_CORE.JS.wc.apiMap.json
│ ├── Documents.Core_OPENXML.JS.wc.apiMap.json
│ ├── Excel_CORE.JS.wc.apiMap.json
│ ├── Excel_FUNCTIONS.JS.wc.apiMap.json
│ ├── Excel_SERIALIZATION_BIFF8.JS.wc.apiMap.json
│ ├── Excel_SERIALIZATION_OPENXML.JS.wc.apiMap.json
│ ├── GeographicMap.JS.wc.apiMap.json
│ ├── Grid.JS.wc.apiMap.json
│ ├── GridColumnOptions.JS.wc.apiMap.json
│ ├── Layouts.JS.wc.apiMap.json
│ ├── MultiColumnComboBox.JS.wc.apiMap.json
│ ├── PropertyEditor.JS.wc.apiMap.json
│ ├── Spreadsheet.ChartAdapter.JS.wc.apiMap.json
│ ├── Spreadsheet.JS.wc.apiMap.json
│ ├── SummaryChooser.JS.wc.apiMap.json
│ ├── Toolbar.JS.wc.apiMap.json
│ ├── TreeMap.JS.wc.apiMap.json
│ ├── Undo.JS.wc.apiMap.json
│ ├── WebGrids.JS.wc.apiMap.json
│ ├── XamBulletGraph.JS.wc.apiMap.json
│ ├── XamLinearGauge.JS.wc.apiMap.json
│ ├── XamRadialGauge.JS.wc.apiMap.json
│ ├── XamSparkline.JS.wc.apiMap.json
│ ├── ZoomSlider.JS.wc.apiMap.json
│ └── webInputs.JS.wc.apiMap.json
├── azure-pipelines
├── build-pipeline-jp+kr.yml
├── build-pipeline-make-pr-jp+kr.yml
├── build-pipeline-make-pr.yml
├── build-pipeline.yml
└── templates
│ ├── build-steps-make-pr.yml
│ └── build-steps-template.yml
├── doc
├── en
│ ├── components
│ │ ├── blazor-excel-library-temporarily-stop-automatic-calculation-of-formulas-to-speed-up-processing.md
│ │ ├── blazor-webassembly-how-to-read-and-write-excel-files-to-reduce-server-load.md
│ │ ├── bullet-graph.md
│ │ ├── charts
│ │ │ ├── chart-api.md
│ │ │ ├── chart-features.md
│ │ │ ├── chart-overview.md
│ │ │ ├── features
│ │ │ │ ├── chart-animations.md
│ │ │ │ ├── chart-annotations.md
│ │ │ │ ├── chart-axis-gridlines.md
│ │ │ │ ├── chart-axis-layouts.md
│ │ │ │ ├── chart-axis-options.md
│ │ │ │ ├── chart-axis-types.md
│ │ │ │ ├── chart-data-aggregations.md
│ │ │ │ ├── chart-data-annotations.md
│ │ │ │ ├── chart-data-filtering.md
│ │ │ │ ├── chart-data-legend.md
│ │ │ │ ├── chart-data-selection.md
│ │ │ │ ├── chart-data-tooltip.md
│ │ │ │ ├── chart-highlight-filter.md
│ │ │ │ ├── chart-highlighting.md
│ │ │ │ ├── chart-markers.md
│ │ │ │ ├── chart-navigation.md
│ │ │ │ ├── chart-overlays.md
│ │ │ │ ├── chart-performance.md
│ │ │ │ ├── chart-synchronization.md
│ │ │ │ ├── chart-titles.md
│ │ │ │ ├── chart-tooltips.md
│ │ │ │ └── chart-trendlines.md
│ │ │ └── types
│ │ │ │ ├── area-chart.md
│ │ │ │ ├── bar-chart.md
│ │ │ │ ├── bubble-chart.md
│ │ │ │ ├── column-chart.md
│ │ │ │ ├── composite-chart.md
│ │ │ │ ├── data-pie-chart.md
│ │ │ │ ├── donut-chart.md
│ │ │ │ ├── gantt-chart.md
│ │ │ │ ├── line-chart.md
│ │ │ │ ├── network-chart.md
│ │ │ │ ├── pie-chart.md
│ │ │ │ ├── point-chart.md
│ │ │ │ ├── polar-chart.md
│ │ │ │ ├── pyramid-chart.md
│ │ │ │ ├── radial-chart.md
│ │ │ │ ├── scatter-chart.md
│ │ │ │ ├── shape-chart.md
│ │ │ │ ├── sparkline-chart.md
│ │ │ │ ├── spline-chart.md
│ │ │ │ ├── stacked-chart.md
│ │ │ │ ├── step-chart.md
│ │ │ │ ├── stock-chart.md
│ │ │ │ └── treemap-chart.md
│ │ ├── customize-marker-display-in-blazor-charts.md
│ │ ├── dashboard-tile.md
│ │ ├── editors
│ │ │ ├── multi-column-combobox.md
│ │ │ └── xdate-picker.md
│ │ ├── excel-library-using-cells.md
│ │ ├── excel-library-using-tables.md
│ │ ├── excel-library-using-workbooks.md
│ │ ├── excel-library-using-worksheets.md
│ │ ├── excel-library-working-with-charts.md
│ │ ├── excel-library-working-with-grids.md
│ │ ├── excel-library-working-with-sparklines.md
│ │ ├── excel-library.md
│ │ ├── excel-utility.md
│ │ ├── general-changelog-dv-blazor.md
│ │ ├── general-changelog-dv-react.md
│ │ ├── general-changelog-dv-wc.md
│ │ ├── general-changelog-dv.md
│ │ ├── general-cli-overview.md
│ │ ├── general-getting-started-blazor-client.md
│ │ ├── general-getting-started-blazor-maui.md
│ │ ├── general-getting-started-blazor-web-app.md
│ │ ├── general-getting-started.md
│ │ ├── general-installing-blazor.md
│ │ ├── general-licensing.md
│ │ ├── general-nuget-feed.md
│ │ ├── geo-map-binding-data-csv.md
│ │ ├── geo-map-binding-data-json-points.md
│ │ ├── geo-map-binding-data-model.md
│ │ ├── geo-map-binding-data-overview.md
│ │ ├── geo-map-binding-multiple-shapes.md
│ │ ├── geo-map-binding-multiple-sources.md
│ │ ├── geo-map-binding-shp-file.md
│ │ ├── geo-map-display-bing-imagery.md
│ │ ├── geo-map-display-esri-imagery.md
│ │ ├── geo-map-display-heat-imagery.md
│ │ ├── geo-map-display-imagery-types.md
│ │ ├── geo-map-display-osm-imagery.md
│ │ ├── geo-map-navigation.md
│ │ ├── geo-map-resources-esri.md
│ │ ├── geo-map-resources-shape-styling-utility.md
│ │ ├── geo-map-resources-world-connections.md
│ │ ├── geo-map-resources-world-locations.md
│ │ ├── geo-map-resources-world-util.md
│ │ ├── geo-map-shape-files-reference.md
│ │ ├── geo-map-shape-styling.md
│ │ ├── geo-map-type-scatter-area-series.md
│ │ ├── geo-map-type-scatter-bubble-series.md
│ │ ├── geo-map-type-scatter-contour-series.md
│ │ ├── geo-map-type-scatter-density-series.md
│ │ ├── geo-map-type-scatter-symbol-series.md
│ │ ├── geo-map-type-series.md
│ │ ├── geo-map-type-shape-polygon-series.md
│ │ ├── geo-map-type-shape-polyline-series.md
│ │ ├── geo-map.md
│ │ ├── grids
│ │ │ ├── _shared
│ │ │ │ ├── advanced-filtering.md
│ │ │ │ ├── batch-editing.md
│ │ │ │ ├── cascading-combos.md
│ │ │ │ ├── cell-editing.md
│ │ │ │ ├── cell-selection.md
│ │ │ │ ├── clipboard-interactions.md
│ │ │ │ ├── collapsible-column-groups.md
│ │ │ │ ├── column-hiding.md
│ │ │ │ ├── column-moving.md
│ │ │ │ ├── column-pinning.md
│ │ │ │ ├── column-resizing.md
│ │ │ │ ├── column-selection.md
│ │ │ │ ├── column-types.md
│ │ │ │ ├── conditional-cell-styling.md
│ │ │ │ ├── editing.md
│ │ │ │ ├── excel-style-filtering.md
│ │ │ │ ├── export-excel.md
│ │ │ │ ├── filtering.md
│ │ │ │ ├── keyboard-navigation.md
│ │ │ │ ├── live-data.md
│ │ │ │ ├── multi-column-headers.md
│ │ │ │ ├── multi-row-layout.md
│ │ │ │ ├── paging.md
│ │ │ │ ├── remote-data-operations.md
│ │ │ │ ├── row-actions.md
│ │ │ │ ├── row-adding.md
│ │ │ │ ├── row-drag.md
│ │ │ │ ├── row-editing.md
│ │ │ │ ├── row-pinning.md
│ │ │ │ ├── row-selection.md
│ │ │ │ ├── search.md
│ │ │ │ ├── selection.md
│ │ │ │ ├── size.md
│ │ │ │ ├── sizing.md
│ │ │ │ ├── sorting.md
│ │ │ │ ├── state-persistence.md
│ │ │ │ ├── summaries.md
│ │ │ │ ├── toolbar.md
│ │ │ │ ├── validation.md
│ │ │ │ └── virtualization.md
│ │ │ ├── data-grid.md
│ │ │ ├── data-grid
│ │ │ │ ├── accessibility.md
│ │ │ │ ├── cell-activation.md
│ │ │ │ ├── cell-editing.md
│ │ │ │ ├── cell-merging.md
│ │ │ │ ├── cell-selection.md
│ │ │ │ ├── column-animation.md
│ │ │ │ ├── column-chooser.md
│ │ │ │ ├── column-filtering.md
│ │ │ │ ├── column-moving.md
│ │ │ │ ├── column-options.md
│ │ │ │ ├── column-pinning.md
│ │ │ │ ├── column-resizing.md
│ │ │ │ ├── column-sorting.md
│ │ │ │ ├── column-summaries.md
│ │ │ │ ├── column-types.md
│ │ │ │ ├── horizontal-scrolling.md
│ │ │ │ ├── live-data.md
│ │ │ │ ├── load-save-layout.md
│ │ │ │ ├── local-data.md
│ │ │ │ ├── localization.md
│ │ │ │ ├── overview.md
│ │ │ │ ├── performance.md
│ │ │ │ ├── remote-data.md
│ │ │ │ ├── row-grouping.md
│ │ │ │ ├── row-highlighting.md
│ │ │ │ ├── row-paging.md
│ │ │ │ ├── row-pinning.md
│ │ │ │ ├── type-comparison-table.md
│ │ │ │ ├── type-heatmap-table.md
│ │ │ │ ├── type-matrix-table.md
│ │ │ │ ├── type-periodic-table.md
│ │ │ │ └── type-sparkline-table.md
│ │ │ ├── grid
│ │ │ │ ├── groupby.md
│ │ │ │ ├── icons.md
│ │ │ │ ├── master-detail.md
│ │ │ │ ├── overview.txt
│ │ │ │ ├── paste-excel.md
│ │ │ │ └── selection-based-aggregates.md
│ │ │ ├── grids-header.md
│ │ │ ├── grids.md
│ │ │ ├── hierarchical-grid
│ │ │ │ ├── load-on-demand.md
│ │ │ │ └── overview.md
│ │ │ ├── list.md
│ │ │ ├── pivot-grid
│ │ │ │ ├── features.md
│ │ │ │ ├── overview.md
│ │ │ │ └── remote-operations.md
│ │ │ ├── theming-grid.md
│ │ │ ├── theming.md
│ │ │ ├── tree-grid
│ │ │ │ ├── load-on-demand.md
│ │ │ │ └── overview.md
│ │ │ └── tree.md
│ │ ├── inputs
│ │ │ ├── badge.md
│ │ │ ├── button-group.md
│ │ │ ├── button.md
│ │ │ ├── checkbox.md
│ │ │ ├── chip.md
│ │ │ ├── circular-progress.md
│ │ │ ├── color-editor.md
│ │ │ ├── combo
│ │ │ │ ├── features.md
│ │ │ │ ├── overview.md
│ │ │ │ ├── single-selection.md
│ │ │ │ └── templates.md
│ │ │ ├── date-time-input.md
│ │ │ ├── dropdown.md
│ │ │ ├── file-input.md
│ │ │ ├── icon-button.md
│ │ │ ├── input.md
│ │ │ ├── linear-progress.md
│ │ │ ├── mask-input.md
│ │ │ ├── radio.md
│ │ │ ├── rating.md
│ │ │ ├── ripple.md
│ │ │ ├── select.md
│ │ │ ├── slider.md
│ │ │ ├── switch.md
│ │ │ ├── text-area.md
│ │ │ └── tooltip.md
│ │ ├── interactivity
│ │ │ └── accessibility-compliance.md
│ │ ├── layouts
│ │ │ ├── accordion.md
│ │ │ ├── avatar.md
│ │ │ ├── card.md
│ │ │ ├── carousel.md
│ │ │ ├── divider.md
│ │ │ ├── dock-manager-customization.md
│ │ │ ├── dock-manager-electron.md
│ │ │ ├── dock-manager-embedding-frames.md
│ │ │ ├── dock-manager-updating-panes.md
│ │ │ ├── dock-manager.md
│ │ │ ├── expansion-panel.md
│ │ │ ├── icon.md
│ │ │ ├── stepper.md
│ │ │ ├── tabs.md
│ │ │ └── tile-manager.md
│ │ ├── linear-gauge.md
│ │ ├── maps
│ │ │ └── map-api.md
│ │ ├── menus
│ │ │ ├── navbar.md
│ │ │ ├── navigation-drawer.md
│ │ │ └── toolbar.md
│ │ ├── nextjs-usage.md
│ │ ├── notifications
│ │ │ ├── banner.md
│ │ │ ├── dialog.md
│ │ │ ├── snackbar.md
│ │ │ └── toast.md
│ │ ├── radial-gauge.md
│ │ ├── scheduling
│ │ │ ├── calendar.md
│ │ │ └── date-picker.md
│ │ ├── spreadsheet-activation.md
│ │ ├── spreadsheet-chart-adapter.md
│ │ ├── spreadsheet-clipboard.md
│ │ ├── spreadsheet-commands.md
│ │ ├── spreadsheet-conditional-formatting.md
│ │ ├── spreadsheet-configuring.md
│ │ ├── spreadsheet-data-validation.md
│ │ ├── spreadsheet-hyperlinks.md
│ │ ├── spreadsheet-overview.md
│ │ ├── themes
│ │ │ ├── configuration.md
│ │ │ ├── elevations.md
│ │ │ ├── overview.md
│ │ │ ├── palettes.md
│ │ │ ├── styles.md
│ │ │ └── typography.md
│ │ ├── update-guide.md
│ │ └── zoomslider-overview.md
│ └── images
│ │ ├── Bullet_Graph_1.png
│ │ ├── Bullet_Graph_2.png
│ │ ├── Linear_Gauge_1.png
│ │ ├── Linear_Gauge_2.png
│ │ ├── Radial_Gauge_1.png
│ │ ├── Radial_Gauge_2.png
│ │ ├── avatar-markup.png
│ │ ├── category_chart_area.png
│ │ ├── category_chart_column.png
│ │ ├── category_chart_line.png
│ │ ├── category_chart_point.png
│ │ ├── category_chart_spline.png
│ │ ├── category_chart_splinearea.png
│ │ ├── category_chart_steparea.png
│ │ ├── category_chart_stepline.png
│ │ ├── category_chart_waterfall.png
│ │ ├── chartDefaults1.png
│ │ ├── chartDefaults2.png
│ │ ├── chartDefaults3.png
│ │ ├── chartDefaults4.png
│ │ ├── charts
│ │ ├── data-chart-type-category-area-series.png
│ │ ├── data-chart-type-category-bar-series.png
│ │ ├── data-chart-type-category-column-series.png
│ │ ├── data-chart-type-category-line-series.png
│ │ ├── data-chart-type-category-point-series.png
│ │ ├── data-chart-type-category-spline-area-series.png
│ │ ├── data-chart-type-category-spline-series.png
│ │ ├── data-chart-type-category-step-area-series.png
│ │ ├── data-chart-type-category-step-line-series.png
│ │ ├── data-chart-type-category-waterfall-series.png
│ │ ├── data-chart-type-financial-area-indicators.png
│ │ ├── data-chart-type-financial-candlestick-series.png
│ │ ├── data-chart-type-financial-column-indicators.png
│ │ ├── data-chart-type-financial-line-indicators.png
│ │ ├── data-chart-type-financial-ohlc-series.png
│ │ ├── data-chart-type-financial-overlays.png
│ │ ├── data-chart-type-polar-area-series.png
│ │ ├── data-chart-type-polar-line-series.png
│ │ ├── data-chart-type-polar-scatter-series.png
│ │ ├── data-chart-type-polar-spline-area-series.png
│ │ ├── data-chart-type-polar-spline-series.png
│ │ ├── data-chart-type-radial-area-series.PNG
│ │ ├── data-chart-type-radial-column-series.png
│ │ ├── data-chart-type-radial-line-series.png
│ │ ├── data-chart-type-radial-pie-series.png
│ │ ├── data-chart-type-range-area-series.png
│ │ ├── data-chart-type-range-column-series.png
│ │ ├── data-chart-type-scatter-area-series.png
│ │ ├── data-chart-type-scatter-bubble-series.PNG
│ │ ├── data-chart-type-scatter-contour-series.png
│ │ ├── data-chart-type-scatter-hd-series.png
│ │ ├── data-chart-type-scatter-line-series.PNG
│ │ ├── data-chart-type-scatter-point-series.PNG
│ │ ├── data-chart-type-scatter-polygon-series.png
│ │ ├── data-chart-type-scatter-polyline-series.png
│ │ ├── data-chart-type-scatter-spline-series.png
│ │ ├── data-chart-type-stacked-100-area-series.png
│ │ ├── data-chart-type-stacked-100-bar-series.png
│ │ ├── data-chart-type-stacked-100-column-series.png
│ │ ├── data-chart-type-stacked-100-line-series.png
│ │ ├── data-chart-type-stacked-100-spline-series.png
│ │ ├── data-chart-type-stacked-area-series.png
│ │ ├── data-chart-type-stacked-bar-series.png
│ │ ├── data-chart-type-stacked-column-series.png
│ │ ├── data-chart-type-stacked-line-series.png
│ │ ├── data-chart-type-stacked-spline-series.png
│ │ ├── doughnut-chart-explosion.png
│ │ ├── doughnut-chart-legend.png
│ │ ├── doughnut-chart-rings.png
│ │ ├── doughnut-chart-selection.png
│ │ ├── ignite-ui-angular-category-chart-high-volume-data-1100.gif
│ │ ├── ignite-ui-angular-financial-chart-custom-tooltips-1100.jpg
│ │ ├── ignite-ui-angular-financial-chart-modular-design-1100.jpg
│ │ ├── ignite-ui-angular-financial-chart-smart-data-binding-1100.jpg
│ │ ├── ignite-ui-angular-financial-chart-trendlines-1100.jpg
│ │ ├── ignite-ui-angular-financial-chart-zooming-1100.gif
│ │ ├── pie-chart-explosion.png
│ │ ├── pie-chart-legend.png
│ │ ├── pie-chart-others.png
│ │ ├── pie-chart-selection.png
│ │ └── polar-pie.png
│ │ ├── code-sandbox-seeklogo.com.svg
│ │ ├── color-editor.png
│ │ ├── dashboard-tile-toolbar.png
│ │ ├── dockmanager-document-host-docking.jpg
│ │ ├── dockmanager-electron-app.gif
│ │ ├── dockmanager-pane-docking.jpg
│ │ ├── dockmanager-root-docking.jpg
│ │ ├── dockmanager-splitter-docking.jpg
│ │ ├── financial_chart_bar.png
│ │ ├── financial_chart_candle.png
│ │ ├── financial_chart_column.png
│ │ ├── financial_chart_line.png
│ │ ├── general
│ │ ├── azure-ci-add-token-variable-1.jpg
│ │ ├── azure-ci-new-variable-2.jpg
│ │ ├── blazor-excel.png
│ │ ├── blazor-wasm-app-2.png
│ │ ├── blazor-wasm-app.png
│ │ ├── collapsed_indicator.png
│ │ ├── expand_indicator.png
│ │ ├── generate-token.jpg
│ │ ├── geo-map.png
│ │ ├── getting-started-blazor-card-windows.jpg
│ │ ├── getting-started-blazor-card.jpg
│ │ ├── greenCheck.png
│ │ ├── grid-geo-map.png
│ │ ├── landing-grid-page.png
│ │ ├── layout_mode.png
│ │ ├── lazy-loaded-assembly.png
│ │ ├── lazy-loading-of-assembly.png
│ │ ├── new-blazor-project-client.jpg
│ │ ├── new-blazor-project-configure-client.jpg
│ │ ├── new-blazor-project-configure-maui.jpg
│ │ ├── new-blazor-project-configure-server.jpg
│ │ ├── new-blazor-project-configuring-web-app.jpg
│ │ ├── new-blazor-project-info-client.jpg
│ │ ├── new-blazor-project-info-server.jpg
│ │ ├── new-blazor-project-maui.jpg
│ │ ├── new-blazor-project-server.jpg
│ │ ├── new-blazor-project-web-app-info.jpg
│ │ ├── new-blazor-project-web-app.jpg
│ │ ├── nodejs.svg
│ │ ├── nuget-manage-packages.jpg
│ │ ├── nuget-package-manager-browse.jpg
│ │ ├── nuget-package-manager-package-sources-ig-server.jpg
│ │ ├── nuget-package-manager-setting-menu-item.jpg
│ │ ├── redX.png
│ │ └── vs-code.svg
│ │ ├── grid_sizing
│ │ ├── columns-150px-empty-area-v2.jpg
│ │ ├── columns-150px-extra-area-v2.jpg
│ │ ├── columns-default-all-first-100px-v2.jpg
│ │ ├── columns-default-all-min-136px-v2.jpg
│ │ ├── columns-default-all-row-selectors-v2.jpg
│ │ ├── columns-default-first-rest-100px-v2.jpg
│ │ ├── columns-default-first-rest-300px-v2.jpg
│ │ ├── columns-default-gridWidth-null-v2.jpg
│ │ ├── columns-percent-100p-v2.jpg
│ │ ├── columns-percent-bigger-100p-v2.jpg
│ │ ├── columns-percent-gridWidth-null-v2.jpg
│ │ ├── columns-percent-less-100p-v2.jpg
│ │ ├── height-500px-14rows-v2.jpg
│ │ ├── height-500px-4rows-v2.jpg
│ │ ├── height-700px-14rows-parent-noscroll-v2.jpg
│ │ ├── height-700px-14rows-parent-scroll-v2.jpg
│ │ ├── height-null-14rows-v2.jpg
│ │ ├── height-null-24row-parent-scroll-v2.jpg
│ │ ├── height-null-24rows-parent-noscroll-v2.jpg
│ │ ├── height-null-24rows-parent-noscroll.jpg
│ │ ├── height-null-24rows-parent-scroll-v2.jpg
│ │ ├── height-null-24rows-v2.jpg
│ │ ├── height-percent-100-parent-100-v2.jpg
│ │ ├── height-percent-100-parent-800px-v2.jpg
│ │ ├── height-percent-130p-parent-noscroll-v2.jpg
│ │ ├── height-percent-130p-parent-scroll-v2.jpg
│ │ ├── height-undefined-14rows-v2.jpg
│ │ ├── height-undefined-7rows-v2.jpg
│ │ ├── hgrid-height-percentages-v2.jpg
│ │ ├── hgrid-width-percentages-v2.jpg
│ │ ├── width-cols-scroll-parent-noscroll-v2.jpg
│ │ ├── width-cols-scroll-parent-scroll-v2.jpg
│ │ ├── width-cols-scrollbar-v2.jpg
│ │ ├── width-null-no-scroll-v2.jpg
│ │ ├── width-null-parent-scroll-v2.jpg
│ │ ├── width-null-scroll-v2.jpg
│ │ ├── width-percent-100p-v2.jpg
│ │ ├── width-percent-150p-parent-noscroll-v2.jpg
│ │ ├── width-percent-150p-parent-scroll-v2.jpg
│ │ └── width-percent-parent-100p-v2.jpg
│ │ ├── hgrid-database.jpg
│ │ ├── loading.svg
│ │ ├── marketing
│ │ ├── grid-cell-row-selection.gif
│ │ ├── grid-column-animations.gif
│ │ ├── grid-column-moving.gif
│ │ ├── grid-column-options-dialog.jpg
│ │ ├── grid-column-pinning.jpg
│ │ ├── grid-column-resizing.gif
│ │ ├── grid-column-sorting.gif
│ │ ├── grid-column-summaries.jpg
│ │ ├── grid-column-types.jpg
│ │ ├── grid-filtering.jpg
│ │ ├── grid-keyboard-navigation.gif
│ │ ├── grid-paging.jpg
│ │ ├── grid-row-column-grouping.gif
│ │ ├── grid-row-pinning.gif
│ │ ├── ignite-ui-blazor-cta-banner-2.png
│ │ ├── ignite-ui-for-blazor.gif
│ │ ├── ignite-ui-for-react.gif
│ │ ├── ignite-ui-logo.svg
│ │ ├── ignite-ui-react-cta-banner-2.png
│ │ └── ignite-ui-web-components-cta-banner-2.png
│ │ ├── multi-row-layout-1.png
│ │ ├── readme
│ │ └── ig-banner.png
│ │ ├── stackblitz-logo.svg
│ │ ├── stepper
│ │ ├── stepper-contentTop.png
│ │ └── stepper-step.png
│ │ ├── tile-manager-actions.png
│ │ ├── toolbar_icons.png
│ │ ├── unfold_less_icon_screenshot.jpg
│ │ ├── wc-live-server.jpg
│ │ └── wc-project.jpg
├── jp
│ ├── components
│ │ ├── blazor-excel-library-temporarily-stop-automatic-calculation-of-formulas-to-speed-up-processing.md
│ │ ├── blazor-webassembly-how-to-read-and-write-excel-files-to-reduce-server-load.md
│ │ ├── bullet-graph.md
│ │ ├── charts
│ │ │ ├── chart-api.md
│ │ │ ├── chart-features.md
│ │ │ ├── chart-overview.md
│ │ │ ├── features
│ │ │ │ ├── chart-animations.md
│ │ │ │ ├── chart-annotations.md
│ │ │ │ ├── chart-axis-gridlines.md
│ │ │ │ ├── chart-axis-layouts.md
│ │ │ │ ├── chart-axis-options.md
│ │ │ │ ├── chart-axis-types.md
│ │ │ │ ├── chart-data-aggregations.md
│ │ │ │ ├── chart-data-annotations.md
│ │ │ │ ├── chart-data-filtering.md
│ │ │ │ ├── chart-data-legend.md
│ │ │ │ ├── chart-data-selection.md
│ │ │ │ ├── chart-data-tooltip.md
│ │ │ │ ├── chart-highlight-filter.md
│ │ │ │ ├── chart-highlighting.md
│ │ │ │ ├── chart-markers.md
│ │ │ │ ├── chart-navigation.md
│ │ │ │ ├── chart-overlays.md
│ │ │ │ ├── chart-performance.md
│ │ │ │ ├── chart-synchronization.md
│ │ │ │ ├── chart-titles.md
│ │ │ │ ├── chart-tooltips.md
│ │ │ │ └── chart-trendlines.md
│ │ │ └── types
│ │ │ │ ├── area-chart.md
│ │ │ │ ├── bar-chart.md
│ │ │ │ ├── bubble-chart.md
│ │ │ │ ├── column-chart.md
│ │ │ │ ├── composite-chart.md
│ │ │ │ ├── data-pie-chart.md
│ │ │ │ ├── donut-chart.md
│ │ │ │ ├── gantt-chart.md
│ │ │ │ ├── line-chart.md
│ │ │ │ ├── network-chart.md
│ │ │ │ ├── pie-chart.md
│ │ │ │ ├── point-chart.md
│ │ │ │ ├── polar-chart.md
│ │ │ │ ├── pyramid-chart.md
│ │ │ │ ├── radial-chart.md
│ │ │ │ ├── scatter-chart.md
│ │ │ │ ├── shape-chart.md
│ │ │ │ ├── sparkline-chart.md
│ │ │ │ ├── spline-chart.md
│ │ │ │ ├── stacked-chart.md
│ │ │ │ ├── step-chart.md
│ │ │ │ ├── stock-chart.md
│ │ │ │ └── treemap-chart.md
│ │ ├── customize-marker-display-in-blazor-charts.md
│ │ ├── dashboard-tile.md
│ │ ├── editors
│ │ │ ├── multi-column-combobox.md
│ │ │ └── xdate-picker.md
│ │ ├── excel-library-using-cells.md
│ │ ├── excel-library-using-tables.md
│ │ ├── excel-library-using-workbooks.md
│ │ ├── excel-library-using-worksheets.md
│ │ ├── excel-library-working-with-charts.md
│ │ ├── excel-library-working-with-grids.md
│ │ ├── excel-library-working-with-sparklines.md
│ │ ├── excel-library.md
│ │ ├── excel-utility.md
│ │ ├── general-changelog-dv-blazor.md
│ │ ├── general-changelog-dv-react.md
│ │ ├── general-changelog-dv-wc.md
│ │ ├── general-changelog-dv.md
│ │ ├── general-cli-overview.md
│ │ ├── general-getting-started-blazor-client.md
│ │ ├── general-getting-started-blazor-maui.md
│ │ ├── general-getting-started-blazor-web-app.md
│ │ ├── general-getting-started.md
│ │ ├── general-installing-blazor.md
│ │ ├── general-licensing.md
│ │ ├── general-nuget-feed.md
│ │ ├── geo-map-binding-data-csv.md
│ │ ├── geo-map-binding-data-json-points.md
│ │ ├── geo-map-binding-data-model.md
│ │ ├── geo-map-binding-data-overview.md
│ │ ├── geo-map-binding-multiple-shapes.md
│ │ ├── geo-map-binding-multiple-sources.md
│ │ ├── geo-map-binding-shp-file.md
│ │ ├── geo-map-display-bing-imagery.md
│ │ ├── geo-map-display-esri-imagery.md
│ │ ├── geo-map-display-heat-imagery.md
│ │ ├── geo-map-display-imagery-types.md
│ │ ├── geo-map-display-osm-imagery.md
│ │ ├── geo-map-navigation.md
│ │ ├── geo-map-resources-esri.md
│ │ ├── geo-map-resources-shape-styling-utility.md
│ │ ├── geo-map-resources-world-connections.md
│ │ ├── geo-map-resources-world-locations.md
│ │ ├── geo-map-resources-world-util.md
│ │ ├── geo-map-shape-files-reference.md
│ │ ├── geo-map-shape-styling.md
│ │ ├── geo-map-type-scatter-area-series.md
│ │ ├── geo-map-type-scatter-bubble-series.md
│ │ ├── geo-map-type-scatter-contour-series.md
│ │ ├── geo-map-type-scatter-density-series.md
│ │ ├── geo-map-type-scatter-symbol-series.md
│ │ ├── geo-map-type-series.md
│ │ ├── geo-map-type-shape-polygon-series.md
│ │ ├── geo-map-type-shape-polyline-series.md
│ │ ├── geo-map.md
│ │ ├── grids
│ │ │ ├── _shared
│ │ │ │ ├── advanced-filtering.md
│ │ │ │ ├── batch-editing.md
│ │ │ │ ├── cascading-combos.md
│ │ │ │ ├── cell-editing.md
│ │ │ │ ├── cell-selection.md
│ │ │ │ ├── clipboard-interactions.md
│ │ │ │ ├── collapsible-column-groups.md
│ │ │ │ ├── column-hiding.md
│ │ │ │ ├── column-moving.md
│ │ │ │ ├── column-pinning.md
│ │ │ │ ├── column-resizing.md
│ │ │ │ ├── column-selection.md
│ │ │ │ ├── column-types.md
│ │ │ │ ├── conditional-cell-styling.md
│ │ │ │ ├── editing.md
│ │ │ │ ├── excel-style-filtering.md
│ │ │ │ ├── export-excel.md
│ │ │ │ ├── filtering.md
│ │ │ │ ├── keyboard-navigation.md
│ │ │ │ ├── live-data.md
│ │ │ │ ├── multi-column-headers.md
│ │ │ │ ├── multi-row-layout.md
│ │ │ │ ├── paging.md
│ │ │ │ ├── remote-data-operations.md
│ │ │ │ ├── row-actions.md
│ │ │ │ ├── row-adding.md
│ │ │ │ ├── row-drag.md
│ │ │ │ ├── row-editing.md
│ │ │ │ ├── row-pinning.md
│ │ │ │ ├── row-selection.md
│ │ │ │ ├── search.md
│ │ │ │ ├── selection.md
│ │ │ │ ├── size.md
│ │ │ │ ├── sizing.md
│ │ │ │ ├── sorting.md
│ │ │ │ ├── state-persistence.md
│ │ │ │ ├── summaries.md
│ │ │ │ ├── toolbar.md
│ │ │ │ ├── validation.md
│ │ │ │ └── virtualization.md
│ │ │ ├── data-grid.md
│ │ │ ├── data-grid
│ │ │ │ ├── accessibility.md
│ │ │ │ ├── cell-activation.md
│ │ │ │ ├── cell-editing.md
│ │ │ │ ├── cell-merging.md
│ │ │ │ ├── cell-selection.md
│ │ │ │ ├── column-animation.md
│ │ │ │ ├── column-chooser.md
│ │ │ │ ├── column-filtering.md
│ │ │ │ ├── column-moving.md
│ │ │ │ ├── column-options.md
│ │ │ │ ├── column-pinning.md
│ │ │ │ ├── column-resizing.md
│ │ │ │ ├── column-sorting.md
│ │ │ │ ├── column-summaries.md
│ │ │ │ ├── column-types.md
│ │ │ │ ├── horizontal-scrolling.md
│ │ │ │ ├── live-data.md
│ │ │ │ ├── load-save-layout.md
│ │ │ │ ├── local-data.md
│ │ │ │ ├── localization.md
│ │ │ │ ├── overview.md
│ │ │ │ ├── performance.md
│ │ │ │ ├── remote-data.md
│ │ │ │ ├── row-grouping.md
│ │ │ │ ├── row-highlighting.md
│ │ │ │ ├── row-paging.md
│ │ │ │ ├── row-pinning.md
│ │ │ │ ├── type-comparison-table.md
│ │ │ │ ├── type-heatmap-table.md
│ │ │ │ ├── type-matrix-table.md
│ │ │ │ ├── type-periodic-table.md
│ │ │ │ └── type-sparkline-table.md
│ │ │ ├── grid
│ │ │ │ ├── groupby.md
│ │ │ │ ├── icons.md
│ │ │ │ ├── master-detail.md
│ │ │ │ ├── overview.txt
│ │ │ │ ├── paste-excel.md
│ │ │ │ └── selection-based-aggregates.md
│ │ │ ├── grids-header.md
│ │ │ ├── grids.md
│ │ │ ├── hierarchical-grid
│ │ │ │ ├── load-on-demand.md
│ │ │ │ └── overview.md
│ │ │ ├── list.md
│ │ │ ├── pivot-grid
│ │ │ │ ├── features.md
│ │ │ │ ├── overview.md
│ │ │ │ └── remote-operations.md
│ │ │ ├── theming-grid.md
│ │ │ ├── theming.md
│ │ │ ├── tree-grid
│ │ │ │ ├── load-on-demand.md
│ │ │ │ └── overview.md
│ │ │ └── tree.md
│ │ ├── inputs
│ │ │ ├── badge.md
│ │ │ ├── button-group.md
│ │ │ ├── button.md
│ │ │ ├── checkbox.md
│ │ │ ├── chip.md
│ │ │ ├── circular-progress.md
│ │ │ ├── color-editor.md
│ │ │ ├── combo
│ │ │ │ ├── features.md
│ │ │ │ ├── overview.md
│ │ │ │ ├── single-selection.md
│ │ │ │ └── templates.md
│ │ │ ├── date-time-input.md
│ │ │ ├── dropdown.md
│ │ │ ├── file-input.md
│ │ │ ├── icon-button.md
│ │ │ ├── input.md
│ │ │ ├── linear-progress.md
│ │ │ ├── mask-input.md
│ │ │ ├── radio.md
│ │ │ ├── rating.md
│ │ │ ├── ripple.md
│ │ │ ├── select.md
│ │ │ ├── slider.md
│ │ │ ├── switch.md
│ │ │ ├── text-area.md
│ │ │ └── tooltip.md
│ │ ├── interactivity
│ │ │ └── accessibility-compliance.md
│ │ ├── layouts
│ │ │ ├── accordion.md
│ │ │ ├── avatar.md
│ │ │ ├── card.md
│ │ │ ├── carousel.md
│ │ │ ├── divider.md
│ │ │ ├── dock-manager-customization.md
│ │ │ ├── dock-manager-electron.md
│ │ │ ├── dock-manager-embedding-frames.md
│ │ │ ├── dock-manager-updating-panes.md
│ │ │ ├── dock-manager.md
│ │ │ ├── expansion-panel.md
│ │ │ ├── icon.md
│ │ │ ├── stepper.md
│ │ │ ├── tabs.md
│ │ │ └── tile-manager.md
│ │ ├── linear-gauge.md
│ │ ├── maps
│ │ │ └── map-api.md
│ │ ├── menus
│ │ │ ├── navbar.md
│ │ │ ├── navigation-drawer.md
│ │ │ └── toolbar.md
│ │ ├── nextjs-usage.md
│ │ ├── notifications
│ │ │ ├── banner.md
│ │ │ ├── dialog.md
│ │ │ ├── snackbar.md
│ │ │ └── toast.md
│ │ ├── radial-gauge.md
│ │ ├── scheduling
│ │ │ ├── calendar.md
│ │ │ └── date-picker.md
│ │ ├── spreadsheet-activation.md
│ │ ├── spreadsheet-chart-adapter.md
│ │ ├── spreadsheet-clipboard.md
│ │ ├── spreadsheet-commands.md
│ │ ├── spreadsheet-conditional-formatting.md
│ │ ├── spreadsheet-configuring.md
│ │ ├── spreadsheet-data-validation.md
│ │ ├── spreadsheet-hyperlinks.md
│ │ ├── spreadsheet-overview.md
│ │ ├── themes
│ │ │ ├── configuration.md
│ │ │ ├── elevations.md
│ │ │ ├── overview.md
│ │ │ ├── palettes.md
│ │ │ ├── styles.md
│ │ │ └── typography.md
│ │ ├── update-guide.md
│ │ └── zoomslider-overview.md
│ └── images
│ │ ├── Bullet_Graph_1.png
│ │ ├── Bullet_Graph_2.png
│ │ ├── Linear_Gauge_1.png
│ │ ├── Linear_Gauge_2.png
│ │ ├── Radial_Gauge_1.png
│ │ ├── Radial_Gauge_2.png
│ │ ├── avatar-markup.png
│ │ ├── category_chart_area.png
│ │ ├── category_chart_column.png
│ │ ├── category_chart_line.png
│ │ ├── category_chart_point.png
│ │ ├── category_chart_spline.png
│ │ ├── category_chart_splinearea.png
│ │ ├── category_chart_steparea.png
│ │ ├── category_chart_stepline.png
│ │ ├── category_chart_waterfall.png
│ │ ├── chartDefaults1.png
│ │ ├── chartDefaults2.png
│ │ ├── chartDefaults3.png
│ │ ├── chartDefaults4.png
│ │ ├── charts
│ │ ├── data-chart-type-category-area-series.png
│ │ ├── data-chart-type-category-bar-series.png
│ │ ├── data-chart-type-category-column-series.png
│ │ ├── data-chart-type-category-line-series.png
│ │ ├── data-chart-type-category-point-series.png
│ │ ├── data-chart-type-category-spline-area-series.png
│ │ ├── data-chart-type-category-spline-series.png
│ │ ├── data-chart-type-category-step-area-series.png
│ │ ├── data-chart-type-category-step-line-series.png
│ │ ├── data-chart-type-category-waterfall-series.png
│ │ ├── data-chart-type-financial-area-indicators.png
│ │ ├── data-chart-type-financial-candlestick-series.png
│ │ ├── data-chart-type-financial-column-indicators.png
│ │ ├── data-chart-type-financial-line-indicators.png
│ │ ├── data-chart-type-financial-ohlc-series.png
│ │ ├── data-chart-type-financial-overlays.png
│ │ ├── data-chart-type-polar-area-series.png
│ │ ├── data-chart-type-polar-line-series.png
│ │ ├── data-chart-type-polar-scatter-series.png
│ │ ├── data-chart-type-polar-spline-area-series.png
│ │ ├── data-chart-type-polar-spline-series.png
│ │ ├── data-chart-type-radial-area-series.PNG
│ │ ├── data-chart-type-radial-column-series.png
│ │ ├── data-chart-type-radial-line-series.png
│ │ ├── data-chart-type-radial-pie-series.png
│ │ ├── data-chart-type-range-area-series.png
│ │ ├── data-chart-type-range-column-series.png
│ │ ├── data-chart-type-scatter-area-series.png
│ │ ├── data-chart-type-scatter-bubble-series.PNG
│ │ ├── data-chart-type-scatter-contour-series.png
│ │ ├── data-chart-type-scatter-hd-series.png
│ │ ├── data-chart-type-scatter-line-series.PNG
│ │ ├── data-chart-type-scatter-point-series.PNG
│ │ ├── data-chart-type-scatter-polygon-series.png
│ │ ├── data-chart-type-scatter-polyline-series.png
│ │ ├── data-chart-type-scatter-spline-series.png
│ │ ├── data-chart-type-stacked-100-area-series.png
│ │ ├── data-chart-type-stacked-100-bar-series.png
│ │ ├── data-chart-type-stacked-100-column-series.png
│ │ ├── data-chart-type-stacked-100-line-series.png
│ │ ├── data-chart-type-stacked-100-spline-series.png
│ │ ├── data-chart-type-stacked-area-series.png
│ │ ├── data-chart-type-stacked-bar-series.png
│ │ ├── data-chart-type-stacked-column-series.png
│ │ ├── data-chart-type-stacked-line-series.png
│ │ ├── data-chart-type-stacked-spline-series.png
│ │ ├── doughnut-chart-explosion.png
│ │ ├── doughnut-chart-legend.png
│ │ ├── doughnut-chart-rings.png
│ │ ├── doughnut-chart-selection.png
│ │ ├── ignite-ui-angular-category-chart-high-volume-data-1100.gif
│ │ ├── ignite-ui-angular-financial-chart-custom-tooltips-1100.jpg
│ │ ├── ignite-ui-angular-financial-chart-modular-design-1100.jpg
│ │ ├── ignite-ui-angular-financial-chart-smart-data-binding-1100.jpg
│ │ ├── ignite-ui-angular-financial-chart-trendlines-1100.jpg
│ │ ├── ignite-ui-angular-financial-chart-zooming-1100.gif
│ │ ├── pie-chart-explosion.png
│ │ ├── pie-chart-legend.png
│ │ ├── pie-chart-others.png
│ │ ├── pie-chart-selection.png
│ │ └── polar-pie.png
│ │ ├── code-sandbox-seeklogo.com.svg
│ │ ├── color-editor.png
│ │ ├── dashboard-tile-toolbar.png
│ │ ├── dockmanager-document-host-docking.jpg
│ │ ├── dockmanager-electron-app.gif
│ │ ├── dockmanager-pane-docking.jpg
│ │ ├── dockmanager-root-docking.jpg
│ │ ├── dockmanager-splitter-docking.jpg
│ │ ├── financial_chart_bar.png
│ │ ├── financial_chart_candle.png
│ │ ├── financial_chart_column.png
│ │ ├── financial_chart_line.png
│ │ ├── general
│ │ ├── azure-ci-add-token-variable-1.jpg
│ │ ├── azure-ci-new-variable-2.jpg
│ │ ├── blazor-excel.png
│ │ ├── blazor-wasm-app-2.png
│ │ ├── blazor-wasm-app.png
│ │ ├── collapsed_indicator.png
│ │ ├── expand_indicator.png
│ │ ├── generate-token.JPG
│ │ ├── geo-map.png
│ │ ├── getting-started-blazor-card-windows.jpg
│ │ ├── getting-started-blazor-card.jpg
│ │ ├── greenCheck.png
│ │ ├── grid-geo-map.png
│ │ ├── landing-grid-page.png
│ │ ├── layout_mode.png
│ │ ├── lazy-loaded-assembly.png
│ │ ├── lazy-loading-of-assembly.png
│ │ ├── new-blazor-project-client.jpg
│ │ ├── new-blazor-project-configure-client.jpg
│ │ ├── new-blazor-project-configure-maui.jpg
│ │ ├── new-blazor-project-configure-server.jpg
│ │ ├── new-blazor-project-configuring-web-app.jpg
│ │ ├── new-blazor-project-info-client.jpg
│ │ ├── new-blazor-project-info-server.jpg
│ │ ├── new-blazor-project-maui.jpg
│ │ ├── new-blazor-project-server.jpg
│ │ ├── new-blazor-project-web-app-info.jpg
│ │ ├── new-blazor-project-web-app.jpg
│ │ ├── nodejs.svg
│ │ ├── nuget-manage-packages.jpg
│ │ ├── nuget-package-manager-browse.jpg
│ │ ├── nuget-package-manager-package-sources-ig-server.jpg
│ │ ├── nuget-package-manager-setting-menu-item.jpg
│ │ ├── redX.png
│ │ └── vs-code.svg
│ │ ├── grid_sizing
│ │ ├── columns-150px-empty-area-v2.jpg
│ │ ├── columns-150px-extra-area-v2.jpg
│ │ ├── columns-default-all-first-100px-v2.jpg
│ │ ├── columns-default-all-min-136px-v2.jpg
│ │ ├── columns-default-all-row-selectors-v2.jpg
│ │ ├── columns-default-first-rest-100px-v2.jpg
│ │ ├── columns-default-first-rest-300px-v2.jpg
│ │ ├── columns-default-gridWidth-null-v2.jpg
│ │ ├── columns-percent-100p-v2.jpg
│ │ ├── columns-percent-bigger-100p-v2.jpg
│ │ ├── columns-percent-gridWidth-null-v2.jpg
│ │ ├── columns-percent-less-100p-v2.jpg
│ │ ├── height-500px-14rows-v2.jpg
│ │ ├── height-500px-4rows-v2.jpg
│ │ ├── height-700px-14rows-parent-noscroll-v2.jpg
│ │ ├── height-700px-14rows-parent-scroll-v2.jpg
│ │ ├── height-null-14rows-v2.jpg
│ │ ├── height-null-24row-parent-scroll-v2.jpg
│ │ ├── height-null-24rows-parent-noscroll-v2.jpg
│ │ ├── height-null-24rows-parent-noscroll.jpg
│ │ ├── height-null-24rows-parent-scroll-v2.jpg
│ │ ├── height-null-24rows-v2.jpg
│ │ ├── height-percent-100-parent-100-v2.jpg
│ │ ├── height-percent-100-parent-800px-v2.jpg
│ │ ├── height-percent-130p-parent-noscroll-v2.jpg
│ │ ├── height-percent-130p-parent-scroll-v2.jpg
│ │ ├── height-undefined-14rows-v2.jpg
│ │ ├── height-undefined-7rows-v2.jpg
│ │ ├── hgrid-height-percentages-v2.jpg
│ │ ├── hgrid-width-percentages-v2.jpg
│ │ ├── width-cols-scroll-parent-noscroll-v2.jpg
│ │ ├── width-cols-scroll-parent-scroll-v2.jpg
│ │ ├── width-cols-scrollbar-v2.jpg
│ │ ├── width-null-no-scroll-v2.jpg
│ │ ├── width-null-parent-scroll-v2.jpg
│ │ ├── width-null-scroll-v2.jpg
│ │ ├── width-percent-100p-v2.jpg
│ │ ├── width-percent-150p-parent-noscroll-v2.jpg
│ │ ├── width-percent-150p-parent-scroll-v2.jpg
│ │ └── width-percent-parent-100p-v2.jpg
│ │ ├── hgrid-database.jpg
│ │ ├── loading.svg
│ │ ├── marketing
│ │ ├── grid-cell-row-selection.gif
│ │ ├── grid-column-animations.gif
│ │ ├── grid-column-moving.gif
│ │ ├── grid-column-options-dialog.jpg
│ │ ├── grid-column-pinning.jpg
│ │ ├── grid-column-resizing.gif
│ │ ├── grid-column-sorting.gif
│ │ ├── grid-column-summaries.jpg
│ │ ├── grid-column-types.jpg
│ │ ├── grid-filtering.jpg
│ │ ├── grid-keyboard-navigation.gif
│ │ ├── grid-paging.jpg
│ │ ├── grid-row-column-grouping.gif
│ │ ├── grid-row-pinning.gif
│ │ ├── ignite-ui-blazor-cta-banner-2.png
│ │ ├── ignite-ui-for-blazor.gif
│ │ ├── ignite-ui-for-react.gif
│ │ ├── ignite-ui-logo.svg
│ │ ├── ignite-ui-react-cta-banner-2.png
│ │ └── ignite-ui-web-components-cta-banner-2.png
│ │ ├── multi-row-layout-1.png
│ │ ├── stackblitz-logo.svg
│ │ ├── stepper
│ │ ├── stepper-contentTop.png
│ │ └── stepper-step.png
│ │ ├── tile-manager-actions.png
│ │ ├── toolbar_icons.png
│ │ ├── unfold_less_icon_screenshot.jpg
│ │ ├── wc-live-server.jpg
│ │ └── wc-project.jpg
└── kr
│ ├── components
│ ├── blazor-excel-library-temporarily-stop-automatic-calculation-of-formulas-to-speed-up-processing.md
│ ├── blazor-webassembly-how-to-read-and-write-excel-files-to-reduce-server-load.md
│ ├── bullet-graph.md
│ ├── charts
│ │ ├── chart-api.md
│ │ ├── chart-features.md
│ │ ├── chart-overview.md
│ │ ├── features
│ │ │ ├── chart-animations.md
│ │ │ ├── chart-annotations.md
│ │ │ ├── chart-axis-gridlines.md
│ │ │ ├── chart-axis-layouts.md
│ │ │ ├── chart-axis-options.md
│ │ │ ├── chart-data-filtering.md
│ │ │ ├── chart-highlighting.md
│ │ │ ├── chart-legends.md
│ │ │ ├── chart-markers.md
│ │ │ ├── chart-navigation.md
│ │ │ ├── chart-overlays.md
│ │ │ ├── chart-performance.md
│ │ │ ├── chart-synchronization.md
│ │ │ ├── chart-titles.md
│ │ │ ├── chart-tooltips.md
│ │ │ └── chart-trendlines.md
│ │ └── types
│ │ │ ├── area-chart.md
│ │ │ ├── bar-chart.md
│ │ │ ├── bubble-chart.md
│ │ │ ├── column-chart.md
│ │ │ ├── composite-chart.md
│ │ │ ├── donut-chart.md
│ │ │ ├── gantt-chart.md
│ │ │ ├── line-chart.md
│ │ │ ├── network-chart.md
│ │ │ ├── pie-chart.md
│ │ │ ├── point-chart.md
│ │ │ ├── polar-chart.md
│ │ │ ├── pyramid-chart.md
│ │ │ ├── radial-chart.md
│ │ │ ├── scatter-chart.md
│ │ │ ├── shape-chart.md
│ │ │ ├── sparkline-chart.md
│ │ │ ├── spline-chart.md
│ │ │ ├── stacked-chart.md
│ │ │ ├── step-chart.md
│ │ │ ├── stock-chart.md
│ │ │ └── treemap-chart.md
│ ├── customize-marker-display-in-blazor-charts.md
│ ├── editors
│ │ ├── date-picker.md
│ │ └── multi-column-combobox.md
│ ├── excel-library-using-cells.md
│ ├── excel-library-using-tables.md
│ ├── excel-library-using-workbooks.md
│ ├── excel-library-using-worksheets.md
│ ├── excel-library-working-with-charts.md
│ ├── excel-library-working-with-grids.md
│ ├── excel-library-working-with-sparklines.md
│ ├── excel-library.md
│ ├── excel-utility.md
│ ├── general-changelog-dv.md
│ ├── general-cli-overview.md
│ ├── general-getting-started.md
│ ├── general-licensing.md
│ ├── geo-map-binding-data-csv.md
│ ├── geo-map-binding-data-json-points.md
│ ├── geo-map-binding-data-model.md
│ ├── geo-map-binding-data-overview.md
│ ├── geo-map-binding-multiple-shapes.md
│ ├── geo-map-binding-multiple-sources.md
│ ├── geo-map-binding-shp-file.md
│ ├── geo-map-display-bing-imagery.md
│ ├── geo-map-display-esri-imagery.md
│ ├── geo-map-display-heat-imagery.md
│ ├── geo-map-display-imagery-types.md
│ ├── geo-map-display-osm-imagery.md
│ ├── geo-map-navigation.md
│ ├── geo-map-resources-esri.md
│ ├── geo-map-resources-shape-styling-utility.md
│ ├── geo-map-resources-world-connections.md
│ ├── geo-map-resources-world-locations.md
│ ├── geo-map-resources-world-util.md
│ ├── geo-map-shape-files-reference.md
│ ├── geo-map-shape-styling.md
│ ├── geo-map-type-scatter-area-series.md
│ ├── geo-map-type-scatter-bubble-series.md
│ ├── geo-map-type-scatter-contour-series.md
│ ├── geo-map-type-scatter-density-series.md
│ ├── geo-map-type-scatter-symbol-series.md
│ ├── geo-map-type-series.md
│ ├── geo-map-type-shape-polygon-series.md
│ ├── geo-map-type-shape-polyline-series.md
│ ├── geo-map.md
│ ├── grids
│ │ ├── _shared
│ │ │ └── template.md
│ │ ├── data-grid.md
│ │ ├── data-grid
│ │ │ ├── cell-activation.md
│ │ │ ├── cell-editing.md
│ │ │ ├── cell-selection.md
│ │ │ ├── column-animation.md
│ │ │ ├── column-filtering.md
│ │ │ ├── column-moving.md
│ │ │ ├── column-resizing.md
│ │ │ ├── column-sorting.md
│ │ │ ├── column-types.md
│ │ │ ├── horizontal-scrolling.md
│ │ │ ├── overview.md
│ │ │ ├── performance.md
│ │ │ ├── remote-data.md
│ │ │ ├── row-grouping.md
│ │ │ ├── row-paging.md
│ │ │ └── row-pinning.md
│ │ ├── grid
│ │ │ └── overview.md
│ │ ├── grids.md
│ │ ├── hierarchical-grid
│ │ │ └── overview.md
│ │ ├── list.md
│ │ ├── pivot-grid
│ │ │ └── overview.md
│ │ └── tree-grid
│ │ │ └── overview.md
│ ├── inputs
│ │ ├── badge.md
│ │ ├── button.md
│ │ ├── checkbox.md
│ │ ├── form.md
│ │ ├── icon-button.md
│ │ ├── radio.md
│ │ ├── ripple.md
│ │ └── switch.md
│ ├── linear-gauge.md
│ ├── menus
│ │ ├── navbar.md
│ │ └── navigation-drawer.md
│ ├── radial-gauge.md
│ ├── scheduling
│ │ └── calendar.md
│ ├── spreadsheet-activation.md
│ ├── spreadsheet-chart-adapter.md
│ ├── spreadsheet-clipboard.md
│ ├── spreadsheet-commands.md
│ ├── spreadsheet-conditional-formatting.md
│ ├── spreadsheet-configuring.md
│ ├── spreadsheet-data-validation.md
│ ├── spreadsheet-hyperlinks.md
│ ├── spreadsheet-overview.md
│ └── zoomslider-overview.md
│ └── images
│ ├── Bullet_Graph_1.png
│ ├── Bullet_Graph_2.png
│ ├── Linear_Gauge_1.png
│ ├── Linear_Gauge_2.png
│ ├── Radial_Gauge_1.png
│ ├── Radial_Gauge_2.png
│ ├── category_chart_area.png
│ ├── category_chart_column.png
│ ├── category_chart_line.png
│ ├── category_chart_point.png
│ ├── category_chart_spline.png
│ ├── category_chart_splinearea.png
│ ├── category_chart_steparea.png
│ ├── category_chart_stepline.png
│ ├── category_chart_waterfall.png
│ ├── code-sandbox-seeklogo.com.svg
│ ├── financial_chart_bar.png
│ ├── financial_chart_candle.png
│ ├── financial_chart_column.png
│ ├── financial_chart_line.png
│ ├── general
│ ├── blazor-excel.png
│ ├── blazor-wasm-app-2.png
│ ├── blazor-wasm-app.png
│ ├── geo-map.png
│ ├── lazy-loaded-assembly.png
│ ├── lazy-loading-of-assembly.png
│ ├── new-blazor-project-name.jpg
│ ├── new-blazor-project-template.jpg
│ ├── new-blazor-project.jpg
│ ├── nodejs.svg
│ ├── nuget-manage-packages.jpg
│ ├── nuget-package-manager-browse.jpg
│ ├── nuget-package-manager-package-sources-ig-server.jpg
│ ├── nuget-package-manager-setting-menu-item.jpg
│ └── vs-code.svg
│ ├── loading.svg
│ └── stackblitz-logo.svg
├── docComponents.json
├── docConfig.json
├── docfx
├── en
│ ├── api
│ │ └── index.md
│ ├── components
│ │ └── toc.json
│ ├── docfx.json
│ ├── environment.json
│ ├── global.json
│ ├── index.md
│ └── toc.yml
├── jp
│ ├── api
│ │ └── index.md
│ ├── components
│ │ └── toc.json
│ ├── docfx.json
│ ├── environment.json
│ ├── global.json
│ ├── index.md
│ └── toc.yml
└── kr
│ ├── api
│ └── index.md
│ ├── components
│ └── toc.json
│ ├── docfx.json
│ ├── environment.json
│ ├── global.json
│ ├── index.md
│ └── toc.yml
├── gulpfile.js
├── override
├── main.css
└── styles-bundle.min.css
├── package-lock.json
├── package.json
├── src
└── ext
│ ├── ComponentDetector.ts
│ ├── JsonEx.ts
│ ├── Logger.ts
│ ├── MappingLoader.ts
│ ├── MarkdownContent.ts
│ ├── MarkdownTransformer.ts
│ ├── MarkdownVerifier.ts
│ ├── PlatformDetector.ts
│ └── RedirectManager.ts
├── stats
├── docStats-Angular.json
├── docStats-Blazor.json
├── docStats-React.json
└── docStats-WC.json
├── templates
├── sample.edit.buttons.html
├── web.UrlRewriting.config
└── web.config
├── test
├── testing-library.ts
└── transformation.spec.ts
├── tsconfig.json
├── web.UrlRewriting.config
├── web.config
└── yarn.lock
/.config/dotnet-tools.json:
--------------------------------------------------------------------------------
1 | {
2 | "version": 1,
3 | "isRoot": true,
4 | "tools": {
5 | "docfx": {
6 | "version": "2.64.0",
7 | "commands": [
8 | "docfx"
9 | ]
10 | }
11 | }
12 | }
--------------------------------------------------------------------------------
/.github/workflows/build-angular.yml:
--------------------------------------------------------------------------------
1 | # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
2 | # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3 |
4 | name: Build Angular CI
5 |
6 | on:
7 | push:
8 | branches: [ master, vnext ]
9 | pull_request:
10 | branches: [ master, vnext ]
11 |
12 | jobs:
13 | build:
14 |
15 | runs-on: ubuntu-latest
16 |
17 | strategy:
18 | matrix:
19 | node-version: [16.x, 18.x]
20 |
21 | steps:
22 | - uses: actions/checkout@v3
23 | - name: Use Node.js ${{ matrix.node-version }}
24 | uses: actions/setup-node@v3
25 | with:
26 | node-version: ${{ matrix.node-version }}
27 | - name: Install packages
28 | run: npm ci
29 | - name: DotNet tool restore
30 | run: dotnet tool restore
31 | - name: Build Angular
32 | run: npm run build-docfx-angular
33 | - name: Test Angular
34 | run: npm run test --testPlatform=Angular
35 |
--------------------------------------------------------------------------------
/.github/workflows/build-blazor.yml:
--------------------------------------------------------------------------------
1 | # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
2 | # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3 |
4 | name: Build Blazor CI
5 |
6 | on:
7 | push:
8 | branches: [ master, vnext ]
9 | pull_request:
10 | branches: [ master, vnext ]
11 |
12 | jobs:
13 | build:
14 |
15 | runs-on: ubuntu-latest
16 |
17 | strategy:
18 | matrix:
19 | node-version: [16.x, 18.x]
20 |
21 | steps:
22 | - uses: actions/checkout@v3
23 | - name: Use Node.js ${{ matrix.node-version }}
24 | uses: actions/setup-node@v3
25 | with:
26 | node-version: ${{ matrix.node-version }}
27 | - name: Install packages
28 | run: npm ci
29 | - name: DotNet tool restore
30 | run: dotnet tool restore
31 | - name: Build Blazor
32 | run: npm run build-docfx-blazor
33 | - name: Test Blazor
34 | run: npm run test --testPlatform=Blazor
35 |
--------------------------------------------------------------------------------
/.github/workflows/build-react.yml:
--------------------------------------------------------------------------------
1 | # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
2 | # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3 |
4 | name: Build React CI
5 |
6 | on:
7 | push:
8 | branches: [ master, vnext ]
9 | pull_request:
10 | branches: [ master, vnext ]
11 |
12 | jobs:
13 | build:
14 |
15 | runs-on: ubuntu-latest
16 |
17 | strategy:
18 | matrix:
19 | node-version: [16.x, 18.x]
20 |
21 | steps:
22 | - uses: actions/checkout@v3
23 | - name: Use Node.js ${{ matrix.node-version }}
24 | uses: actions/setup-node@v3
25 | with:
26 | node-version: ${{ matrix.node-version }}
27 | - name: Install packages
28 | run: npm ci
29 | - name: DotNet tool restore
30 | run: dotnet tool restore
31 | - name: Build React
32 | run: npm run build-docfx-react
33 | - name: Test React
34 | run: npm run test --testPlatform=React
35 |
--------------------------------------------------------------------------------
/.github/workflows/build-wc.yml:
--------------------------------------------------------------------------------
1 | # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
2 | # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3 |
4 | name: Build WebComponents CI
5 |
6 | on:
7 | push:
8 | branches: [ master, vnext ]
9 | pull_request:
10 | branches: [ master, vnext ]
11 |
12 | jobs:
13 | build:
14 |
15 | runs-on: ubuntu-latest
16 |
17 | strategy:
18 | matrix:
19 | node-version: [16.x, 18.x]
20 |
21 | steps:
22 | - uses: actions/checkout@v3
23 | - name: Use Node.js ${{ matrix.node-version }}
24 | uses: actions/setup-node@v3
25 | with:
26 | node-version: ${{ matrix.node-version }}
27 | - name: Install packages
28 | run: npm ci
29 | - name: DotNet tool restore
30 | run: dotnet tool restore
31 | - name: Build WebComponents
32 | run: npm run build-docfx-wc
33 | - name: Test WebComponents
34 | run: npm run test --testPlatform=WebComponents
35 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | node_modules
2 | build
3 | npm-debug.log
4 | .env
5 | .DS_Store
6 | dist
7 | dist_BK
8 | src/**/*.js
9 | src/**/*.js.map
10 | test/**/*.js
11 | test/**/*.js.map
12 |
13 | doc/**/obsolete
14 |
15 | samples-*.json
16 |
17 | # excluding auto-generated files:
18 | docfx/**/components/toc_*.json
19 | docfx/**/components/toc.yml
20 | docfx/**/web.config
21 |
22 | # excluding to avoid errors with yarn install
23 | # package-lock.json
24 |
25 | _exported_templates
26 |
27 | _angular-org-grids
28 |
29 | # shared-files-start
30 | doc/en/components/grids/grid/template.md
31 | doc/en/components/grids/tree-grid/template.md
32 | doc/en/components/grids/pivot-grid/template.md
33 | doc/en/components/grids/hierarchical-grid/template.md
34 | doc/jp/components/grids/grid/template.md
35 | doc/jp/components/grids/tree-grid/template.md
36 | doc/jp/components/grids/pivot-grid/template.md
37 | doc/jp/components/grids/hierarchical-grid/template.md
38 | doc/kr/components/grids/grid/template.md
39 | doc/kr/components/grids/tree-grid/template.md
40 | doc/kr/components/grids/pivot-grid/template.md
41 | doc/kr/components/grids/hierarchical-grid/template.md
42 | # shared-files-end
43 |
--------------------------------------------------------------------------------
/.vs/ProjectSettings.json:
--------------------------------------------------------------------------------
1 | {
2 | "CurrentProjectSetting": null
3 | }
--------------------------------------------------------------------------------
/.vs/VSWorkspaceState.json:
--------------------------------------------------------------------------------
1 | {
2 | "ExpandedNodes": [
3 | ""
4 | ],
5 | "PreviewInSolutionExplorer": false
6 | }
--------------------------------------------------------------------------------
/.vscode/docfx-assistant/topic-cache.json:
--------------------------------------------------------------------------------
1 | []
--------------------------------------------------------------------------------
/.vscode/launch.json:
--------------------------------------------------------------------------------
1 | {
2 | // Use IntelliSense to learn about possible attributes.
3 | // Hover to view descriptions of existing attributes.
4 | // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5 | "version": "0.2.0",
6 | "configurations": [
7 |
8 | {
9 | "type": "node",
10 | "request": "launch",
11 | "name": "Debug buildBlazor",
12 | "program": "${workspaceRoot}/node_modules/gulp/bin/gulp.js",
13 | "args": [
14 | "buildBlazor"
15 | ]
16 | }
17 | ]
18 | }
--------------------------------------------------------------------------------
/.vscode/settings.json:
--------------------------------------------------------------------------------
1 | {
2 | "files.exclude": {
3 | "**/.git": true,
4 | "**/.svn": true,
5 | "**/.hg": true,
6 | "**/CVS": true,
7 | "**/.DS_Store": true,
8 | "**/*.js": {"when": "$(basename).ts"},
9 | "**/*.js.map": true
10 | },
11 | "files.associations" {
12 | "**/azure-pipelines/*.yml": "azure-pipelines"
13 | },
14 | "workbench.editor.enablePreview": false,
15 | "workbench.editor.enablePreviewFromQuickOpen": false,
16 | "workbench.colorCustomizations": {
17 | "activityBar.background": "#202D47",
18 | "titleBar.activeBackground": "#2D4063",
19 | "titleBar.activeForeground": "#F9FAFC"
20 | },
21 | "cSpell.words": [
22 | ]
23 | }
24 |
--------------------------------------------------------------------------------
/.vscode/tasks.json:
--------------------------------------------------------------------------------
1 | {
2 | "version": "2.0.0",
3 | "tasks": [
4 | {
5 | "type": "npm",
6 | "script": "build-docfx-wc",
7 | "group": "build",
8 | "problemMatcher": [],
9 | "label": "npm: build-docfx-wc",
10 | "detail": "tsc && gulp buildDocfx_WC"
11 | }
12 | ]
13 | }
--------------------------------------------------------------------------------
/CHECKLIST.md:
--------------------------------------------------------------------------------
1 |
2 | All topics should have the following:
3 |
4 | - in metadata, `mentionedTypes` array has at least 1 component name, e.g. 'CategoryChart'
5 |
6 | - paragraphs should mention API members or properties, e.g. `ChartType`
7 |
8 | - a section called **Additional Resources** with links to related topics
9 |
10 | - a section called **API Members** with API members to related topics
11 |
12 |
--------------------------------------------------------------------------------
/CODEOWNERS:
--------------------------------------------------------------------------------
1 | # code owners must approve PRs with they make changes to these files:
2 |
3 | # @HUSSAR-mtrela must approve DV topics
4 | # **/charts/**/*.md @HUSSAR-mtrela
5 | # **/maps/**/*.md @HUSSAR-mtrela
6 | # **/gauges/**/*.md @HUSSAR-mtrela
7 | # **/geo-map*.md @HUSSAR-mtrela
8 |
9 | # @HUSSAR-mtrela must approve XPLAT docs source
10 | src/**/*.* @HUSSAR-mtrela
11 | **/*.js @HUSSAR-mtrela
12 | **/*.ts @HUSSAR-mtrela
13 | gulpfile.js @HUSSAR-mtrela
14 |
15 | # @HUSSAR-mtrela must approve XPLAT docs config
16 | ./.gitignore @HUSSAR-mtrela
17 | # ./*.json @HUSSAR-mtrela
18 | # **/*.config @HUSSAR-mtrela
19 | # apiMap/**/*.* @HUSSAR-mtrela
20 |
21 | CODEOWNERS @HUSSAR-mtrela
--------------------------------------------------------------------------------
/XplatDocFX.nuspec:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | XplatDocFX_$plat$_$type$
5 | Infragistics XplatDocFX_$plat$_$type$
6 | 1.0.0
7 | Infragistics
8 | Infragistics, Inc.
9 | false
10 | This is a package that can be used with Octopus deployer
11 |
12 |
13 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/apiMap/Angular/DV.DataAdapters.FDC3.JS.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/Angular/DV.DataAdapters.Financial.JS.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[
2 | {
3 | "originalName": "StockChangedEventArgs",
4 | "originalNamespace": "Infragistics.DataAdapters",
5 | "packageName": "igniteui-core",
6 | "names":[{"platform": "Angular","fileName": "igx-stock-changed-event-args.ts","mappedName": "IgxStockChangedEventArgs"}],
7 | "members":[
8 | {"names":[{"platform": "Angular", "mappedType": "string[]","mappedName": "addedSymbols"}], "originalName": "AddedSymbols"},
9 | {"names":[{"platform": "Angular", "mappedType": "string[]","mappedName": "removedSymbols"}], "originalName": "RemovedSymbols"} ]
10 | }]
11 | }
--------------------------------------------------------------------------------
/apiMap/Angular/DV.Shared.SCROLLER.JS.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[
2 | {
3 | "originalName": "ScrollbarStyle",
4 | "originalNamespace": "Infragistics.Controls.Navigation",
5 | "isEnum":true,
6 | "packageName": "igniteui-core",
7 | "names":[{"platform": "Angular","fileName": "ScrollbarStyle.ts","mappedName": "ScrollbarStyle"}],
8 | "members":[
9 | {"names":[{"platform": "Angular", "mappedType": "void","mappedName": "init"}], "originalName": ".ctor"},
10 | {"names":[{"platform": "Angular", "mappedType": "ScrollbarStyle","mappedName": "Default"}], "originalName": "Default"},
11 | {"names":[{"platform": "Angular", "mappedType": "ScrollbarStyle","mappedName": "Fading"}], "originalName": "Fading"},
12 | {"names":[{"platform": "Angular", "mappedType": "ScrollbarStyle","mappedName": "Thin"}], "originalName": "Thin"} ]
13 | }]
14 | }
--------------------------------------------------------------------------------
/apiMap/Angular/DV.Shared.VISUALDATA.JS.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/Angular/DataChart.INTERACTIVITY.JS.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/Angular/DataChart.VISUALDATA.JS.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/Angular/Documents.Core_CORE.JS.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[
2 | {
3 | "originalName": "DocumentEncryptedException",
4 | "originalNamespace": "Infragistics.Documents.Core",
5 | "originalBaseTypeNamespace": "System",
6 | "originalBaseTypeName": "InvalidOperationException",
7 | "packageName": "igniteui-excel",
8 | "names":[{"platform": "Angular","fileName": "DocumentEncryptedException.ts","mappedName": "DocumentEncryptedException"}],
9 | "members":[
10 | {"names":[{"platform": "Angular", "mappedType": "void","mappedName": ".ctor"}], "originalName": ".ctor"} ]
11 | }]
12 | }
--------------------------------------------------------------------------------
/apiMap/Angular/Documents.Core_OPENXML.JS.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/Angular/Excel_FUNCTIONS.JS.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/Angular/Excel_SERIALIZATION_BIFF8.JS.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/Angular/Spreadsheet.ChartAdapter.JS.apiMap.json:
--------------------------------------------------------------------------------
1 | {
2 | "extraFiles": ["igx-spreadsheet-chart-adapter-module.ts"],
3 | "types":[
4 | {
5 | "originalName": "SpreadsheetChartAdapter",
6 | "originalNamespace": "Infragistics.Controls.Grids",
7 | "originalBaseTypeNamespace": "Infragistics.Controls.Grids",
8 | "originalBaseTypeName": "SpreadsheetChartAdapterBase",
9 | "packageName": "igniteui-spreadsheet-chart-adapter",
10 | "names":[{"platform": "Angular","fileName": "SpreadsheetChartAdapter.ts","mappedName": "SpreadsheetChartAdapter"}],
11 | "members":[
12 | {"names":[{"platform": "Angular", "mappedType": "void","mappedName": ".ctor"}], "originalName": ".ctor"} ]
13 | }]
14 | }
--------------------------------------------------------------------------------
/apiMap/Angular/SummaryChooser.JS.apiMap.json:
--------------------------------------------------------------------------------
1 | {
2 | "extraFiles": ["igx-summary-chooser-module.ts"],
3 | "types":[
4 | {
5 | "originalName": "SummaryChangedEventArgs",
6 | "originalNamespace": "Infragistics.Controls.Grid.Implementation",
7 | "packageName": "igniteui-grids",
8 | "names":[{"platform": "Angular","fileName": "igx-summary-changed-event-args.ts","mappedName": "IgxSummaryChangedEventArgs"}],
9 | "members":[
10 | {"names":[{"platform": "Angular", "mappedType": "string", "mappedName": "iD"}], "originalName": "ID"},
11 | {"names":[{"platform": "Angular", "mappedType": "boolean", "mappedName": "isEnabled"}], "originalName": "IsEnabled"} ]
12 | }]
13 | }
--------------------------------------------------------------------------------
/apiMap/Angular/Undo.JS.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/Blazor/ColumnChooser.JS.blazor.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[
2 | {
3 | "originalName": "ColumnChooser",
4 | "originalNamespace": "Infragistics.Controls.Grids.Implementation",
5 | "packageName": "igniteui-grids",
6 | "names":[{"platform": "Blazor","fileName": "ColumnChooser.cs","mappedName": "IgbColumnChooser"}],
7 | "members":[
8 | {"names":[{"platform": "Blazor", "mappedType": "string", "mappedName": "BackgroundColor"}], "originalName": "BackgroundColor"},
9 | {"names":[{"platform": "Blazor", "mappedType": "BaseControlTheme","mappedName": "BaseTheme"}], "originalName": "BaseTheme"},
10 | {"names":[{"platform": "Blazor", "mappedType": "ControlDisplayDensity","mappedName": "Density"}], "originalName": "Density"},
11 | {"names":[{"platform": "Blazor", "mappedType": "string", "mappedName": "FilterPlaceholderText"}], "originalName": "FilterPlaceholderText"},
12 | {"names":[{"platform": "Blazor", "mappedType": "IgbDataGrid","mappedName": "TargetGrid"}], "originalName": "TargetGrid"},
13 | {"names":[{"platform": "Blazor", "mappedType": "string", "mappedName": "Title"}], "originalName": "Title"},
14 | {"names":[{"platform": "Blazor", "mappedType": "string", "mappedName": "TitleColor"}], "originalName": "TitleColor"} ]
15 | }]
16 | }
--------------------------------------------------------------------------------
/apiMap/Blazor/ColumnPinning.JS.blazor.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[
2 | {
3 | "originalName": "ColumnPinning",
4 | "originalNamespace": "Infragistics.Controls.Grids.Implementation",
5 | "packageName": "igniteui-grids",
6 | "names":[{"platform": "Blazor","fileName": "ColumnPinning.cs","mappedName": "IgbColumnPinning"}],
7 | "members":[
8 | {"names":[{"platform": "Blazor", "mappedType": "string", "mappedName": "BackgroundColor"}], "originalName": "BackgroundColor"},
9 | {"names":[{"platform": "Blazor", "mappedType": "BaseControlTheme","mappedName": "BaseTheme"}], "originalName": "BaseTheme"},
10 | {"names":[{"platform": "Blazor", "mappedType": "ControlDisplayDensity","mappedName": "Density"}], "originalName": "Density"},
11 | {"names":[{"platform": "Blazor", "mappedType": "string", "mappedName": "FilterPlaceholderText"}], "originalName": "FilterPlaceholderText"},
12 | {"names":[{"platform": "Blazor", "mappedType": "IgbDataGrid","mappedName": "TargetGrid"}], "originalName": "TargetGrid"},
13 | {"names":[{"platform": "Blazor", "mappedType": "string", "mappedName": "Title"}], "originalName": "Title"},
14 | {"names":[{"platform": "Blazor", "mappedType": "string", "mappedName": "TitleColor"}], "originalName": "TitleColor"} ]
15 | }]
16 | }
--------------------------------------------------------------------------------
/apiMap/Blazor/DV.DataAdapters.FDC3.JS.blazor.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/Blazor/DV.DataAdapters.Financial.JS.blazor.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[
2 | {
3 | "originalName": "StockChangedEventArgs",
4 | "originalNamespace": "Infragistics.DataAdapters",
5 | "packageName": "igniteui-core",
6 | "names":[{"platform": "Blazor","fileName": "StockChangedEventArgs.cs","mappedName": "IgbStockChangedEventArgs"}],
7 | "members":[
8 | {"names":[{"platform": "Blazor", "mappedType": "string[]","mappedName": "AddedSymbols"}], "originalName": "AddedSymbols"},
9 | {"names":[{"platform": "Blazor", "mappedType": "string[]","mappedName": "RemovedSymbols"}], "originalName": "RemovedSymbols"} ]
10 | }]
11 | }
--------------------------------------------------------------------------------
/apiMap/Blazor/DV.Shared.SCROLLER.JS.blazor.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/Blazor/DV.Shared.VISUALDATA.JS.blazor.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/Blazor/DataChart.INTERACTIVITY.JS.blazor.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/Blazor/DataChart.VISUALDATA.JS.blazor.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/Blazor/Documents.Core_CORE.JS.blazor.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/Blazor/Documents.Core_OPENXML.JS.blazor.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/Blazor/Excel_CORE.JS.blazor.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/Blazor/Excel_FUNCTIONS.JS.blazor.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/Blazor/Excel_SERIALIZATION_BIFF8.JS.blazor.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/Blazor/Excel_SERIALIZATION_OPENXML.JS.blazor.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/Blazor/Spreadsheet.ChartAdapter.JS.blazor.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/Blazor/Spreadsheet.JS.blazor.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/Blazor/SummaryChooser.JS.blazor.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[
2 | {
3 | "originalName": "SummaryChangedEventArgs",
4 | "originalNamespace": "Infragistics.Controls.Grid.Implementation",
5 | "packageName": "igniteui-grids",
6 | "names":[{"platform": "Blazor","fileName": "SummaryChangedEventArgs.cs","mappedName": "IgbSummaryChangedEventArgs"}],
7 | "members":[
8 | {"names":[{"platform": "Blazor", "mappedType": "string", "mappedName": "ID"}], "originalName": "ID"},
9 | {"names":[{"platform": "Blazor", "mappedType": "bool", "mappedName": "IsEnabled"}], "originalName": "IsEnabled"} ]
10 | }]
11 | }
--------------------------------------------------------------------------------
/apiMap/Blazor/Undo.JS.blazor.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/React/DV.DataAdapters.FDC3.JS.r.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/React/DV.DataAdapters.Financial.JS.r.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[
2 | {
3 | "originalName": "StockChangedEventArgs",
4 | "originalNamespace": "Infragistics.DataAdapters",
5 | "packageName": "igniteui-core",
6 | "names":[{"platform": "React","fileName": "igr-stock-changed-event-args.ts","mappedName": "IgrStockChangedEventArgs"}],
7 | "members":[
8 | {"names":[{"platform": "React", "mappedType": "string[]","mappedName": "addedSymbols"}], "originalName": "AddedSymbols"},
9 | {"names":[{"platform": "React", "mappedType": "string[]","mappedName": "removedSymbols"}], "originalName": "RemovedSymbols"} ]
10 | }]
11 | }
--------------------------------------------------------------------------------
/apiMap/React/DV.Shared.SCROLLER.JS.r.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[
2 | {
3 | "originalName": "ScrollbarStyle",
4 | "originalNamespace": "Infragistics.Controls.Navigation",
5 | "isEnum":true,
6 | "packageName": "igniteui-core",
7 | "names":[{"platform": "React","fileName": "ScrollbarStyle.ts","mappedName": "ScrollbarStyle"}],
8 | "members":[
9 | {"names":[{"platform": "React", "mappedType": "void","mappedName": "init"}], "originalName": ".ctor"},
10 | {"names":[{"platform": "React", "mappedType": "ScrollbarStyle","mappedName": "Default"}], "originalName": "Default"},
11 | {"names":[{"platform": "React", "mappedType": "ScrollbarStyle","mappedName": "Fading"}], "originalName": "Fading"},
12 | {"names":[{"platform": "React", "mappedType": "ScrollbarStyle","mappedName": "Thin"}], "originalName": "Thin"} ]
13 | }]
14 | }
--------------------------------------------------------------------------------
/apiMap/React/DV.Shared.VISUALDATA.JS.r.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/React/DataChart.INTERACTIVITY.JS.r.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/React/DataChart.VISUALDATA.JS.r.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/React/Documents.Core_CORE.JS.r.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[
2 | {
3 | "originalName": "DocumentEncryptedException",
4 | "originalNamespace": "Infragistics.Documents.Core",
5 | "originalBaseTypeNamespace": "System",
6 | "originalBaseTypeName": "InvalidOperationException",
7 | "packageName": "igniteui-excel",
8 | "names":[{"platform": "React","fileName": "DocumentEncryptedException.ts","mappedName": "DocumentEncryptedException"}],
9 | "members":[
10 | {"names":[{"platform": "React", "mappedType": "void","mappedName": ".ctor"}], "originalName": ".ctor"} ]
11 | }]
12 | }
--------------------------------------------------------------------------------
/apiMap/React/Documents.Core_OPENXML.JS.r.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/React/Excel_FUNCTIONS.JS.r.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/React/Excel_SERIALIZATION_BIFF8.JS.r.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/React/Spreadsheet.ChartAdapter.JS.r.apiMap.json:
--------------------------------------------------------------------------------
1 | {
2 | "extraFiles": ["igr-spreadsheet-chart-adapter-module.ts"],
3 | "types":[
4 | {
5 | "originalName": "SpreadsheetChartAdapter",
6 | "originalNamespace": "Infragistics.Controls.Grids",
7 | "originalBaseTypeNamespace": "Infragistics.Controls.Grids",
8 | "originalBaseTypeName": "SpreadsheetChartAdapterBase",
9 | "packageName": "igniteui-spreadsheet-chart-adapter",
10 | "names":[{"platform": "React","fileName": "SpreadsheetChartAdapter.ts","mappedName": "SpreadsheetChartAdapter"}],
11 | "members":[
12 | {"names":[{"platform": "React", "mappedType": "void","mappedName": ".ctor"}], "originalName": ".ctor"} ]
13 | }]
14 | }
--------------------------------------------------------------------------------
/apiMap/React/SummaryChooser.JS.r.apiMap.json:
--------------------------------------------------------------------------------
1 | {
2 | "extraFiles": ["igr-summary-chooser-module.ts"],
3 | "types":[
4 | {
5 | "originalName": "SummaryChangedEventArgs",
6 | "originalNamespace": "Infragistics.Controls.Grid.Implementation",
7 | "packageName": "igniteui-grids",
8 | "names":[{"platform": "React","fileName": "igr-summary-changed-event-args.ts","mappedName": "IgrSummaryChangedEventArgs"}],
9 | "members":[
10 | {"names":[{"platform": "React", "mappedType": "string", "mappedName": "iD"}], "originalName": "ID"},
11 | {"names":[{"platform": "React", "mappedType": "boolean", "mappedName": "isEnabled"}], "originalName": "IsEnabled"} ]
12 | }]
13 | }
--------------------------------------------------------------------------------
/apiMap/React/Undo.JS.r.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/WebComponents/DV.DataAdapters.FDC3.JS.wc.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/WebComponents/DV.DataAdapters.Financial.JS.wc.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[
2 | {
3 | "originalName": "StockChangedEventArgs",
4 | "originalNamespace": "Infragistics.DataAdapters",
5 | "packageName": "igniteui-core",
6 | "names":[{"platform": "WebComponents","fileName": "igc-stock-changed-event-args.ts","mappedName": "IgcStockChangedEventArgs"}],
7 | "members":[
8 | {"names":[{"platform": "WebComponents", "mappedType": "string[]","mappedName": "addedSymbols"}], "originalName": "AddedSymbols"},
9 | {"names":[{"platform": "WebComponents", "mappedType": "string[]","mappedName": "removedSymbols"}], "originalName": "RemovedSymbols"} ]
10 | }]
11 | }
--------------------------------------------------------------------------------
/apiMap/WebComponents/DV.Shared.SCROLLER.JS.wc.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[
2 | {
3 | "originalName": "ScrollbarStyle",
4 | "originalNamespace": "Infragistics.Controls.Navigation",
5 | "isEnum":true,
6 | "packageName": "igniteui-core",
7 | "names":[{"platform": "WebComponents","fileName": "ScrollbarStyle.ts","mappedName": "ScrollbarStyle"}],
8 | "members":[
9 | {"names":[{"platform": "WebComponents", "mappedType": "void","mappedName": "init"}], "originalName": ".ctor"},
10 | {"names":[{"platform": "WebComponents", "mappedType": "ScrollbarStyle","mappedName": "Default"}], "originalName": "Default"},
11 | {"names":[{"platform": "WebComponents", "mappedType": "ScrollbarStyle","mappedName": "Fading"}], "originalName": "Fading"},
12 | {"names":[{"platform": "WebComponents", "mappedType": "ScrollbarStyle","mappedName": "Thin"}], "originalName": "Thin"} ]
13 | }]
14 | }
--------------------------------------------------------------------------------
/apiMap/WebComponents/DV.Shared.VISUALDATA.JS.wc.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/WebComponents/DataChart.INTERACTIVITY.JS.wc.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/WebComponents/DataChart.VISUALDATA.JS.wc.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/WebComponents/Documents.Core_CORE.JS.wc.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[
2 | {
3 | "originalName": "DocumentEncryptedException",
4 | "originalNamespace": "Infragistics.Documents.Core",
5 | "originalBaseTypeNamespace": "System",
6 | "originalBaseTypeName": "InvalidOperationException",
7 | "packageName": "igniteui-excel",
8 | "names":[{"platform": "WebComponents","fileName": "DocumentEncryptedException.ts","mappedName": "DocumentEncryptedException"}],
9 | "members":[
10 | {"names":[{"platform": "WebComponents", "mappedType": "void","mappedName": ".ctor"}], "originalName": ".ctor"} ]
11 | }]
12 | }
--------------------------------------------------------------------------------
/apiMap/WebComponents/Documents.Core_OPENXML.JS.wc.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/WebComponents/Excel_FUNCTIONS.JS.wc.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/WebComponents/Excel_SERIALIZATION_BIFF8.JS.wc.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/apiMap/WebComponents/Spreadsheet.ChartAdapter.JS.wc.apiMap.json:
--------------------------------------------------------------------------------
1 | {
2 | "extraFiles": ["igc-spreadsheet-chart-adapter-module.ts"],
3 | "types":[
4 | {
5 | "originalName": "SpreadsheetChartAdapter",
6 | "originalNamespace": "Infragistics.Controls.Grids",
7 | "originalBaseTypeNamespace": "Infragistics.Controls.Grids",
8 | "originalBaseTypeName": "SpreadsheetChartAdapterBase",
9 | "packageName": "igniteui-spreadsheet-chart-adapter",
10 | "names":[{"platform": "WebComponents","fileName": "SpreadsheetChartAdapter.ts","mappedName": "SpreadsheetChartAdapter"}],
11 | "members":[
12 | {"names":[{"platform": "WebComponents", "mappedType": "void","mappedName": ".ctor"}], "originalName": ".ctor"} ]
13 | }]
14 | }
--------------------------------------------------------------------------------
/apiMap/WebComponents/SummaryChooser.JS.wc.apiMap.json:
--------------------------------------------------------------------------------
1 | {
2 | "extraFiles": ["igc-summary-chooser-module.ts"],
3 | "types":[
4 | {
5 | "originalName": "SummaryChangedEventArgs",
6 | "originalNamespace": "Infragistics.Controls.Grid.Implementation",
7 | "packageName": "igniteui-grids",
8 | "names":[{"platform": "WebComponents","fileName": "igc-summary-changed-event-args.ts","mappedName": "IgcSummaryChangedEventArgs"}],
9 | "members":[
10 | {"names":[{"platform": "WebComponents", "mappedType": "string", "mappedName": "iD"}], "originalName": "ID"},
11 | {"names":[{"platform": "WebComponents", "mappedType": "boolean", "mappedName": "isEnabled"}], "originalName": "IsEnabled"} ]
12 | }]
13 | }
--------------------------------------------------------------------------------
/apiMap/WebComponents/Undo.JS.wc.apiMap.json:
--------------------------------------------------------------------------------
1 | { "types":[]
2 | }
--------------------------------------------------------------------------------
/doc/en/components/excel-library-working-with-grids.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: {Platform} Excel Library| Data Spreadsheet | Infragistics
3 | _description: Use the Excel Library to work with spreadsheet data using Microsoft Excel features. Easily transfer data from excel to your application.
4 | _keywords: Excel library, {ProductName}, Infragistics
5 | mentionedTypes: ["Workbook"]
6 | ---
7 | # {Platform} Working with Grids
8 |
9 | TODO
10 |
11 | ## {Platform} Working with Grids Example
12 |
13 |
14 | `sample="/excel/excel-library/working-with-grids", height="500", alt="{Platform} Working with Grids Example"`
15 |
16 |
17 |
18 | ## Usage
19 | The following code demonstrates how to use ... TODO
20 |
21 | ```ts
22 | TODO
23 | ```
24 |
25 | ## API References
26 |
27 | - `Workbook`
--------------------------------------------------------------------------------
/doc/en/components/grids/grid/overview.txt:
--------------------------------------------------------------------------------
1 | NOTE the actual overview topic is in /grids/data-grid.md
--------------------------------------------------------------------------------
/doc/en/images/Bullet_Graph_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/Bullet_Graph_1.png
--------------------------------------------------------------------------------
/doc/en/images/Bullet_Graph_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/Bullet_Graph_2.png
--------------------------------------------------------------------------------
/doc/en/images/Linear_Gauge_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/Linear_Gauge_1.png
--------------------------------------------------------------------------------
/doc/en/images/Linear_Gauge_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/Linear_Gauge_2.png
--------------------------------------------------------------------------------
/doc/en/images/Radial_Gauge_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/Radial_Gauge_1.png
--------------------------------------------------------------------------------
/doc/en/images/Radial_Gauge_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/Radial_Gauge_2.png
--------------------------------------------------------------------------------
/doc/en/images/avatar-markup.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/avatar-markup.png
--------------------------------------------------------------------------------
/doc/en/images/category_chart_area.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/category_chart_area.png
--------------------------------------------------------------------------------
/doc/en/images/category_chart_column.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/category_chart_column.png
--------------------------------------------------------------------------------
/doc/en/images/category_chart_line.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/category_chart_line.png
--------------------------------------------------------------------------------
/doc/en/images/category_chart_point.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/category_chart_point.png
--------------------------------------------------------------------------------
/doc/en/images/category_chart_spline.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/category_chart_spline.png
--------------------------------------------------------------------------------
/doc/en/images/category_chart_splinearea.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/category_chart_splinearea.png
--------------------------------------------------------------------------------
/doc/en/images/category_chart_steparea.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/category_chart_steparea.png
--------------------------------------------------------------------------------
/doc/en/images/category_chart_stepline.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/category_chart_stepline.png
--------------------------------------------------------------------------------
/doc/en/images/category_chart_waterfall.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/category_chart_waterfall.png
--------------------------------------------------------------------------------
/doc/en/images/chartDefaults1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/chartDefaults1.png
--------------------------------------------------------------------------------
/doc/en/images/chartDefaults2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/chartDefaults2.png
--------------------------------------------------------------------------------
/doc/en/images/chartDefaults3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/chartDefaults3.png
--------------------------------------------------------------------------------
/doc/en/images/chartDefaults4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/chartDefaults4.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-category-area-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-category-area-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-category-bar-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-category-bar-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-category-column-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-category-column-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-category-line-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-category-line-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-category-point-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-category-point-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-category-spline-area-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-category-spline-area-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-category-spline-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-category-spline-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-category-step-area-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-category-step-area-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-category-step-line-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-category-step-line-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-category-waterfall-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-category-waterfall-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-financial-area-indicators.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-financial-area-indicators.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-financial-candlestick-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-financial-candlestick-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-financial-column-indicators.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-financial-column-indicators.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-financial-line-indicators.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-financial-line-indicators.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-financial-ohlc-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-financial-ohlc-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-financial-overlays.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-financial-overlays.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-polar-area-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-polar-area-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-polar-line-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-polar-line-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-polar-scatter-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-polar-scatter-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-polar-spline-area-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-polar-spline-area-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-polar-spline-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-polar-spline-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-radial-area-series.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-radial-area-series.PNG
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-radial-column-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-radial-column-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-radial-line-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-radial-line-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-radial-pie-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-radial-pie-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-range-area-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-range-area-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-range-column-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-range-column-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-scatter-area-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-scatter-area-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-scatter-bubble-series.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-scatter-bubble-series.PNG
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-scatter-contour-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-scatter-contour-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-scatter-hd-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-scatter-hd-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-scatter-line-series.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-scatter-line-series.PNG
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-scatter-point-series.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-scatter-point-series.PNG
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-scatter-polygon-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-scatter-polygon-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-scatter-polyline-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-scatter-polyline-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-scatter-spline-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-scatter-spline-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-stacked-100-area-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-stacked-100-area-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-stacked-100-bar-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-stacked-100-bar-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-stacked-100-column-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-stacked-100-column-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-stacked-100-line-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-stacked-100-line-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-stacked-100-spline-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-stacked-100-spline-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-stacked-area-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-stacked-area-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-stacked-bar-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-stacked-bar-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-stacked-column-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-stacked-column-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-stacked-line-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-stacked-line-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/data-chart-type-stacked-spline-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/data-chart-type-stacked-spline-series.png
--------------------------------------------------------------------------------
/doc/en/images/charts/doughnut-chart-explosion.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/doughnut-chart-explosion.png
--------------------------------------------------------------------------------
/doc/en/images/charts/doughnut-chart-legend.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/doughnut-chart-legend.png
--------------------------------------------------------------------------------
/doc/en/images/charts/doughnut-chart-rings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/doughnut-chart-rings.png
--------------------------------------------------------------------------------
/doc/en/images/charts/doughnut-chart-selection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/doughnut-chart-selection.png
--------------------------------------------------------------------------------
/doc/en/images/charts/ignite-ui-angular-category-chart-high-volume-data-1100.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/ignite-ui-angular-category-chart-high-volume-data-1100.gif
--------------------------------------------------------------------------------
/doc/en/images/charts/ignite-ui-angular-financial-chart-custom-tooltips-1100.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/ignite-ui-angular-financial-chart-custom-tooltips-1100.jpg
--------------------------------------------------------------------------------
/doc/en/images/charts/ignite-ui-angular-financial-chart-modular-design-1100.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/ignite-ui-angular-financial-chart-modular-design-1100.jpg
--------------------------------------------------------------------------------
/doc/en/images/charts/ignite-ui-angular-financial-chart-smart-data-binding-1100.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/ignite-ui-angular-financial-chart-smart-data-binding-1100.jpg
--------------------------------------------------------------------------------
/doc/en/images/charts/ignite-ui-angular-financial-chart-trendlines-1100.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/ignite-ui-angular-financial-chart-trendlines-1100.jpg
--------------------------------------------------------------------------------
/doc/en/images/charts/ignite-ui-angular-financial-chart-zooming-1100.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/ignite-ui-angular-financial-chart-zooming-1100.gif
--------------------------------------------------------------------------------
/doc/en/images/charts/pie-chart-explosion.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/pie-chart-explosion.png
--------------------------------------------------------------------------------
/doc/en/images/charts/pie-chart-legend.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/pie-chart-legend.png
--------------------------------------------------------------------------------
/doc/en/images/charts/pie-chart-others.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/pie-chart-others.png
--------------------------------------------------------------------------------
/doc/en/images/charts/pie-chart-selection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/pie-chart-selection.png
--------------------------------------------------------------------------------
/doc/en/images/charts/polar-pie.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/charts/polar-pie.png
--------------------------------------------------------------------------------
/doc/en/images/code-sandbox-seeklogo.com.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/doc/en/images/color-editor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/color-editor.png
--------------------------------------------------------------------------------
/doc/en/images/dashboard-tile-toolbar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/dashboard-tile-toolbar.png
--------------------------------------------------------------------------------
/doc/en/images/dockmanager-document-host-docking.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/dockmanager-document-host-docking.jpg
--------------------------------------------------------------------------------
/doc/en/images/dockmanager-electron-app.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/dockmanager-electron-app.gif
--------------------------------------------------------------------------------
/doc/en/images/dockmanager-pane-docking.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/dockmanager-pane-docking.jpg
--------------------------------------------------------------------------------
/doc/en/images/dockmanager-root-docking.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/dockmanager-root-docking.jpg
--------------------------------------------------------------------------------
/doc/en/images/dockmanager-splitter-docking.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/dockmanager-splitter-docking.jpg
--------------------------------------------------------------------------------
/doc/en/images/financial_chart_bar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/financial_chart_bar.png
--------------------------------------------------------------------------------
/doc/en/images/financial_chart_candle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/financial_chart_candle.png
--------------------------------------------------------------------------------
/doc/en/images/financial_chart_column.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/financial_chart_column.png
--------------------------------------------------------------------------------
/doc/en/images/financial_chart_line.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/financial_chart_line.png
--------------------------------------------------------------------------------
/doc/en/images/general/azure-ci-add-token-variable-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/azure-ci-add-token-variable-1.jpg
--------------------------------------------------------------------------------
/doc/en/images/general/azure-ci-new-variable-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/azure-ci-new-variable-2.jpg
--------------------------------------------------------------------------------
/doc/en/images/general/blazor-excel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/blazor-excel.png
--------------------------------------------------------------------------------
/doc/en/images/general/blazor-wasm-app-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/blazor-wasm-app-2.png
--------------------------------------------------------------------------------
/doc/en/images/general/blazor-wasm-app.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/blazor-wasm-app.png
--------------------------------------------------------------------------------
/doc/en/images/general/collapsed_indicator.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/collapsed_indicator.png
--------------------------------------------------------------------------------
/doc/en/images/general/expand_indicator.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/expand_indicator.png
--------------------------------------------------------------------------------
/doc/en/images/general/generate-token.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/generate-token.jpg
--------------------------------------------------------------------------------
/doc/en/images/general/geo-map.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/geo-map.png
--------------------------------------------------------------------------------
/doc/en/images/general/getting-started-blazor-card-windows.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/getting-started-blazor-card-windows.jpg
--------------------------------------------------------------------------------
/doc/en/images/general/getting-started-blazor-card.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/getting-started-blazor-card.jpg
--------------------------------------------------------------------------------
/doc/en/images/general/greenCheck.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/greenCheck.png
--------------------------------------------------------------------------------
/doc/en/images/general/grid-geo-map.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/grid-geo-map.png
--------------------------------------------------------------------------------
/doc/en/images/general/landing-grid-page.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/landing-grid-page.png
--------------------------------------------------------------------------------
/doc/en/images/general/layout_mode.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/layout_mode.png
--------------------------------------------------------------------------------
/doc/en/images/general/lazy-loaded-assembly.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/lazy-loaded-assembly.png
--------------------------------------------------------------------------------
/doc/en/images/general/lazy-loading-of-assembly.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/lazy-loading-of-assembly.png
--------------------------------------------------------------------------------
/doc/en/images/general/new-blazor-project-client.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/new-blazor-project-client.jpg
--------------------------------------------------------------------------------
/doc/en/images/general/new-blazor-project-configure-client.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/new-blazor-project-configure-client.jpg
--------------------------------------------------------------------------------
/doc/en/images/general/new-blazor-project-configure-maui.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/new-blazor-project-configure-maui.jpg
--------------------------------------------------------------------------------
/doc/en/images/general/new-blazor-project-configure-server.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/new-blazor-project-configure-server.jpg
--------------------------------------------------------------------------------
/doc/en/images/general/new-blazor-project-configuring-web-app.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/new-blazor-project-configuring-web-app.jpg
--------------------------------------------------------------------------------
/doc/en/images/general/new-blazor-project-info-client.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/new-blazor-project-info-client.jpg
--------------------------------------------------------------------------------
/doc/en/images/general/new-blazor-project-info-server.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/new-blazor-project-info-server.jpg
--------------------------------------------------------------------------------
/doc/en/images/general/new-blazor-project-maui.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/new-blazor-project-maui.jpg
--------------------------------------------------------------------------------
/doc/en/images/general/new-blazor-project-server.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/new-blazor-project-server.jpg
--------------------------------------------------------------------------------
/doc/en/images/general/new-blazor-project-web-app-info.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/new-blazor-project-web-app-info.jpg
--------------------------------------------------------------------------------
/doc/en/images/general/new-blazor-project-web-app.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/new-blazor-project-web-app.jpg
--------------------------------------------------------------------------------
/doc/en/images/general/nuget-manage-packages.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/nuget-manage-packages.jpg
--------------------------------------------------------------------------------
/doc/en/images/general/nuget-package-manager-browse.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/nuget-package-manager-browse.jpg
--------------------------------------------------------------------------------
/doc/en/images/general/nuget-package-manager-package-sources-ig-server.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/nuget-package-manager-package-sources-ig-server.jpg
--------------------------------------------------------------------------------
/doc/en/images/general/nuget-package-manager-setting-menu-item.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/nuget-package-manager-setting-menu-item.jpg
--------------------------------------------------------------------------------
/doc/en/images/general/redX.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/general/redX.png
--------------------------------------------------------------------------------
/doc/en/images/general/vs-code.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/columns-150px-empty-area-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/columns-150px-empty-area-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/columns-150px-extra-area-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/columns-150px-extra-area-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/columns-default-all-first-100px-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/columns-default-all-first-100px-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/columns-default-all-min-136px-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/columns-default-all-min-136px-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/columns-default-all-row-selectors-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/columns-default-all-row-selectors-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/columns-default-first-rest-100px-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/columns-default-first-rest-100px-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/columns-default-first-rest-300px-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/columns-default-first-rest-300px-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/columns-default-gridWidth-null-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/columns-default-gridWidth-null-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/columns-percent-100p-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/columns-percent-100p-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/columns-percent-bigger-100p-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/columns-percent-bigger-100p-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/columns-percent-gridWidth-null-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/columns-percent-gridWidth-null-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/columns-percent-less-100p-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/columns-percent-less-100p-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/height-500px-14rows-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/height-500px-14rows-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/height-500px-4rows-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/height-500px-4rows-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/height-700px-14rows-parent-noscroll-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/height-700px-14rows-parent-noscroll-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/height-700px-14rows-parent-scroll-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/height-700px-14rows-parent-scroll-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/height-null-14rows-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/height-null-14rows-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/height-null-24row-parent-scroll-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/height-null-24row-parent-scroll-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/height-null-24rows-parent-noscroll-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/height-null-24rows-parent-noscroll-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/height-null-24rows-parent-noscroll.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/height-null-24rows-parent-noscroll.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/height-null-24rows-parent-scroll-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/height-null-24rows-parent-scroll-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/height-null-24rows-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/height-null-24rows-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/height-percent-100-parent-100-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/height-percent-100-parent-100-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/height-percent-100-parent-800px-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/height-percent-100-parent-800px-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/height-percent-130p-parent-noscroll-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/height-percent-130p-parent-noscroll-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/height-percent-130p-parent-scroll-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/height-percent-130p-parent-scroll-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/height-undefined-14rows-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/height-undefined-14rows-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/height-undefined-7rows-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/height-undefined-7rows-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/hgrid-height-percentages-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/hgrid-height-percentages-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/hgrid-width-percentages-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/hgrid-width-percentages-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/width-cols-scroll-parent-noscroll-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/width-cols-scroll-parent-noscroll-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/width-cols-scroll-parent-scroll-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/width-cols-scroll-parent-scroll-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/width-cols-scrollbar-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/width-cols-scrollbar-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/width-null-no-scroll-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/width-null-no-scroll-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/width-null-parent-scroll-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/width-null-parent-scroll-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/width-null-scroll-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/width-null-scroll-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/width-percent-100p-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/width-percent-100p-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/width-percent-150p-parent-noscroll-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/width-percent-150p-parent-noscroll-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/width-percent-150p-parent-scroll-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/width-percent-150p-parent-scroll-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/grid_sizing/width-percent-parent-100p-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/grid_sizing/width-percent-parent-100p-v2.jpg
--------------------------------------------------------------------------------
/doc/en/images/hgrid-database.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/hgrid-database.jpg
--------------------------------------------------------------------------------
/doc/en/images/loading.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/doc/en/images/marketing/grid-cell-row-selection.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/marketing/grid-cell-row-selection.gif
--------------------------------------------------------------------------------
/doc/en/images/marketing/grid-column-animations.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/marketing/grid-column-animations.gif
--------------------------------------------------------------------------------
/doc/en/images/marketing/grid-column-moving.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/marketing/grid-column-moving.gif
--------------------------------------------------------------------------------
/doc/en/images/marketing/grid-column-options-dialog.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/marketing/grid-column-options-dialog.jpg
--------------------------------------------------------------------------------
/doc/en/images/marketing/grid-column-pinning.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/marketing/grid-column-pinning.jpg
--------------------------------------------------------------------------------
/doc/en/images/marketing/grid-column-resizing.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/marketing/grid-column-resizing.gif
--------------------------------------------------------------------------------
/doc/en/images/marketing/grid-column-sorting.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/marketing/grid-column-sorting.gif
--------------------------------------------------------------------------------
/doc/en/images/marketing/grid-column-summaries.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/marketing/grid-column-summaries.jpg
--------------------------------------------------------------------------------
/doc/en/images/marketing/grid-column-types.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/marketing/grid-column-types.jpg
--------------------------------------------------------------------------------
/doc/en/images/marketing/grid-filtering.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/marketing/grid-filtering.jpg
--------------------------------------------------------------------------------
/doc/en/images/marketing/grid-keyboard-navigation.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/marketing/grid-keyboard-navigation.gif
--------------------------------------------------------------------------------
/doc/en/images/marketing/grid-paging.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/marketing/grid-paging.jpg
--------------------------------------------------------------------------------
/doc/en/images/marketing/grid-row-column-grouping.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/marketing/grid-row-column-grouping.gif
--------------------------------------------------------------------------------
/doc/en/images/marketing/grid-row-pinning.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/marketing/grid-row-pinning.gif
--------------------------------------------------------------------------------
/doc/en/images/marketing/ignite-ui-blazor-cta-banner-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/marketing/ignite-ui-blazor-cta-banner-2.png
--------------------------------------------------------------------------------
/doc/en/images/marketing/ignite-ui-for-blazor.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/marketing/ignite-ui-for-blazor.gif
--------------------------------------------------------------------------------
/doc/en/images/marketing/ignite-ui-for-react.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/marketing/ignite-ui-for-react.gif
--------------------------------------------------------------------------------
/doc/en/images/marketing/ignite-ui-react-cta-banner-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/marketing/ignite-ui-react-cta-banner-2.png
--------------------------------------------------------------------------------
/doc/en/images/marketing/ignite-ui-web-components-cta-banner-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/marketing/ignite-ui-web-components-cta-banner-2.png
--------------------------------------------------------------------------------
/doc/en/images/multi-row-layout-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/multi-row-layout-1.png
--------------------------------------------------------------------------------
/doc/en/images/readme/ig-banner.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/readme/ig-banner.png
--------------------------------------------------------------------------------
/doc/en/images/stackblitz-logo.svg:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/doc/en/images/stepper/stepper-contentTop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/stepper/stepper-contentTop.png
--------------------------------------------------------------------------------
/doc/en/images/stepper/stepper-step.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/stepper/stepper-step.png
--------------------------------------------------------------------------------
/doc/en/images/tile-manager-actions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/tile-manager-actions.png
--------------------------------------------------------------------------------
/doc/en/images/toolbar_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/toolbar_icons.png
--------------------------------------------------------------------------------
/doc/en/images/unfold_less_icon_screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/unfold_less_icon_screenshot.jpg
--------------------------------------------------------------------------------
/doc/en/images/wc-live-server.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/wc-live-server.jpg
--------------------------------------------------------------------------------
/doc/en/images/wc-project.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/en/images/wc-project.jpg
--------------------------------------------------------------------------------
/doc/jp/components/charts/types/composite-chart.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: {Platform} 複合チャート | コンボ チャート | データ可視化 | インフラジスティックス
3 | _description: インフラジスティックスの {Platform} 複合チャート
4 | _keywords: {Platform} Charts, Composite Chart, Combo Chart, Infragistics, {Platform} チャート, 複合チャート, コンボ チャート, インフラジスティックス
5 | mentionedTypes: ["XamDataChart", "Series"]
6 | namespace: Infragistics.Controls.Charts
7 | _language: ja
8 | ---
9 | # {Platform} 複合 / コンボ チャート
10 |
11 | {ProductName} 複合チャートまたはコンボ チャートは、同じプロット領域でさまざまなチャート タイプを組み合わせた視覚化です。スケールが大きく異なり、異なる単位で表される可能性のある 2 つのデータ シリーズを表示する場合に非常に役立ちます。最も一般的な例は、一方の軸にドル、もう一方の軸にパーセンテージです。
12 |
13 | ## {Platform} 複合 / コンボ チャートの例
14 |
15 | 次の例は、`XamDataChart` コントロールで `ColumnSeries` と `LineSeries` を使用して複合チャートを作成する方法を示しています。
16 |
17 | `sample="/charts/data-chart/composite-chart", height="600", alt="{Platform} 複合チャートの例"`
18 |
19 |
20 |
21 |
22 |
23 | ## その他のリソース
24 | - [棒チャート](bar-chart.md)
25 | - [縦棒チャート](column-chart.md)
26 |
27 | - [折れ線チャート](line-chart.md)
28 | - [積層型チャート](stacked-chart.md)
29 |
30 | ## API リファレンス
31 | - `CategoryXAxis`
32 | - `ColumnSeries`
33 | - `LineSeries`
34 | - `NumericYAxis`
35 | - `XamDataChart`
36 |
--------------------------------------------------------------------------------
/doc/jp/components/charts/types/gantt-chart.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: {Platform} ガント チャート | データ可視化 | インフラジスティックス
3 | _description: インフラジスティックスの {Platform} ガント チャート
4 | _keywords: {Platform} Charts, Gantt Chart, Infragistics, {Platform} チャート, ガント チャート, インフラジスティックス
5 | mentionedTypes: ["XamDataChart", "Series"]
6 | namespace: Infragistics.Controls.Charts
7 | _language: ja
8 | ---
9 | # {Platform} ガント チャート
10 |
11 | {ProductName} ガント チャートは棒チャートの一種で、さまざまなカテゴリを時系列に視覚化します。ガント チャートは、期間ブロックで開始時間と終了時間を示します。これは、プロジェクト管理で、時間に対して表示されるアクティビティ (タスクまたはイベント) を表示するための最も一般的で便利な方法の 1 つとしてよく使用されます。チャートの左側にはアクティビティのリストがあり、上部には適切な時間スケールがあります。各アクティビティは棒で表されます。棒の位置と長さは、アクティビティの開始日、期間、および終了日を反映しています。
12 |
13 |
14 | ## {Platform} ガント チャートの例
15 |
16 | 次の例は、`XamDataChart` コントロールで `ScatterPolygonSeries` を使用してガント チャートを作成する方法を示しています。
17 |
18 | `sample="/charts/data-chart/gantt-chart", height="600", alt="{Platform} ガント チャートの例"`
19 |
20 |
21 |
22 |
23 |
24 | ## その他のリソース
25 | - [棒チャート](bar-chart.md)
26 | - [縦棒チャート](column-chart.md)
27 | - [複合チャート](composite-chart.md)
28 |
29 | - [シェープ チャート](shape-chart.md)
30 |
31 | ## API リファレンス
32 | - `CategoryYAxis`
33 | - `NumericXAxis`
34 | - `NumericYAxis`
35 | - `ScatterPolygonSeries`
36 | - `XamDataChart`
37 |
--------------------------------------------------------------------------------
/doc/jp/components/charts/types/pyramid-chart.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: {Platform} ピラミッド チャート | 人口ピラミッド | データ可視化ツール | インフラジスティックス
3 | _description: インフラジスティックスの {Platform} ピラミッド チャート
4 | _keywords: {Platform} Charts, Pyramid Chart, Population Pyramid, Infragistics, {Platform} チャート, ピラミッド チャート, 人口ピラミッド, インフラジスティックス
5 | mentionedTypes: ["XamDataChart", "Series"]
6 | namespace: Infragistics.Controls.Charts
7 | _language: ja
8 | ---
9 | # {Platform} ピラミッド チャート
10 |
11 | {ProductName} ピラミッド チャートは、年齢ピラミッドまたは人口ピラミッドとも呼ばれ、人口が増加しているときにピラミッドの形を形成する、人口内のさまざまな年齢層の分布を示すグラフィカルな図です。また、生態学では、繁殖能力と種の存続の可能性の指標として、人口の全体的な年齢分布を決定するために使用されます。
12 |
13 | ## {Platform} ピラミッド チャートの例
14 |
15 | 次の例は、`XamDataChart` コントロールで `BarSeries` を使用してピラミッド チャートを作成する方法を示しています。
16 |
17 | `sample="/charts/data-chart/pyramid-chart", height="600", alt="{Platform} ピラミッド チャートの例"`
18 |
19 |
20 |
21 |
22 |
23 | ## その他のリソース
24 | - [棒チャート](bar-chart.md)
25 | - [縦棒チャート](column-chart.md)
26 | - [複合チャート](composite-chart.md)
27 |
28 |
29 | ## API リファレンス
30 | - `BarSeries`
31 | - `CategoryYAxis`
32 | - `NumericXAxis`
33 | - `XamDataChart`
34 |
--------------------------------------------------------------------------------
/doc/jp/components/excel-library-working-with-grids.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: {Platform} Excel ライブラリ | データ スプレッドシート | インフラジスティックス
3 | _description: Excel ライブラリは、Microsoft Excel 機能を使用したスプレッドシート データで作業が可能になります。Excel からアプリケーションへデータを簡単に転送できます。
4 | _keywords: Excel library, {ProductName}, Infragistics, Excel ライブラリ, インフラジスティックス
5 | mentionedTypes: ["Workbook"]
6 | _language: ja
7 | ---
8 | # {Platform} グリッドと Excel ライブラリ
9 |
10 | TODO
11 |
12 | ## {Platform} グリッドと Excel ライブラリの例
13 |
14 |
15 | `sample="/excel/excel-library/working-with-grids", height="500", alt="{Platform} グリッドと Excel ライブラリの例"`
16 |
17 |
18 |
19 | ## 使用方法
20 | 以下のコードはその方法を示しています。TODO
21 |
22 | ```ts
23 | TODO
24 | ```
25 |
26 | ## API リファレンス
27 |
28 | - `Workbook`
--------------------------------------------------------------------------------
/doc/jp/components/geo-map-binding-data-overview.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: {Platform} マップ | データ可視化ツール | データ バインディング | インフラジスティックス
3 | _description: インフラジスティックスの {Platform} マップ コンポーネントを使用して、ビュー モデルからの地理的位置を含むデータ、またはシェープ ファイルからロードされた地理空間データを地理的画像マップに表示します。{ProductName} マップのサンプルを是非お試しください!
4 | _keywords: {Platform} map, geo-spatial data, {ProductName}, Infragistics, data binding, {Platform} マップ, 地理空間のデータ, データ バインディング, インフラジスティックス
5 | mentionedTypes: ["XamGeographicMap", "Series"]
6 | namespace: Infragistics.Controls.Maps
7 | _language: ja
8 | ---
9 | # {Platform} データ バインド
10 |
11 | {ProductName} マップ コンポーネントは、シェイプ ファイルからの地理空間データやデータ モデルからの地理的位置を地理的画像マップに表示するように設計されています。地理的シリーズの `ItemsSource` プロパティは、データ モデルへのバインディングのために使用されます。
12 |
13 | ## データ ソースの種類
14 | 以下のセクションでは、ジオグラフィック マップ コンポーネントにバインドできるいくつかのデータ ソースをリストします。
15 |
16 | - [シェープ ファイルのバインド](geo-map-binding-shp-file.md)
17 | - [JSON ファイルのバインド](geo-map-binding-data-json-points.md)
18 | - [CSV ファイルのバインド](geo-map-binding-data-csv.md)
19 | - [データ モデルのバインド](geo-map-binding-data-model.md)
20 | - [複数ソースのバインド](geo-map-binding-multiple-sources.md)
21 |
22 |
23 | ## API リファレンス
24 |
25 | - `GeographicMap`
26 | - `DataSource`
--------------------------------------------------------------------------------
/doc/jp/components/grids/data-grid/live-data.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: {Platform} データ グリッド | データ アニメーション | データ バインディング | インフラジスティックス
3 | _description: Infragistics のテーブルを使用して、1 秒あたり数千の更新を処理します。{ProductName} テーブルのサンプルを是非お試しください!
4 | _keywords: {Platform} Table, Data Grid, live data updates, {ProductName}, Infragistics, data binding, {Platform} テーブル, データ グリッド, ライブ データの更新, データ バインディング, インフラジスティックス
5 | mentionedTypes: ["Infragistics.Controls.Grid.Implementation.Grid", "Infragistics.Controls.Grid.Implementation.Column"]
6 | namespace: Infragistics.Controls
7 | _canonicalLink: {CanonicalLinkToGridMain}
8 | _language: ja
9 | ---
10 |
11 |
12 |
13 | > [!Note]
14 | このコントロールは非推奨であり、[Grid](../data-grid.md) に置き換えられていることに注意してください。そのため、そのコントロールに移行することをお勧めします。これは新しい機能を受け取ることはなく、バグ修正は優先されません。コードベースをデータ グリッドに移行する際のヘルプや質問については、サポートにお問い合わせください。
15 |
16 |
17 |
18 | # {Platform} ライブ データのバインディング
19 |
20 | {ProductName} Data Table / Data Grid は、1 秒間に何千もの更新を処理しながら、ユーザーはグリッドをインタラクティブに操作できます。以下のサンプルを使用して、データ更新の間隔とデータ更新の量を調整することにより、さまざまなライブ データシ ナリオでのグリッド処理のパフォーマンスを確認できます。
21 |
22 | ## {Platform} ライブ データのバインディングの例
23 |
24 |
25 | `sample="/grids/data-grid/binding-live-data", height="600", alt="{Platform} ライブ データのバインディングの例"`
26 |
27 |
28 |
29 | ## API リファレンス
30 |
31 | - `Grid`
--------------------------------------------------------------------------------
/doc/jp/components/grids/data-grid/type-comparison-table.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: {Platform} データ グリッド | 比較表 | データ バインディング | インフラジスティックス
3 | _description: Infragistics のグリッド コンポーネントを使用して比較データにバインドします。{ProductName} テーブルのサンプルを是非お試しください!
4 | _keywords: {Platform} Table, Data Grid, column template, comparison data, {ProductName}, data binding, Infragistics, {Platform} テーブル, データ グリッド, 列テンプレート, 比較データ, データ バインディング, インフラジスティックス
5 | mentionedTypes: ["Infragistics.Controls.Grid.Implementation.Grid", "Infragistics.Controls.Grid.Implementation.Column"]
6 | namespace: Infragistics.Controls
7 | _canonicalLink: {CanonicalLinkToGridMain}
8 | _language: ja
9 | ---
10 |
11 |
12 |
13 | > [!Note]
14 | このコントロールは非推奨であり、[Grid](../data-grid.md) に置き換えられていることに注意してください。そのため、そのコントロールに移行することをお勧めします。これは新しい機能を受け取ることはなく、バグ修正は優先されません。コードベースをデータ グリッドに移行する際のヘルプや質問については、サポートにお問い合わせください。
15 |
16 |
17 |
18 | # {Platform} 比較データのバインディング
19 |
20 | {ProductName} Data Table / Data Grid は、画像を挿入する[テンプレート列](column-types.md#テンプレート列)をサポートしています。
21 |
22 | ## {Platform} 比較データのバインディングの例
23 |
24 |
25 | `sample="/grids/data-grid/type-comparison-table", height="600", alt="{Platform} 比較データのバインディングの例"`
26 |
27 |
28 |
29 | ## API リファレンス
30 |
31 | - `Grid`
--------------------------------------------------------------------------------
/doc/jp/components/grids/data-grid/type-heatmap-table.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: {Platform} データ グリッド | ヒートマップ テーブル | データ バインディング | インフラジスティックス
3 | _description: インフラジスティックスのグリッド コンポーネントのテンプレート列を使用してヒートマップ テーブルを作成します。{ProductName} テーブルのサンプルを是非お試しください!
4 | _keywords: {Platform} Table, Data Grid, column template, heatmap table, {ProductName}, data binding, Infragistics, {Platform} テーブル, データ グリッド, 列テンプレート, ヒートマップ テーブル, データ バインディング, インフラジスティックス
5 | mentionedTypes: ["Infragistics.Controls.Grid.Implementation.Grid", "Infragistics.Controls.Grid.Implementation.Column"]
6 | namespace: Infragistics.Controls
7 | _canonicalLink: {CanonicalLinkToGridMain}
8 | _language: ja
9 | ---
10 |
11 |
12 |
13 | > [!Note]
14 | このコントロールは非推奨であり、[Grid](../data-grid.md) に置き換えられていることに注意してください。そのため、そのコントロールに移行することをお勧めします。これは新しい機能を受け取ることはなく、バグ修正は優先されません。コードベースをデータ グリッドに移行する際のヘルプや質問については、サポートにお問い合わせください。
15 |
16 |
17 |
18 | # {Platform} ヒートマップ データのバインディング
19 |
20 | {ProductName} Data Table / Data Grid は、ヒートマップを作成する[テンプレート列](column-types.md#テンプレート列)をサポートしています。
21 |
22 | ## {Platform} ヒートマップ データのバインディングの例
23 |
24 |
25 | `sample="/grids/data-grid/type-heatmap-table", height="600", alt="{Platform} ヒートマップ データのバインディングの例"`
26 |
27 |
28 |
29 | ## API リファレンス
30 |
31 | - `Grid`
--------------------------------------------------------------------------------
/doc/jp/components/grids/data-grid/type-matrix-table.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: {Platform} データ グリッド | マトリックス データ | データ バインディング | インフラジスティックス
3 | _description: インフラジスティックスのグリッド コンポーネントのテンプレート列を使用してマトリックス テーブルを作成します。{ProductName} テーブルのサンプルを是非お試しください!
4 | _keywords: {Platform} Table, Data Grid, column template, matrix table, {ProductName}, data binding, Infragistics, {Platform} テーブル, データ グリッド, 列テンプレート, マトリックス テーブル, データ バインディング, インフラジスティックス
5 | mentionedTypes: ["Infragistics.Controls.Grid.Implementation.Grid", "Infragistics.Controls.Grid.Implementation.Column"]
6 | namespace: Infragistics.Controls
7 | _canonicalLink: {CanonicalLinkToGridMain}
8 | _language: ja
9 | ---
10 |
11 |
12 |
13 | > [!Note]
14 | このコントロールは非推奨であり、[Grid](../data-grid.md) に置き換えられていることに注意してください。そのため、そのコントロールに移行することをお勧めします。これは新しい機能を受け取ることはなく、バグ修正は優先されません。コードベースをデータ グリッドに移行する際のヘルプや質問については、サポートにお問い合わせください。
15 |
16 |
17 |
18 | # {Platform} マトリックス データのバインディング
19 |
20 | {ProductName} Data Table / Data Grid は、マトリックス テーブルを作成する[テンプレート列](column-types.md#テンプレート列)をサポートしています。
21 |
22 | ## {Platform} マトリックス データのバインディングの例
23 |
24 |
25 | `sample="/grids/data-grid/type-matrix-table", height="600", alt="{Platform} マトリックス データのバインディングの例"`
26 |
27 |
28 |
29 | ## API リファレンス
30 |
31 | - `Grid`
--------------------------------------------------------------------------------
/doc/jp/components/grids/data-grid/type-periodic-table.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: {Platform} データ グリッド | 周期表 | データ バインディング | インフラジスティックス
3 | _description: インフラジスティックスの {Platform} グリッド コンポーネントのテンプレート列を使用して周期表を作成します。{ProductName} テーブルのサンプルを是非お試しください!
4 | _keywords: {Platform} Table, Data Grid, column template, periodic table, {ProductName}, data binding, Infragistics, {Platform} テーブル, データ グリッド, 列テンプレート, 周期表, データ バインディング, インフラジスティックス
5 | mentionedTypes: ["Infragistics.Controls.Grid.Implementation.Grid", "Infragistics.Controls.Grid.Implementation.Column"]
6 | namespace: Infragistics.Controls
7 | _canonicalLink: {CanonicalLinkToGridMain}
8 | _language: ja
9 | ---
10 |
11 |
12 |
13 | > [!Note]
14 | このコントロールは非推奨であり、[Grid](../data-grid.md) に置き換えられていることに注意してください。そのため、そのコントロールに移行することをお勧めします。これは新しい機能を受け取ることはなく、バグ修正は優先されません。コードベースをデータ グリッドに移行する際のヘルプや質問については、サポートにお問い合わせください。
15 |
16 |
17 |
18 | # {Platform} 周期表のバインディング
19 |
20 | {ProductName} Data Table / Data Grid は、周期表を作成する[テンプレート列](column-types.md#テンプレート列)をサポートしています。
21 |
22 | ## {Platform} 周期表のバインディングの例
23 |
24 |
25 | `sample="/grids/data-grid/type-periodic-table", height="600", alt="{Platform} 周期表のバインディングの例"`
26 |
27 |
28 |
29 | ## API リファレンス
30 |
31 | - `Grid`
--------------------------------------------------------------------------------
/doc/jp/components/grids/grid/overview.txt:
--------------------------------------------------------------------------------
1 | NOTE the actual overview topic is in /grids/data-grid.md
--------------------------------------------------------------------------------
/doc/jp/images/Bullet_Graph_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/Bullet_Graph_1.png
--------------------------------------------------------------------------------
/doc/jp/images/Bullet_Graph_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/Bullet_Graph_2.png
--------------------------------------------------------------------------------
/doc/jp/images/Linear_Gauge_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/Linear_Gauge_1.png
--------------------------------------------------------------------------------
/doc/jp/images/Linear_Gauge_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/Linear_Gauge_2.png
--------------------------------------------------------------------------------
/doc/jp/images/Radial_Gauge_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/Radial_Gauge_1.png
--------------------------------------------------------------------------------
/doc/jp/images/Radial_Gauge_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/Radial_Gauge_2.png
--------------------------------------------------------------------------------
/doc/jp/images/avatar-markup.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/avatar-markup.png
--------------------------------------------------------------------------------
/doc/jp/images/category_chart_area.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/category_chart_area.png
--------------------------------------------------------------------------------
/doc/jp/images/category_chart_column.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/category_chart_column.png
--------------------------------------------------------------------------------
/doc/jp/images/category_chart_line.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/category_chart_line.png
--------------------------------------------------------------------------------
/doc/jp/images/category_chart_point.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/category_chart_point.png
--------------------------------------------------------------------------------
/doc/jp/images/category_chart_spline.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/category_chart_spline.png
--------------------------------------------------------------------------------
/doc/jp/images/category_chart_splinearea.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/category_chart_splinearea.png
--------------------------------------------------------------------------------
/doc/jp/images/category_chart_steparea.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/category_chart_steparea.png
--------------------------------------------------------------------------------
/doc/jp/images/category_chart_stepline.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/category_chart_stepline.png
--------------------------------------------------------------------------------
/doc/jp/images/category_chart_waterfall.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/category_chart_waterfall.png
--------------------------------------------------------------------------------
/doc/jp/images/chartDefaults1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/chartDefaults1.png
--------------------------------------------------------------------------------
/doc/jp/images/chartDefaults2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/chartDefaults2.png
--------------------------------------------------------------------------------
/doc/jp/images/chartDefaults3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/chartDefaults3.png
--------------------------------------------------------------------------------
/doc/jp/images/chartDefaults4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/chartDefaults4.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-category-area-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-category-area-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-category-bar-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-category-bar-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-category-column-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-category-column-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-category-line-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-category-line-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-category-point-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-category-point-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-category-spline-area-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-category-spline-area-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-category-spline-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-category-spline-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-category-step-area-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-category-step-area-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-category-step-line-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-category-step-line-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-category-waterfall-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-category-waterfall-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-financial-area-indicators.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-financial-area-indicators.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-financial-candlestick-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-financial-candlestick-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-financial-column-indicators.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-financial-column-indicators.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-financial-line-indicators.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-financial-line-indicators.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-financial-ohlc-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-financial-ohlc-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-financial-overlays.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-financial-overlays.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-polar-area-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-polar-area-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-polar-line-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-polar-line-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-polar-scatter-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-polar-scatter-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-polar-spline-area-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-polar-spline-area-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-polar-spline-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-polar-spline-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-radial-area-series.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-radial-area-series.PNG
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-radial-column-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-radial-column-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-radial-line-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-radial-line-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-radial-pie-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-radial-pie-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-range-area-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-range-area-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-range-column-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-range-column-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-scatter-area-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-scatter-area-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-scatter-bubble-series.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-scatter-bubble-series.PNG
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-scatter-contour-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-scatter-contour-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-scatter-hd-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-scatter-hd-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-scatter-line-series.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-scatter-line-series.PNG
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-scatter-point-series.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-scatter-point-series.PNG
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-scatter-polygon-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-scatter-polygon-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-scatter-polyline-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-scatter-polyline-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-scatter-spline-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-scatter-spline-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-stacked-100-area-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-stacked-100-area-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-stacked-100-bar-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-stacked-100-bar-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-stacked-100-column-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-stacked-100-column-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-stacked-100-line-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-stacked-100-line-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-stacked-100-spline-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-stacked-100-spline-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-stacked-area-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-stacked-area-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-stacked-bar-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-stacked-bar-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-stacked-column-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-stacked-column-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-stacked-line-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-stacked-line-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/data-chart-type-stacked-spline-series.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/data-chart-type-stacked-spline-series.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/doughnut-chart-explosion.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/doughnut-chart-explosion.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/doughnut-chart-legend.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/doughnut-chart-legend.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/doughnut-chart-rings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/doughnut-chart-rings.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/doughnut-chart-selection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/doughnut-chart-selection.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/ignite-ui-angular-category-chart-high-volume-data-1100.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/ignite-ui-angular-category-chart-high-volume-data-1100.gif
--------------------------------------------------------------------------------
/doc/jp/images/charts/ignite-ui-angular-financial-chart-custom-tooltips-1100.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/ignite-ui-angular-financial-chart-custom-tooltips-1100.jpg
--------------------------------------------------------------------------------
/doc/jp/images/charts/ignite-ui-angular-financial-chart-modular-design-1100.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/ignite-ui-angular-financial-chart-modular-design-1100.jpg
--------------------------------------------------------------------------------
/doc/jp/images/charts/ignite-ui-angular-financial-chart-smart-data-binding-1100.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/ignite-ui-angular-financial-chart-smart-data-binding-1100.jpg
--------------------------------------------------------------------------------
/doc/jp/images/charts/ignite-ui-angular-financial-chart-trendlines-1100.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/ignite-ui-angular-financial-chart-trendlines-1100.jpg
--------------------------------------------------------------------------------
/doc/jp/images/charts/ignite-ui-angular-financial-chart-zooming-1100.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/ignite-ui-angular-financial-chart-zooming-1100.gif
--------------------------------------------------------------------------------
/doc/jp/images/charts/pie-chart-explosion.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/pie-chart-explosion.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/pie-chart-legend.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/pie-chart-legend.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/pie-chart-others.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/pie-chart-others.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/pie-chart-selection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/pie-chart-selection.png
--------------------------------------------------------------------------------
/doc/jp/images/charts/polar-pie.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/charts/polar-pie.png
--------------------------------------------------------------------------------
/doc/jp/images/code-sandbox-seeklogo.com.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/doc/jp/images/color-editor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/color-editor.png
--------------------------------------------------------------------------------
/doc/jp/images/dashboard-tile-toolbar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/dashboard-tile-toolbar.png
--------------------------------------------------------------------------------
/doc/jp/images/dockmanager-document-host-docking.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/dockmanager-document-host-docking.jpg
--------------------------------------------------------------------------------
/doc/jp/images/dockmanager-electron-app.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/dockmanager-electron-app.gif
--------------------------------------------------------------------------------
/doc/jp/images/dockmanager-pane-docking.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/dockmanager-pane-docking.jpg
--------------------------------------------------------------------------------
/doc/jp/images/dockmanager-root-docking.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/dockmanager-root-docking.jpg
--------------------------------------------------------------------------------
/doc/jp/images/dockmanager-splitter-docking.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/dockmanager-splitter-docking.jpg
--------------------------------------------------------------------------------
/doc/jp/images/financial_chart_bar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/financial_chart_bar.png
--------------------------------------------------------------------------------
/doc/jp/images/financial_chart_candle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/financial_chart_candle.png
--------------------------------------------------------------------------------
/doc/jp/images/financial_chart_column.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/financial_chart_column.png
--------------------------------------------------------------------------------
/doc/jp/images/financial_chart_line.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/financial_chart_line.png
--------------------------------------------------------------------------------
/doc/jp/images/general/azure-ci-add-token-variable-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/azure-ci-add-token-variable-1.jpg
--------------------------------------------------------------------------------
/doc/jp/images/general/azure-ci-new-variable-2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/azure-ci-new-variable-2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/general/blazor-excel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/blazor-excel.png
--------------------------------------------------------------------------------
/doc/jp/images/general/blazor-wasm-app-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/blazor-wasm-app-2.png
--------------------------------------------------------------------------------
/doc/jp/images/general/blazor-wasm-app.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/blazor-wasm-app.png
--------------------------------------------------------------------------------
/doc/jp/images/general/collapsed_indicator.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/collapsed_indicator.png
--------------------------------------------------------------------------------
/doc/jp/images/general/expand_indicator.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/expand_indicator.png
--------------------------------------------------------------------------------
/doc/jp/images/general/generate-token.JPG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/generate-token.JPG
--------------------------------------------------------------------------------
/doc/jp/images/general/geo-map.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/geo-map.png
--------------------------------------------------------------------------------
/doc/jp/images/general/getting-started-blazor-card-windows.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/getting-started-blazor-card-windows.jpg
--------------------------------------------------------------------------------
/doc/jp/images/general/getting-started-blazor-card.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/getting-started-blazor-card.jpg
--------------------------------------------------------------------------------
/doc/jp/images/general/greenCheck.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/greenCheck.png
--------------------------------------------------------------------------------
/doc/jp/images/general/grid-geo-map.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/grid-geo-map.png
--------------------------------------------------------------------------------
/doc/jp/images/general/landing-grid-page.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/landing-grid-page.png
--------------------------------------------------------------------------------
/doc/jp/images/general/layout_mode.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/layout_mode.png
--------------------------------------------------------------------------------
/doc/jp/images/general/lazy-loaded-assembly.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/lazy-loaded-assembly.png
--------------------------------------------------------------------------------
/doc/jp/images/general/lazy-loading-of-assembly.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/lazy-loading-of-assembly.png
--------------------------------------------------------------------------------
/doc/jp/images/general/new-blazor-project-client.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/new-blazor-project-client.jpg
--------------------------------------------------------------------------------
/doc/jp/images/general/new-blazor-project-configure-client.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/new-blazor-project-configure-client.jpg
--------------------------------------------------------------------------------
/doc/jp/images/general/new-blazor-project-configure-maui.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/new-blazor-project-configure-maui.jpg
--------------------------------------------------------------------------------
/doc/jp/images/general/new-blazor-project-configure-server.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/new-blazor-project-configure-server.jpg
--------------------------------------------------------------------------------
/doc/jp/images/general/new-blazor-project-configuring-web-app.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/new-blazor-project-configuring-web-app.jpg
--------------------------------------------------------------------------------
/doc/jp/images/general/new-blazor-project-info-client.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/new-blazor-project-info-client.jpg
--------------------------------------------------------------------------------
/doc/jp/images/general/new-blazor-project-info-server.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/new-blazor-project-info-server.jpg
--------------------------------------------------------------------------------
/doc/jp/images/general/new-blazor-project-maui.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/new-blazor-project-maui.jpg
--------------------------------------------------------------------------------
/doc/jp/images/general/new-blazor-project-server.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/new-blazor-project-server.jpg
--------------------------------------------------------------------------------
/doc/jp/images/general/new-blazor-project-web-app-info.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/new-blazor-project-web-app-info.jpg
--------------------------------------------------------------------------------
/doc/jp/images/general/new-blazor-project-web-app.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/new-blazor-project-web-app.jpg
--------------------------------------------------------------------------------
/doc/jp/images/general/nuget-manage-packages.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/nuget-manage-packages.jpg
--------------------------------------------------------------------------------
/doc/jp/images/general/nuget-package-manager-browse.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/nuget-package-manager-browse.jpg
--------------------------------------------------------------------------------
/doc/jp/images/general/nuget-package-manager-package-sources-ig-server.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/nuget-package-manager-package-sources-ig-server.jpg
--------------------------------------------------------------------------------
/doc/jp/images/general/nuget-package-manager-setting-menu-item.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/nuget-package-manager-setting-menu-item.jpg
--------------------------------------------------------------------------------
/doc/jp/images/general/redX.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/general/redX.png
--------------------------------------------------------------------------------
/doc/jp/images/general/vs-code.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/columns-150px-empty-area-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/columns-150px-empty-area-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/columns-150px-extra-area-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/columns-150px-extra-area-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/columns-default-all-first-100px-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/columns-default-all-first-100px-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/columns-default-all-min-136px-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/columns-default-all-min-136px-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/columns-default-all-row-selectors-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/columns-default-all-row-selectors-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/columns-default-first-rest-100px-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/columns-default-first-rest-100px-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/columns-default-first-rest-300px-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/columns-default-first-rest-300px-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/columns-default-gridWidth-null-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/columns-default-gridWidth-null-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/columns-percent-100p-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/columns-percent-100p-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/columns-percent-bigger-100p-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/columns-percent-bigger-100p-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/columns-percent-gridWidth-null-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/columns-percent-gridWidth-null-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/columns-percent-less-100p-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/columns-percent-less-100p-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/height-500px-14rows-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/height-500px-14rows-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/height-500px-4rows-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/height-500px-4rows-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/height-700px-14rows-parent-noscroll-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/height-700px-14rows-parent-noscroll-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/height-700px-14rows-parent-scroll-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/height-700px-14rows-parent-scroll-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/height-null-14rows-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/height-null-14rows-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/height-null-24row-parent-scroll-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/height-null-24row-parent-scroll-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/height-null-24rows-parent-noscroll-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/height-null-24rows-parent-noscroll-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/height-null-24rows-parent-noscroll.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/height-null-24rows-parent-noscroll.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/height-null-24rows-parent-scroll-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/height-null-24rows-parent-scroll-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/height-null-24rows-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/height-null-24rows-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/height-percent-100-parent-100-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/height-percent-100-parent-100-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/height-percent-100-parent-800px-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/height-percent-100-parent-800px-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/height-percent-130p-parent-noscroll-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/height-percent-130p-parent-noscroll-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/height-percent-130p-parent-scroll-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/height-percent-130p-parent-scroll-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/height-undefined-14rows-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/height-undefined-14rows-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/height-undefined-7rows-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/height-undefined-7rows-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/hgrid-height-percentages-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/hgrid-height-percentages-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/hgrid-width-percentages-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/hgrid-width-percentages-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/width-cols-scroll-parent-noscroll-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/width-cols-scroll-parent-noscroll-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/width-cols-scroll-parent-scroll-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/width-cols-scroll-parent-scroll-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/width-cols-scrollbar-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/width-cols-scrollbar-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/width-null-no-scroll-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/width-null-no-scroll-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/width-null-parent-scroll-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/width-null-parent-scroll-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/width-null-scroll-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/width-null-scroll-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/width-percent-100p-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/width-percent-100p-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/width-percent-150p-parent-noscroll-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/width-percent-150p-parent-noscroll-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/width-percent-150p-parent-scroll-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/width-percent-150p-parent-scroll-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/grid_sizing/width-percent-parent-100p-v2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/grid_sizing/width-percent-parent-100p-v2.jpg
--------------------------------------------------------------------------------
/doc/jp/images/hgrid-database.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/hgrid-database.jpg
--------------------------------------------------------------------------------
/doc/jp/images/loading.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/doc/jp/images/marketing/grid-cell-row-selection.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/marketing/grid-cell-row-selection.gif
--------------------------------------------------------------------------------
/doc/jp/images/marketing/grid-column-animations.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/marketing/grid-column-animations.gif
--------------------------------------------------------------------------------
/doc/jp/images/marketing/grid-column-moving.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/marketing/grid-column-moving.gif
--------------------------------------------------------------------------------
/doc/jp/images/marketing/grid-column-options-dialog.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/marketing/grid-column-options-dialog.jpg
--------------------------------------------------------------------------------
/doc/jp/images/marketing/grid-column-pinning.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/marketing/grid-column-pinning.jpg
--------------------------------------------------------------------------------
/doc/jp/images/marketing/grid-column-resizing.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/marketing/grid-column-resizing.gif
--------------------------------------------------------------------------------
/doc/jp/images/marketing/grid-column-sorting.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/marketing/grid-column-sorting.gif
--------------------------------------------------------------------------------
/doc/jp/images/marketing/grid-column-summaries.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/marketing/grid-column-summaries.jpg
--------------------------------------------------------------------------------
/doc/jp/images/marketing/grid-column-types.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/marketing/grid-column-types.jpg
--------------------------------------------------------------------------------
/doc/jp/images/marketing/grid-filtering.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/marketing/grid-filtering.jpg
--------------------------------------------------------------------------------
/doc/jp/images/marketing/grid-keyboard-navigation.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/marketing/grid-keyboard-navigation.gif
--------------------------------------------------------------------------------
/doc/jp/images/marketing/grid-paging.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/marketing/grid-paging.jpg
--------------------------------------------------------------------------------
/doc/jp/images/marketing/grid-row-column-grouping.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/marketing/grid-row-column-grouping.gif
--------------------------------------------------------------------------------
/doc/jp/images/marketing/grid-row-pinning.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/marketing/grid-row-pinning.gif
--------------------------------------------------------------------------------
/doc/jp/images/marketing/ignite-ui-blazor-cta-banner-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/marketing/ignite-ui-blazor-cta-banner-2.png
--------------------------------------------------------------------------------
/doc/jp/images/marketing/ignite-ui-for-blazor.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/marketing/ignite-ui-for-blazor.gif
--------------------------------------------------------------------------------
/doc/jp/images/marketing/ignite-ui-for-react.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/marketing/ignite-ui-for-react.gif
--------------------------------------------------------------------------------
/doc/jp/images/marketing/ignite-ui-react-cta-banner-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/marketing/ignite-ui-react-cta-banner-2.png
--------------------------------------------------------------------------------
/doc/jp/images/marketing/ignite-ui-web-components-cta-banner-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/marketing/ignite-ui-web-components-cta-banner-2.png
--------------------------------------------------------------------------------
/doc/jp/images/multi-row-layout-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/multi-row-layout-1.png
--------------------------------------------------------------------------------
/doc/jp/images/stackblitz-logo.svg:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/doc/jp/images/stepper/stepper-contentTop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/stepper/stepper-contentTop.png
--------------------------------------------------------------------------------
/doc/jp/images/stepper/stepper-step.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/stepper/stepper-step.png
--------------------------------------------------------------------------------
/doc/jp/images/tile-manager-actions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/tile-manager-actions.png
--------------------------------------------------------------------------------
/doc/jp/images/toolbar_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/toolbar_icons.png
--------------------------------------------------------------------------------
/doc/jp/images/unfold_less_icon_screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/unfold_less_icon_screenshot.jpg
--------------------------------------------------------------------------------
/doc/jp/images/wc-live-server.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/wc-live-server.jpg
--------------------------------------------------------------------------------
/doc/jp/images/wc-project.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/jp/images/wc-project.jpg
--------------------------------------------------------------------------------
/doc/kr/components/charts/features/chart-legends.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: {Platform} Chart Legends | Data Visualization Tools | Infragistics
3 | _description: Use Infragistics {ProductName} chart with legends in horizontal or vertical orientation!
4 | _keywords: {Platform} charts, chart legend, legend, legend types, {ProductName}, Infragistics
5 | _language: kr
6 | mentionedTypes: ["XamDataChart", "Legend"]
7 | namespace: Infragistics.Controls.Charts
8 | ---
9 |
10 | # {Platform} Chart Legends
11 |
12 | ## {Platform} Legend Types
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 | ## {Platform} Legend Layouts
21 |
22 |
23 |
24 |
25 |
26 | ## {Platform} Legend Customization
27 |
28 |
--------------------------------------------------------------------------------
/doc/kr/components/excel-library-working-with-grids.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: {Platform} Excel Library Component - Native Angular | Ignite UI for Angular
3 | _description: The Ignite UI for Excel Library component ... TODO.
4 | _keywords: Ignite UI for Angular, Angular, Native Angular Components Suite, Native Angular Controls, Native Angular Components, Native Angular Components Library, Angular Excel Library, Angular Excel Library Example, Angular Excel Library Component, Angular Excel Engine
5 | _language: kr
6 | ---
7 |
8 | # {Platform} Working with Grids
9 |
10 | TODO
11 |
12 | ## Demo
13 |
14 |
15 | `sample="/excel/excel-library/working-with-grids", height="500", alt="{Platform} excel library working with grids"`
16 |
17 |
18 |
19 |
20 | ## Usage
21 | The following code demonstrates how to use ... TODO
22 |
23 | ```ts
24 |
25 | TODO
26 |
27 | ```
--------------------------------------------------------------------------------
/doc/kr/components/geo-map-binding-data-overview.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: {Platform} Map | Data Visualization Tools | Data Binding | Infragistics
3 | _description: The Map allows you to display data that contains geographic locations from view models or geo-spatial data loaded from shape files on geographic imagery maps.View the demo, dependencies, usage and toolbar for more information.
4 | _keywords: map, {ProductName}, Infragistics
5 | _language: kr
6 | mentionedTypes: ["XamGeographicMap", "ShapefileConverter"]
7 | ---
8 |
9 | # {Platform} Data Binding
10 |
11 | The {ProductName} map component is designed to display geo-spatial data from shape files and/or geographic locations from data models on geographic imagery maps. The `ItemsSource` property of geographic series is used for the purpose of binding to data models.
12 |
13 | ## Types of Data Sources
14 | The following section list some of data source that you can bind in the geographic map component
15 |
16 | - [Binding Shape Files](geo-map-binding-shp-file.md)
17 | - [Binding JSON Files](geo-map-binding-data-json-points.md)
18 | - [Binding CSV Files](geo-map-binding-data-csv.md)
19 | - [Binding Data Models](geo-map-binding-data-model.md)
20 | - [Binding Multiple Sources](geo-map-binding-multiple-sources.md)
--------------------------------------------------------------------------------
/doc/kr/components/grids/_shared/template.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Batch Editing and Transactions in {Platform} {ComponentTitle} - Infragistics
3 | _description: Perform data manipulation without affecting the underlying data with {ComponentTitle} Batch Editing, using {Platform} {ComponentTitle}. See demos & examples!
4 | _keywords: {Platform}, {ComponentKeywords}, {ProductName}, Infragistics
5 | _language: kr
6 | mentionedTypes: [{ComponentApiMembers}]
7 | sharedComponents: ["Grid", "TreeGrid", "PivotGrid", "HierarchicalGrid"]
8 | namespace: Infragistics.Controls
9 | ---
10 |
11 | ## {Platform} {ComponentTitle} API Members
12 |
13 | The following is a list of API members mentioned in this topic:
14 |
15 | - `{ComponentName}`
--------------------------------------------------------------------------------
/doc/kr/components/grids/data-grid/performance.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 반응형 데이터 그리드 | 테이블 제어 | {ProductName} | 퍼포먼스 | Infragistics
3 | _description: {ProductName} Table / Grid 구성 요소는 그리드 도메인의 복잡성을 관리 가능한 API로 단순화하여 사용자가 데이터 컬렉션을 바인딩 할 수 있도록합니다.
4 | _keywords: grid, table, {ProductName}, Infragistics
5 | _language: kr
6 | ---
7 |
8 | # {Platform} 고성능 테이블
9 |
10 | {ProductName} 데이터 표/데이터 그리드는 고성능 데이터 시나리오에 최적화되어 있습니다. 빠른 로딩 시간, 제로 지연 시간 또는 화면 깜박임이 없는 부드러운 스크롤, {Platform} 그리드의 열과 행 가상화를 사용하여 {Platform} 데이터 그리드 애플리케이션의 행과 열을 무제한으로 스크롤할 수 있습니다.
11 |
12 | ## 데모
13 |
14 |
15 | `sample="/grids/data-grid/performance", height="600", alt="{Platform} data grid performance"`
16 |
17 |
18 |
19 |
20 | 사용자는 지연, 화면 깜박임 또는 시각적 지연 등이 없이 Excel과 같은 스크롤 성능을 경험할 수 있습니다.
21 |
22 | 위의 샘플은 수천 개의 금융 레코드를 {Platform} 데이터 그리드에 바인딩하고 지역별로 그룹화하며 다중 열을 수 밀리초마다 실시간 업데이트함으로써 이 성능을 보여줍니다.
23 |
--------------------------------------------------------------------------------
/doc/kr/components/grids/data-grid/row-pinning.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: 반응형 데이터 그리드 | 테이블 제어 | {ProductName} | 행 핀 고정 | Infragistics
3 | _description: {ProductName} Table / Grid 구성 요소는 그리드 도메인의 복잡성을 관리 가능한 API로 단순화하여 사용자가 데이터 컬렉션을 바인딩 할 수 있도록합니다.
4 | _keywords: grid, table, {ProductName}, Infragistics
5 | _language: kr
6 | ---
7 |
8 | # {Platform} 행 핀 고정
9 |
10 | {ProductName} 데이터 표/데이터 그리드는 키 또는 기본 데이터 소스 항목을 사용하여 행 핀 고정을 가능하게 합니다. 행이 핀 고정되면 그리드 상단에 복제되고 연한 회색 배경으로 고정되며 실제 행은 낮은 불투명도로 렌더링됩니다.
11 |
12 | ## 데모
13 |
14 |
15 | `sample="/grids/data-grid/row-pinning", height="600", alt="{Platform} data grid row pinning"`
16 |
17 |
18 |
19 |
20 | 대상 행의 기본 데이터 항목을 {Platform} 그리드의 pinnedItems 컬렉션에 추가하여 {Platform} 데이터 그리드의 행을 핀 고정할 수 있습니다.
21 |
22 | ## API를 사용한 행 핀 고정
23 |
24 | ```ts
25 | public onGridRef(grid: IgrDataGrid) {
26 | this.grid = grid;
27 | this.grid.pinnedItems.add(this.data[2]);
28 | this.grid.pinnedItems.add(this.data[4]);
29 | }
30 | ```
31 |
32 | ```html
33 |
36 |
37 | ```
38 |
39 | ```ts
40 | let grid1 = (document.getElementById("grid") as IgcDataGridComponent);
41 | grid1.dataSource = data;
42 | grid1.pinnedItems.add(data[2]);
43 | grid1.pinnedItems.add(data[4]);
44 | ```
45 |
--------------------------------------------------------------------------------
/doc/kr/components/grids/grid/overview.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: {Platform} Data Grid | Build Fast {Platform} Tables | Infragistics
3 | _description: Create super fast, responsive {Platform} data grids and tables with {ProductName}. Supports editing, filtering, data binding and many more. Try it now!
4 | _keywords: angular data grid, angular material table, ignite ui for angular
5 | _language: kr
6 | ---
7 |
8 |
9 | # {Platform} Data Grid Overview and Configuration
10 |
11 | {ProductName} Data Grid is used as a feature-rich control for displaying data in a tabular format quickly and easily. Modern grids are complex and are usually packed with a set of features like data selection, excel style filtering, sorting, paging, templating, column moving, exporting to Excel, CSV, and pdf formats and more.
12 |
13 |
14 |
--------------------------------------------------------------------------------
/doc/kr/components/grids/hierarchical-grid/overview.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: {Platform} Hierarchical Data Grid | Material Table | {ProductName} | Infragistics
3 | _description: Learn how to use {ProductName} data grid, based on {Platform} Material Table and create a touch-responsive angular component with variety of angular events.
4 | _keywords: angular data grid, igniteui for angular, infragistics
5 | _language: kr
6 | ---
7 |
8 | # Hierarchical Data Grid Overview and Configuration
9 |
10 | {ProductName} Hierarchical Data Grid is used to display and manipulate hierarchical data with ease. Quickly bind your data with very little code or use a variety of events to customize different behaviors. This component provides a rich set of features like data selection, excel style filtering, sorting, paging, templating and column moving. The Hierarchical Grid builds upon the Flat Grid Component and extends its functionality by allowing the users to expand or collapse the rows of the parent grid, revealing the corresponding child grid, when more detailed information is needed. Displaying of hierarchical data has never been easier and beautiful thanks to the Material Table-based UI Grid.
11 |
12 |
15 |
--------------------------------------------------------------------------------
/doc/kr/components/grids/pivot-grid/overview.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: {Platform} Pivot Grid & Table – {ProductName}
3 | _description: Create fast, responsive {Platform} pivot grids and tables with {ProductName}. Perform complex analysis and apply data sorting, grouping, or filtering.
4 | _keywords: {Platform} pivot grid, {Platform} material pivot table, {ProductName}, Infragistics
5 | _language: kr
6 | ---
7 |
8 | # {Platform} Pivot Grid Overview
9 |
10 | {ProductName} Pivot Grids are used for summing up and representing voluminous multidimensional data in a cross-tabular format. The data summery can be easily and quickly sorted, grouped, or filtered. Such data can include sums, averages, and other statistics. End-users are enabled to modify the pivot table layout through drag-and-drop operations, according to their needs.
11 |
12 |
13 |
--------------------------------------------------------------------------------
/doc/kr/components/grids/tree-grid/overview.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: {Platform} Tree Grid | Fastest {Platform} Tree Table | Infragistics
3 | _description: The {ProductName} Tree Grid is used to display and manipulate hierarchical or flat data with ease. Quickly bind your data with very little coding. Try it for FREE
4 | _keywords: angular data grid, igniteui for angular, infragistics
5 | _language: kr
6 | ---
7 |
8 | # {Platform} Tree Grid Overview and Configuration
9 |
10 | {ProductName} Tree Grid is used to display and manipulate hierarchical or flat data with ease. Quickly bind your data with very little code or use a variety of events to customize different behaviors. This component provides a rich set of features like data selection, excel style filtering, sorting, paging, templating and column moving. Displaying of tabular data has never been easier and beautiful thanks to the Material Table-based UI Tree Grid.
11 |
12 |
--------------------------------------------------------------------------------
/doc/kr/images/Bullet_Graph_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/kr/images/Bullet_Graph_1.png
--------------------------------------------------------------------------------
/doc/kr/images/Bullet_Graph_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/kr/images/Bullet_Graph_2.png
--------------------------------------------------------------------------------
/doc/kr/images/Linear_Gauge_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/kr/images/Linear_Gauge_1.png
--------------------------------------------------------------------------------
/doc/kr/images/Linear_Gauge_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/kr/images/Linear_Gauge_2.png
--------------------------------------------------------------------------------
/doc/kr/images/Radial_Gauge_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/kr/images/Radial_Gauge_1.png
--------------------------------------------------------------------------------
/doc/kr/images/Radial_Gauge_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/kr/images/Radial_Gauge_2.png
--------------------------------------------------------------------------------
/doc/kr/images/category_chart_area.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/kr/images/category_chart_area.png
--------------------------------------------------------------------------------
/doc/kr/images/category_chart_column.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/kr/images/category_chart_column.png
--------------------------------------------------------------------------------
/doc/kr/images/category_chart_line.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/kr/images/category_chart_line.png
--------------------------------------------------------------------------------
/doc/kr/images/category_chart_point.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/kr/images/category_chart_point.png
--------------------------------------------------------------------------------
/doc/kr/images/category_chart_spline.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/kr/images/category_chart_spline.png
--------------------------------------------------------------------------------
/doc/kr/images/category_chart_splinearea.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/kr/images/category_chart_splinearea.png
--------------------------------------------------------------------------------
/doc/kr/images/category_chart_steparea.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/kr/images/category_chart_steparea.png
--------------------------------------------------------------------------------
/doc/kr/images/category_chart_stepline.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/kr/images/category_chart_stepline.png
--------------------------------------------------------------------------------
/doc/kr/images/category_chart_waterfall.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/kr/images/category_chart_waterfall.png
--------------------------------------------------------------------------------
/doc/kr/images/code-sandbox-seeklogo.com.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/doc/kr/images/financial_chart_bar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/kr/images/financial_chart_bar.png
--------------------------------------------------------------------------------
/doc/kr/images/financial_chart_candle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/kr/images/financial_chart_candle.png
--------------------------------------------------------------------------------
/doc/kr/images/financial_chart_column.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/kr/images/financial_chart_column.png
--------------------------------------------------------------------------------
/doc/kr/images/financial_chart_line.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/kr/images/financial_chart_line.png
--------------------------------------------------------------------------------
/doc/kr/images/general/blazor-excel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/kr/images/general/blazor-excel.png
--------------------------------------------------------------------------------
/doc/kr/images/general/blazor-wasm-app-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/kr/images/general/blazor-wasm-app-2.png
--------------------------------------------------------------------------------
/doc/kr/images/general/blazor-wasm-app.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/kr/images/general/blazor-wasm-app.png
--------------------------------------------------------------------------------
/doc/kr/images/general/geo-map.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/kr/images/general/geo-map.png
--------------------------------------------------------------------------------
/doc/kr/images/general/lazy-loaded-assembly.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/kr/images/general/lazy-loaded-assembly.png
--------------------------------------------------------------------------------
/doc/kr/images/general/lazy-loading-of-assembly.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/kr/images/general/lazy-loading-of-assembly.png
--------------------------------------------------------------------------------
/doc/kr/images/general/new-blazor-project-name.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/kr/images/general/new-blazor-project-name.jpg
--------------------------------------------------------------------------------
/doc/kr/images/general/new-blazor-project-template.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/kr/images/general/new-blazor-project-template.jpg
--------------------------------------------------------------------------------
/doc/kr/images/general/new-blazor-project.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/kr/images/general/new-blazor-project.jpg
--------------------------------------------------------------------------------
/doc/kr/images/general/nuget-manage-packages.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/kr/images/general/nuget-manage-packages.jpg
--------------------------------------------------------------------------------
/doc/kr/images/general/nuget-package-manager-browse.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/kr/images/general/nuget-package-manager-browse.jpg
--------------------------------------------------------------------------------
/doc/kr/images/general/nuget-package-manager-package-sources-ig-server.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/kr/images/general/nuget-package-manager-package-sources-ig-server.jpg
--------------------------------------------------------------------------------
/doc/kr/images/general/nuget-package-manager-setting-menu-item.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/8362fe0b3947dfe1d393765f432574c1ad39ad95/doc/kr/images/general/nuget-package-manager-setting-menu-item.jpg
--------------------------------------------------------------------------------
/doc/kr/images/general/vs-code.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/doc/kr/images/loading.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/doc/kr/images/stackblitz-logo.svg:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/docComponents.json:
--------------------------------------------------------------------------------
1 | {
2 | "NOTE": "these entries are mapping {IgComponent} to variables defined in docConfig.json file",
3 | "Grid" : { "name": "Grid", "output": "grid", "selectors": ["IgbGrid", "igx-grid", "igc-grid", "IgrGrid"], "types": ["IgbGrid", "IgxGridComponent", "IgcGridComponent", "IgrGrid"] },
4 | "TreeGrid" : { "name": "TreeGrid", "output": "tree-grid", "selectors": ["IgbTreeGrid", "igx-tree-grid", "igc-tree-grid", "IgrTreeGrid"], "types": ["IgbTreeGrid", "IgxTreeGridComponent", "IgcTreeGridComponent", "IgrTreeGrid"] },
5 | "PivotGrid" : { "name": "PivotGrid","output": "pivot-grid", "selectors": ["IgbPivotGrid", "igx-pivot-grid", "igc-pivot-grid", "IgrPivotGrid"], "types": ["IgbPivotGrid", "IgxPivotGridComponent", "IgcPivotGridComponent", "IgrPivotGrid"] },
6 | "HierarchicalGrid" : { "name": "HierarchicalGrid", "output": "hierarchical-grid", "selectors": ["IgbHierarchicalGrid", "igx-hierarchical-grid", "igc-hierarchical-grid", "IgrHierarchicalGrid"], "types": ["IgbHierarchicalGrid", "IgxHierarchicalGridComponent", "IgcHierarchicalGridComponent", "IgrHierarchicalGrid"] }
7 | }
--------------------------------------------------------------------------------
/docfx/en/api/index.md:
--------------------------------------------------------------------------------
1 | # PLACEHOLDER
2 | TODO: Add .NET projects to the *src* folder and then run `docfx` to generate **REAL** *API Documentation*!
3 |
--------------------------------------------------------------------------------
/docfx/en/global.json:
--------------------------------------------------------------------------------
1 | {
2 | "_navBarTitle": "{ProductName}",
3 | "_navBarTitleHref": "https://www.infragistics.com/products/{ProductSpinal}/",
4 | "_currentBaseUrl": "https://www.infragistics.com/products/{ProductSpinal}/{PlatformLower}/",
5 | "_hasKRLang": false,
6 | "_ENBaseUrl": "https://www.infragistics.com/products/{ProductSpinal}/{PlatformLower}/",
7 | "_JABaseUrl": "https://jp.infragistics.com/products/{ProductSpinal}/{PlatformLower}/",
8 | "_KRBaseUrl": "https://www.infragistics.co.kr/products/{ProductSpinal}/{PlatformLower}/",
9 | "_themeUsage": false,
10 | "_demosBaseUrlVar": "",
11 | "_platform": "{PlatformLower}",
12 | "_toc-dir": "components",
13 | "_initialPage": "components/general-getting-started",
14 | "_enableSearch": true,
15 | "_useRedirects": true,
16 | "_useWarningsAsErrors": true
17 | }
--------------------------------------------------------------------------------
/docfx/en/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: {ProductName}
3 | ---
4 |
5 |
--------------------------------------------------------------------------------
/docfx/en/toc.yml:
--------------------------------------------------------------------------------
1 | - name: Download Now
2 | href: 'https://www.infragistics.com/products/$ProductSpinal$/download'
3 | cta: true
4 |
--------------------------------------------------------------------------------
/docfx/jp/api/index.md:
--------------------------------------------------------------------------------
1 | # PLACEHOLDER
2 | TODO: Add .NET projects to the *src* folder and then run `docfx` to generate **REAL** *API Documentation*!
3 |
--------------------------------------------------------------------------------
/docfx/jp/environment.json:
--------------------------------------------------------------------------------
1 | {
2 | "development": {
3 | "infragisticsBaseUrl": "https://jp.staging.infragistics.com",
4 | "dvApiBaseUrl": "https://staging.infragistics.com",
5 | "GTMContainerId": "GTM-NNHVMC7",
6 | "themeApiUrl": "http://localhost:59296/api/taas",
7 | "themingWidgetVersion": "latest"
8 | },
9 | "staging": {
10 | "infragisticsBaseUrl": "https://jp.staging.infragistics.com",
11 | "dvApiBaseUrl": "https://staging.infragistics.com",
12 | "GTMContainerId": "GTM-WLWSDK",
13 | "themeApiUrl": "https://igniteuithemingwidget-staging.infragistics.com/api/taas",
14 | "themingWidgetVersion": "latest"
15 | },
16 | "production": {
17 | "infragisticsBaseUrl": "https://jp.infragistics.com",
18 | "dvApiBaseUrl": "https://www.infragistics.com",
19 | "GTMContainerId": "GTM-KVNSWJ",
20 | "themeApiUrl": "https://igniteuithemingwidget-prod.infragistics.com/api/taas",
21 | "themingWidgetVersion": "latest-stable"
22 | }
23 | }
--------------------------------------------------------------------------------
/docfx/jp/global.json:
--------------------------------------------------------------------------------
1 | {
2 | "_navBarTitle": "{ProductName}",
3 | "_navBarTitleHref": "https://jp.infragistics.com/products/{ProductSpinal}/",
4 | "_currentBaseUrl": "https://jp.infragistics.com/products/{ProductSpinal}/{PlatformLower}/",
5 | "_hasKRLang": false,
6 | "_ENBaseUrl": "https://www.infragistics.com/products/{ProductSpinal}/{PlatformLower}/",
7 | "_JABaseUrl": "https://jp.infragistics.com/products/{ProductSpinal}/{PlatformLower}/",
8 | "_KRBaseUrl": "https://www.infragistics.co.kr/products/{ProductSpinal}/{PlatformLower}/",
9 | "_themeUsage": false,
10 | "_demosBaseUrlVar": "",
11 | "_platform": "{PlatformLower}",
12 | "_toc-dir": "components",
13 | "_initialPage": "components/general-getting-started",
14 | "_enableSearch": true,
15 | "_useRedirects": true,
16 | "_useWarningsAsErrors": false
17 | }
18 |
--------------------------------------------------------------------------------
/docfx/jp/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: {ProductName}
3 | _language: jp
4 | ---
5 |
6 |
--------------------------------------------------------------------------------
/docfx/jp/toc.yml:
--------------------------------------------------------------------------------
1 | - name: はじめに
2 | href: 'https://jp.infragistics.com/products/$ProductSpinal$/getting-started/'
3 | cta: true
4 |
--------------------------------------------------------------------------------
/docfx/kr/api/index.md:
--------------------------------------------------------------------------------
1 | # PLACEHOLDER
2 | TODO: Add .NET projects to the *src* folder and run `docfx` to generate **REAL** *API Documentation*!
3 |
--------------------------------------------------------------------------------
/docfx/kr/environment.json:
--------------------------------------------------------------------------------
1 | {
2 | "development": {
3 | "infragisticsBaseUrl": "https://staging.infragistics.co.kr",
4 | "dvApiBaseUrl": "https://staging.infragistics.com",
5 | "GTMContainerId": "GTM-WLXLBZD",
6 | "themeApiUrl": "http://localhost:59296/api/taas",
7 | "themingWidgetVersion": "latest"
8 | },
9 | "staging": {
10 | "infragisticsBaseUrl": "https://staging.infragistics.co.kr",
11 | "dvApiBaseUrl": "https://staging.infragistics.com",
12 | "GTMContainerId": "GTM-NCKNPN",
13 | "themeApiUrl": "https://igniteuithemingwidget-staging.infragistics.com/api/taas",
14 | "themingWidgetVersion": "latest"
15 | },
16 | "production": {
17 | "infragisticsBaseUrl": "https://www.infragistics.co.kr",
18 | "dvApiBaseUrl": "https://www.infragistics.com",
19 | "GTMContainerId": "GTM-T65CF7",
20 | "themeApiUrl": "https://igniteuithemingwidget-prod.infragistics.com/api/taas",
21 | "themingWidgetVersion": "latest-stable"
22 | }
23 | }
--------------------------------------------------------------------------------
/docfx/kr/global.json:
--------------------------------------------------------------------------------
1 | {
2 | "_navBarTitle": "{ProductName}",
3 | "_navBarTitleHref": "https://www.infragistics.co.kr/products/{ProductSpinal}/",
4 | "_currentBaseUrl": "https://www.infragistics.co.kr/products/{ProductSpinal}/{PlatformLower}/",
5 | "_hasKRLang": false,
6 | "_ENBaseUrl": "https://www.infragistics.com/products/{ProductSpinal}/{PlatformLower}/",
7 | "_JABaseUrl": "https://jp.infragistics.com/products/{ProductSpinal}/{PlatformLower}/",
8 | "_KRBaseUrl": "https://www.infragistics.co.kr/products/{ProductSpinal}/{PlatformLower}/",
9 | "_themeUsage": false,
10 | "_demosBaseUrlVar": "",
11 | "_platform": "{PlatformLower}",
12 | "_toc-dir": "components",
13 | "_initialPage": "components/general-getting-started",
14 | "_enableSearch": true,
15 | "_useRedirects": true,
16 | "_useWarningsAsErrors": false
17 | }
18 |
--------------------------------------------------------------------------------
/docfx/kr/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: {ProductName}
3 | _language: kr
4 | ---
5 |
--------------------------------------------------------------------------------
/docfx/kr/toc.yml:
--------------------------------------------------------------------------------
1 | - name: Download Now
2 | href: 'https://kr.infragistics.com/products/$ProductNameSpinal$/download'
3 | cta: true
4 |
--------------------------------------------------------------------------------
/templates/sample.edit.buttons.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/test/transformation.spec.ts:
--------------------------------------------------------------------------------
1 | import { expect } from "chai";
2 | import { SearchHandler, defaultFileGroups, allLangs, allPlatforms, Platform } from "./testing-library";
3 |
4 | describe("Transformation Tests", () => {
5 |
6 | const testPlatform = process.env.npm_config_testPlatform || "";
7 |
8 | it("should not have any files with leftover replacement words", async () => {
9 | let testPlatforms = !testPlatform.length ? allPlatforms : [testPlatform];
10 | for (const platform of testPlatforms) {
11 | const result = await SearchHandler.searchInFiles(
12 | [SearchHandler.buildFullRegex(platform)],
13 | [platform as Platform],
14 | allLangs,
15 | defaultFileGroups.allMarkdown);
16 | expect(result).to.eql([]);
17 | }
18 | });
19 | });
20 |
--------------------------------------------------------------------------------