diff --git a/concepts/05 UI Components/Chart/Demos.md b/concepts/05 UI Components/Chart/Demos.md index 12e339c596..5f952f4d3f 100644 --- a/concepts/05 UI Components/Chart/Demos.md +++ b/concepts/05 UI Components/Chart/Demos.md @@ -1,56 +1,90 @@ #include demos-intro +- [Overview](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/Overview/) + **Data Binding** - [Simple Array](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/SimpleArray/) - [JSON Data](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/AjaxRequest/) - [Client-Side Data Processing](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/ClientSideDataProcessing/) - [Server-Side Data Processing](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/ServerSideDataProcessing/) -- [Dynamic Series from the DataSource](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/SeriesTemplates/) +- [Dynamic Series](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/DynamicSeries/) - [SignalR Service](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/SignalRService/) -- [Load Data on Demand](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/LoadDataOnDemand/) +- [Load Data On Demand](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/LoadDataOnDemand/) -**Line Charts** +**Area Charts** -- [Line](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/Line/) -- [Spline](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/Spline/) -- [Resolved Axis Label Overlapping](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/AxisLabelsOverlapping/) -- [Hover Mode](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/HoverMode/) -- [Step Line](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/StepLine/) -- [Crosshair](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/Crosshair/) -- [Point Image](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/PointImage/) -- [Logarithmic vs Linear Axis](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/LogarithmicVsLinearAxes/) +- [Area](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/Area/) +- [Spline Area](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/SplineArea/) +- [Step Area](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/StepArea/) +- [Step Area with Gaps](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/NullPointSupport/) **Bar Charts** - [Standard Bar](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/StandardBar/) - [Side-by-Side Bar](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/SideBySideBar/) - [Stacked Bar](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/StackedBar/) -- [Full-Stacked Bar](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/FullStackedBar/) +- [Full Stacked Bar](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/FullStackedBar/) - [Side-by-Side Stacked Bar](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/SideBySideStackedBar/) -- [Drill-Down Chart](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/ChartsDrillDown/) +- [Drill-Down](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/BarDrillDown/) - [Side-by-Side Full-Stacked Bar](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/SideBySideFullStackedBar/) - [Auto-Calculated Bar Width](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/AutoCalculatedBarWidth/) - [Custom Bar Width](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/CustomBarWidth/) -- [Color Each Bar Differently](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/ColorEachBar/) +- [Bar Color Customization](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/BarColorCustomization/) - [Customize Points and Labels](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/CustomizePointsAndLabels/) - [Scale Breaks](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/ScaleBreaks/) - [Bi-Directional Bar Chart](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/BiDirectionalBarChart/) - [Custom Annotations](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/CustomAnnotations/) +**Bullet Charts** + +- [Bullets](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/SimpleBullets/) + +**Doughnut Charts** + +- [Doughnut](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/Doughnut/) +- [Doughnut Selection](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/DoughnutSelection/) +- [Doughnut with Top N Series](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/DoughnutWithTopNSeries/) +- [Doughnut with Multiple Series](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/PieWithMultipleSeries/) +- [Center Label Customization](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/CenterLabelCustomization/) + **Financial Charts** - [Stock](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/Stock/) - [Candlestick](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/Candlestick/) - [Points Aggregation](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/PointsAggregationFinancialChart/) -- [Chart with Annotations](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/Annotation/) +- [Annotations](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/Annotation/) -**Area Charts** +**Funnel and Pyramid Charts** -- [Area](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/Area/) -- [Spline Area](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/SplineArea/) -- [Step Area](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/StepArea/) -- [Step Area with Gaps](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/NullPointSupport/) +- [Funnel Chart](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/FunnelChart/) +- [Pyramid Chart](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/PyramidChart/) + +**Line Charts** + +- [Line](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/Line/) +- [Spline](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/Spline/) +- [Resolve Label Overlap](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/ResolveLabelOverlap/) +- [Hover Mode](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/HoverMode/) +- [Step Line](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/StepLine/) +- [Crosshair](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/Crosshair/) +- [Point Image](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/PointImage/) +- [Logarithmic vs Linear Axes](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/LogarithmicVsLinearAxes/) + +**Pareto Chart** + +- [Pareto Chart](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/ParetoChart/) + +**Pie Charts** + +- [Pie](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/Pie/) +- [Equal Size Pies](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/EqualSizePies/) +- [Label Customization](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/LabelCustomization/) +- [Small Value Groups](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/SmallValueGroups/) +- [Resolve Label Overlap](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/PieResolveLabelOverlap/) +- [Palette](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/Palette/) +- [Annotations](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/PieAnnotations/) +- [Custom Fill Styles](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/CustomFillStyles/) **Point Charts** @@ -59,34 +93,81 @@ - [Scatter Logarithmic Axis](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/LogarithmicAxis/) - [Custom Axis Position](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/AxisCustomPosition/) +**Polar and Radar Charts** + +- [Continuous Data](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/ContinuousData/) +- [Discrete Data](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/DiscreteData/) +- [Spider Web](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/SpiderWeb/) +- [Wind Rose](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/WindRose/) +- [Periodic Data](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/PeriodicData/) +- [Inverted Chart](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/InvertedChart/) +- [Annotations](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/PolarChartAnnotations/) + **Range Charts** - [Range Bar](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/RangeBar/) - [Timeline Chart](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/Timeline/) - [Range Area](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/RangeArea/) -**Combinations** +**Sankey Chart** + +- [Overview](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/SankeyChart/) + +**Sparkline Charts** + +- [Sparklines](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/SimpleSparklines/) +- [Area Sparklines](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/AreaSparklines/) +- [Bar Sparklines](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/BarSparklines/) +- [Winloss Sparklines](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/WinlossSparklines/) + +**Tree Map** + +- [Hierarchical Data Structure](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/HierarchicalDataStructure/) +- [Plain Data Structure](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/FlatDataStructure/) +- [Tiling Algorithms](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/TilingAlgorithms/) +- [Colorization](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/Colorization/) +- [Drill Down](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/DrillDown/) + +**Axis** - [Multiple Axes](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/MultipleAxes/) -- [Multiple Panes](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/MultiplePanes/) -- [Points Aggregation](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/PointsAggregation/) -- [Error Bars](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/ErrorBars/) -- [Pareto Chart](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/ParetoChart/) -- [Custom Legend Markers](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/CustomLegendMarkers/) -- [Discrete Aggregation](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/DiscreteAggregation/) -- [Axis Labels Templates](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/AxisLabelsTemplates/) - [Strips](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/Strips/) -- **More Features** +**Aggregation** + +- [Points Aggregation](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/PointsAggregation/) +- [Discrete Points Aggregation](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/DiscretePointsAggregation/) + +**Tooltips** + +- [Tooltip API](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/TooltipAPI/) +- [Tooltip Customization](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/TooltipCustomization/) + +**Selection** -- [Export and Printing API](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/ExportAndPrintingAPI/) -- [Export Several Charts](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/ExportSeveralCharts/) -- [Export Custom Markup](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/ExportCustomMarkup/) - [Selection](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/Selection/) - [Multiple Series Selection](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/MultipleSeriesSelection/) - [Multiple Point Selection](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/MultiplePointSelection/) -- [Select a Point - API](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/APISelectAPoint/) -- [Zooming on Area Selection](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/ZoomingOnAreaSelection/) +- [Point Selection API](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/PointSelectionAPI/) + +**Customization** + +- [Axis Label Customization](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/AxisLabelCustomization/) +- [Legend Markers Customization](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/LegendMarkersCustomization/) +- [Multiple Panes](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/MultiplePanes/) +- [Error Bars](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/ErrorBars/) + +**Zooming** + +- [Area Selection Zooming](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/AreaSelectionZooming/) - [Zooming and Panning](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/ZoomingAndScrolling/) - [Zooming and Panning API](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/ZoomingAndScrollingAPI/) - [Discrete Axis Zooming and Panning](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/DiscreteAxisZoomingAndScrolling/) +- [Polar Chart Zooming and Panning API](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/PolarChartZoomingAndScrollingAPI/) + +**Export** + +- [Export and Printing API](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/ExportAndPrintingAPI/) +- [Export Several Charts](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/ExportSeveralCharts/) +- [Export Custom Markup](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Charts/ExportCustomMarkup/) + diff --git a/concepts/05 UI Components/DataGrid/Demos.md b/concepts/05 UI Components/DataGrid/Demos.md index e97cd8f0a1..3b6a0916f6 100644 --- a/concepts/05 UI Components/DataGrid/Demos.md +++ b/concepts/05 UI Components/DataGrid/Demos.md @@ -12,18 +12,21 @@ - [SignalR Service](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/SignalRService/) - [Real-Time Updates](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/RealTimeUpdates/) -**Paging and Scrolling** +**Filtering** -- [Record Paging](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/RecordPaging/) -- [Local Virtual Scrolling](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/VirtualScrolling/) -- [Remote Virtual Scrolling](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/RemoteVirtualScrolling/) -- [Horizontal Virtual Scrolling](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/HorizontalVirtualScrolling/) -- [Infinite Scrolling](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/InfiniteScrolling/) +- [Filtering](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/Filtering/) +- [Filtering API](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/FilteringAPI/) +- [Filter Panel](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/FilterPanel/) +- [Column Header Filter](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/ColumnHeaderFilter/) + +**Sorting** + +- [Sorting](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/MultipleSorting/) **Editing** -- [Row Editing and Editing Events](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/RowEditingAndEditingEvents/) -- [Cell Editing and Editing API](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/CellEditingAndEditingAPI/) +- [Row Editing](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/RowEditing/) +- [Cell Editing](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/CellEditing/) - [Batch Editing](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/BatchEditing/) - [Form Editing](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/FormEditing/) - [Popup Editing](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/PopupEditing/) @@ -31,32 +34,16 @@ - [Data Validation](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/DataValidation/) - [Cascading Lookups](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/CascadingLookups/) - [Collaborative Editing](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/CollaborativeEditing/) -- [CRUD Operations](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/CRUDOperations/) -- [Customize Keyboard Navigation](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/CustomizeKeyboardNavigation/) +- [Remote CRUD Operations](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/RemoteCRUDOperations/) - [Batch Update Request](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/BatchUpdateRequest/) - [Edit State Management](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/EditStateManagement/) -- [Custom New Record Position](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/CustomNewRecordPosition/) +- [New Record Position](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/NewRecordPosition/) **Grouping** - [Record Grouping](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/RecordGrouping/) - [Remote Grouping](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/RemoteGrouping/) -**Filtering and Sorting** - -- [Multiple Sorting](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/MultipleSorting/) -- [Filtering](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/Filtering/) -- [Filtering API](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/FilteringAPI/) -- [Filter Panel](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/FilterPanel/) -- [Column Header Filter](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/ColumnHeaderFilter/) -- [Focused Row](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/FocusedRow/) - -**Row Drag & Drop** - -- [Local Reordering](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/LocalReordering/) -- [Remote Reordering](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/RemoteReordering/) -- [Drag & Drop Between Two Grids](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/DnDBetweenGrids/) - **Selection** - [Row Selection](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/RowSelection/) @@ -64,29 +51,36 @@ - [Multiple Record Selection API](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/MultipleRecordSelectionAPI/) - [Deferred Selection](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/DeferredSelection/) +**Focused Row** + +- [Focused Row](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/FocusedRow/) + +**Paging** + +- [Paging](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/RecordPaging/) + +**Scrolling** + +- [Local Virtual Scrolling](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/VirtualScrolling/) +- [Remote Virtual Scrolling](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/RemoteVirtualScrolling/) +- [Horizontal Virtual Scrolling](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/HorizontalVirtualScrolling/) +- [Infinite Scrolling](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/InfiniteScrolling/) + **Columns** -- [Column Customization](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/ColumnCustomization/) -- [Columns based on a Data Source](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/ColumnsBasedOnADataSource/) +- [Auto-Populated Columns](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/AutoPopulatedColumns/) - [Multi-Level Headers (Bands)](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/MultiRowHeadersBands/) +- [Column Reordering](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/ColumnReordering/) - [Column Resizing](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/ColumnResizing/) -- [Command Column Customization](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/CommandColumnCustomization/) +- [Sticky Columns](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/FixedAndStickyColumns/) +- [Command Column Configuration](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/CommandColumnConfiguration/) - [Column Chooser](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/ColumnChooser/) -- [State Persistence](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/StatePersistence/) -**Appearance** - -- [Appearance](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/Appearance/) -- [Right-To-Left Support](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/RightToLeftSupport/) - -**Templates** +**Master-Detail** -- [Column Template](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/ColumnTemplate/) -- [Row Template](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/RowTemplate/) -- [Column 3rd Party Engine Template](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/Column3RdPartyEngineTemplate/) -- [Row 3rd Party Engine Template](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/Row3RdPartyEngineTemplate/) -- [Cell Customization](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/CellCustomization/) -- [Toolbar Customization](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/ToolbarCustomization/) +- [Master-Detail View](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/MasterDetailView/) +- [Master-Detail API](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/MasterDetailAPI/) +- [Advanced Master-Detail View](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/AdvancedMasterDetailView/) **Data Summaries** @@ -95,30 +89,55 @@ - [Custom Summaries](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/CustomSummaries/) - [Recalculate While Editing](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/RecalculateWhileEditing/) -**Master-Detail** +**Drag & Drop** -- [Master-Detail View](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/MasterDetailView/) -- [Master-Detail API](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/MasterDetailAPI/) -- [Advanced Master-Detail View](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/AdvancedMasterDetailView/) +- [Local Reordering](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/LocalReordering/) +- [Remote Reordering](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/RemoteReordering/) +- [Drag & Drop Between Two Grids](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/DnDBetweenGrids/) **Export to PDF** - [Overview](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/PDFOverview/) - [Cell Customization](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/PDFCellCustomization/) - [Header and Footer](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/PDFHeaderAndFooter/) -- [Export Multiple Grids](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/PDFExportMultipleGrids/) -- [Export Images](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/PDFExportImages/) +- [Multiple Grids Export](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/PDFExportMultipleGrids/) +- [Image Export](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/PDFExportImages/) **Export to Excel** - [Overview](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/ExcelJSOverview/) - [Cell Customization](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/ExcelJSCellCustomization/) - [Header and Footer](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/ExcelJSHeaderAndFooter/) -- [Export Multiple Grids](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/ExcelJSExportMultipleGrids/) -- [Export Images](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/ExcelJSExportImages/) +- [Multiple Grids Export](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/ExcelJSExportMultipleGrids/) +- [Image Export](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/ExcelJSExportImages/) + +**Appearance** + +- [Appearance](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/Appearance/) + +**Customization** + +- [Column](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/Column/) +- [Row](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/Row/) +- [Column 3rd Party Engine Template](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/Column3RdPartyEngineTemplate/) +- [Row 3rd Party Engine Template](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/Row3RdPartyEngineTemplate/) +- [Cell](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/Cell/) +- [Toolbar](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/Toolbar/) + +**State Persistence** + +- [State Persistence](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/StatePersistence/) **Adaptability** -- [Grid Adaptability Overview](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/GridAdaptabilityOverview/) -- [Grid Columns Hiding Priority](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/GridColumnsHidingPriority/) +- [Overview](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/GridAdaptabilityOverview/) +- [Columns Hiding Priority](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/ColumnsHidingPriority/) + +**Keyboard Navigation** + - [Keyboard Navigation](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/KeyboardNavigation/) +- [Customize Keyboard Navigation](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/CustomizeKeyboardNavigation/) + +**Right-To-Left Support** + +- [Right-To-Left Support](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/RightToLeftSupport/) diff --git a/concepts/05 UI Components/Gantt/Demos.md b/concepts/05 UI Components/Gantt/Demos.md index 4056430e2f..686155290e 100644 --- a/concepts/05 UI Components/Gantt/Demos.md +++ b/concepts/05 UI Components/Gantt/Demos.md @@ -2,22 +2,34 @@ - [Overview](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Gantt/Overview/) -**Data** +**Data Binding** -- [Data Binding and Editing](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Gantt/DataBinding/) -- [Validation](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Gantt/Validation/) +- [Data Binding](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Gantt/DataBinding/) -**UI Customization** +**Filtering** + +- [Filter Row](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Gantt/FilterRow/) +- [Header Filter](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Gantt/HeaderFilter/) + +**Sorting** + +- [Sorting](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Gantt/Sorting/) + +**Strip Lines** -- [Chart Appearance](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Gantt/ChartAppearance/) -- [Task Template](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Gantt/TaskTemplate/) -- [Toolbar](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Gantt/Toolbar/) -- [Context Menu](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Gantt/ContextMenu/) - [Strip Lines](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Gantt/StripLines/) + +**Export to PDF** + - [Export To PDF](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Gantt/ExportToPDF/) -- [Sorting](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Gantt/Sorting/) -**Filtering** +**Validation** -- [Filter Row](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Gantt/FilterRow/) -- [Header Filter](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Gantt/HeaderFilter/) +- [Validation](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Gantt/Validation/) + +**Customization** + +- [Appearance](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Gantt/Appearance/) +- [Task Template](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Gantt/TaskTemplate/) +- [Toolbar](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Gantt/Toolbar/) +- [Context Menu](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Gantt/ContextMenu/) diff --git a/concepts/05 UI Components/PivotGrid/Demos.md b/concepts/05 UI Components/PivotGrid/Demos.md index b0dd0f93d3..dd2b29dd45 100644 --- a/concepts/05 UI Components/PivotGrid/Demos.md +++ b/concepts/05 UI Components/PivotGrid/Demos.md @@ -8,26 +8,45 @@ - [OLAP Data Source](https://js.devexpress.com/Demos/WidgetsGallery/Demo/PivotGrid/OLAPDataSource/) - [Web API Service](https://js.devexpress.com/Demos/WidgetsGallery/Demo/PivotGrid/WebAPIService/) -**Field Chooser** +**Field Management** - [Integrated Field Chooser](https://js.devexpress.com/Demos/WidgetsGallery/Demo/PivotGrid/IntegratedFieldChooser/) - [Standalone Field Chooser](https://js.devexpress.com/Demos/WidgetsGallery/Demo/PivotGrid/StandaloneFieldChooser/) +- [Field Panel](https://js.devexpress.com/Demos/WidgetsGallery/Demo/PivotGrid/FieldPanel/) -**Features** +**Data Summaries** -- [Field Panel](https://js.devexpress.com/Demos/WidgetsGallery/Demo/PivotGrid/FieldPanel/) -- [Header Filter](https://js.devexpress.com/Demos/WidgetsGallery/Demo/PivotGrid/HeaderFilter/) - [Running Totals](https://js.devexpress.com/Demos/WidgetsGallery/Demo/PivotGrid/RunningTotals/) - [Summary Display Modes](https://js.devexpress.com/Demos/WidgetsGallery/Demo/PivotGrid/SummaryDisplayModes/) + +**Drill Down** + - [Drill Down](https://js.devexpress.com/Demos/WidgetsGallery/Demo/PivotGrid/DrillDown/) + +**Filtering** + +- [Filtering](https://js.devexpress.com/Demos/WidgetsGallery/Demo/PivotGrid/Filtering/) + +**Scrolling** + - [Virtual Scrolling](https://js.devexpress.com/Demos/WidgetsGallery/Demo/PivotGrid/VirtualScrolling/) - [Remote Virtual Scrolling](https://js.devexpress.com/Demos/WidgetsGallery/Demo/PivotGrid/RemoteVirtualScrolling/) -- [State Persistence](https://js.devexpress.com/Demos/WidgetsGallery/Demo/PivotGrid/StatePersistence/) -- [Chart Integration](https://js.devexpress.com/Demos/WidgetsGallery/Demo/PivotGrid/ChartIntegration/) -- [Layout Customization](https://js.devexpress.com/Demos/WidgetsGallery/Demo/PivotGrid/LayoutCustomization/) **Export to Excel** - [Overview](https://js.devexpress.com/Demos/WidgetsGallery/Demo/PivotGrid/ExcelJSOverview/) - [Cell Customization](https://js.devexpress.com/Demos/WidgetsGallery/Demo/PivotGrid/ExcelJSCellCustomization/) - [Header and Footer](https://js.devexpress.com/Demos/WidgetsGallery/Demo/PivotGrid/ExcelJsHeaderAndFooter/) + +**Chart Integration** + +- [Chart Integration](https://js.devexpress.com/Demos/WidgetsGallery/Demo/PivotGrid/ChartIntegration/) + +**Customization** + +- [Customization](https://js.devexpress.com/Demos/WidgetsGallery/Demo/PivotGrid/Customization/) + +**State Persistence** + +- [State Persistence](https://js.devexpress.com/Demos/WidgetsGallery/Demo/PivotGrid/StatePersistence/) + diff --git a/concepts/05 UI Components/Scheduler/Demos.md b/concepts/05 UI Components/Scheduler/Demos.md index a5a359d9f1..59a4b3d30e 100644 --- a/concepts/05 UI Components/Scheduler/Demos.md +++ b/concepts/05 UI Components/Scheduler/Demos.md @@ -12,32 +12,47 @@ **Views** - [Basic Views](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/BasicViews/) -- [Timelines](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/Timelines/) +- [Timeline](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/Timelines/) - [Agenda](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/Agenda/) -**Features** +**Appointments** -- [Current Time Indicator](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/CurrentTimeIndicator/) -- [Time Zone Support](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/TimeZonesSupport/) - [Recurring Appointments](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/RecurringAppointments/) -- [Editing](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/Editing/) -- [Custom Drag & Drop](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/CustomDragAndDrop/) - [Resources](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/Resources/) + +**Timetable** + - [All Day Panel Mode](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/AllDayPanelMode/) - [Work Shifts](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/WorkShifts/) -- [Virtual Scrolling](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/VirtualScrolling/) +- [Time Zone Support](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/TimeZonesSupport/) +- [Current Time Indicator](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/CurrentTimeIndicator/) +- [Disabled Date/Time Ranges](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/CellTemplates/) + +**Editing** + +- [Editing](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/Editing/) **Grouping** -- [Group Orientation](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/GroupOrientation/) +- [Grouping by Resources](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/GroupingByResources/) - [Grouping By Date](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/GroupByDate/) +**Virtual Scrolling** + +- [Virtual Scrolling](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/VirtualScrolling/) + +**Drag & Drop** + +- [Drag & Drop](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/DragAndDrop/) + **Customization** -- [Custom Templates](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/CustomTemplates/) -- [Disabled Date/Time Ranges](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/CellTemplates/) -- [Customize Individual Views](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/CustomizeIndividualViews/) -- [Increased View Duration](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/IncreaseViewDuration/) -- [Limit the Appointment Count per Cell](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/LimitAppointmentCountPerCell/) -- [Context Menu Integration](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/ContextMenuIntegration/) +- [Templates](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/Templates/) +- [Individual Views Customization](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/IndividualViewsCustomization/) +- [Custom View Duration](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/CustomViewDuration/) +- [Appointment Count per Cell](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/AppointmentCountPerCell/) +- [Context Menu](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/ContextMenu/) + +**Adaptability** + - [Adaptability](https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/Adaptability/) diff --git a/concepts/05 UI Components/TreeList/Demos.md b/concepts/05 UI Components/TreeList/Demos.md index 77491e1325..bbde2467dd 100644 --- a/concepts/05 UI Components/TreeList/Demos.md +++ b/concepts/05 UI Components/TreeList/Demos.md @@ -8,8 +8,18 @@ - [Simple Array: Hierarchical Structure](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/SimpleArrayHierarchicalStructure/) - [Load Data on Demand](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/LoadDataOnDemand/) - [Web API Service](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/WebAPIService/) + +**Filtering** + +- [Search Panel](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/SearchPanel/) +- [Filter Row](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/FilterRow/) +- [Column Header Filter](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/ColumnHeaderFilter/) +- [Filter Panel](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/FilterPanel/) +- [Filter Modes](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/FilterModes/) + +**Sorting** + - [Multiple Sorting](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/MultipleSorting/) -- [Paging](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/Paging/) **Editing** @@ -18,29 +28,41 @@ - [Batch Editing](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/BatchEditing/) - [Form Editing](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/FormEditing/) - [Popup Editing](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/PopupEditing/) -- [Customize Keyboard Navigation](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/CustomizeKeyboardNavigation/) -- [Node Drag & Drop](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/LocalReordering/) -- [Focused Row](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/FocusedRow/) **Selection** - [Single Row Selection](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/SingleRowSelection/) - [Multiple Row Selection](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/MultipleRowSelection/) -**Filtering** +**Focused Row** -- [Using Search Panel](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/UsingSearchPanel/) -- [Using Filter Row](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/UsingFilterRow/) -- [Column Header Filter](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/ColumnHeaderFilter/) -- [Filter Panel](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/FilterPanel/) -- [Filter Modes](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/FilterModes/) +- [Focused Row](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/FocusedRow/) -**Column Customization** +**Paging** + +- [Paging](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/Paging/) + +**Columns** -- [Column Chooser](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/ColumnChooser/) - [Column Reordering](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/Reordering/) - [Column Resizing](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/Resizing/) -- [Column Fixing](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/ColumnFixing/) +- [Fixed and Sticky Columns](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/FixedAndStickyColumns/) +- [Column Chooser](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/ColumnChooser/) + +**Drag & Drop** + +- [Node Drag & Drop](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/LocalReordering/) + +**State Persistence** + - [State Persistence](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/StatePersistence/) + +**Adaptability** + - [Adaptability](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/Adaptability/) + +**Keyboard Navigation** + - [Keyboard Navigation](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/KeyboardNavigation/) +- [Customize Keyboard Navigation](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/CustomizeKeyboardNavigation/) + diff --git a/concepts/05 UI Components/TreeView/Demos.md b/concepts/05 UI Components/TreeView/Demos.md index c3c66cc9a0..8c55045809 100644 --- a/concepts/05 UI Components/TreeView/Demos.md +++ b/concepts/05 UI Components/TreeView/Demos.md @@ -1,14 +1,26 @@ #include demos-intro +**Data Binding** + - [Hierarchical Data Structure](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeView/HierarchicalDataStructure/) - [Plain Data Structure](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeView/FlatDataStructure/) -- [Node Selection and Customization](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeView/ItemSelectionAndCustomization/) -- [Virtual Mode](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeView/VirtualMode/) - [Load Data on Demand](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeView/LoadDataOnDemand/) +- [Virtual Mode](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeView/VirtualMode/) + +**Selection and Customization** + +- [Node Selection and Customization](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeView/ItemSelectionAndCustomization/) + +**Search** + - [TreeView with Search Bar](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeView/TreeViewWithSearchBar/) + +**ContextMenu** + - [ContextMenu Integration](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeView/ContextMenuIntegration/) -**Drag & Drop and Reordering** +**Drag & Drop** + +- [Plain Data Structure](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeView/PlainDataStructure/) +- [Hierarchical Data Structure](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeView/DragAndDropHierarchicalDataStructure/) -- [Drag & Drop for Plain Data Structure](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeView/DragAndDropPlainDataStructure/) -- [Drag & Drop for Hierarchical Data Structure](https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeView/DragAndDropHierarchicalDataStructure/) diff --git a/concepts/05 UI Components/VectorMap/Demos.md b/concepts/05 UI Components/VectorMap/Demos.md index 8ebc3c4a9a..3711045262 100644 --- a/concepts/05 UI Components/VectorMap/Demos.md +++ b/concepts/05 UI Components/VectorMap/Demos.md @@ -1,16 +1,33 @@ #include demos-intro -- [Colors Customization](https://js.devexpress.com/Demos/WidgetsGallery/Demo/VectorMap/ColorsCustomization/) -- [Zooming and Centering](https://js.devexpress.com/Demos/WidgetsGallery/Demo/VectorMap/ZoomingAndCentering/) -- [Palette](https://js.devexpress.com/Demos/WidgetsGallery/Demo/VectorMap/Palette/) +**Data Binding** + +- [Custom Map Data](https://js.devexpress.com/Demos/WidgetsGallery/Demo/VectorMap/CustomMapData/) +- [Floor Plan](https://js.devexpress.com/Demos/WidgetsGallery/Demo/VectorMap/FloorPlan/) + +**Multiple Layers** + +- [Multiple Layers](https://js.devexpress.com/Demos/WidgetsGallery/Demo/VectorMap/MultipleLayers/) + +**Markers** + - [Image Markers](https://js.devexpress.com/Demos/WidgetsGallery/Demo/VectorMap/ImageMarkers/) - [Bubble Markers](https://js.devexpress.com/Demos/WidgetsGallery/Demo/VectorMap/BubbleMarkers/) - [Pie Markers](https://js.devexpress.com/Demos/WidgetsGallery/Demo/VectorMap/PieMarkers/) + +**Legend** + +- [Legend](https://js.devexpress.com/Demos/WidgetsGallery/Demo/VectorMap/AreaWithLabelsAndTwoLegends/) + +**Zooming and Panning** + +- [Zooming and Centering](https://js.devexpress.com/Demos/WidgetsGallery/Demo/VectorMap/ZoomingAndCentering/) - [Dynamic Viewport](https://js.devexpress.com/Demos/WidgetsGallery/Demo/VectorMap/DynamicViewport/) -- [Area with Labels and Two Legends](https://js.devexpress.com/Demos/WidgetsGallery/Demo/VectorMap/AreaWithLabelsAndTwoLegends/) -- [Tooltips: HTML Markup Support](https://js.devexpress.com/Demos/WidgetsGallery/Demo/VectorMap/TooltipHTMLSupport/) + +**Customization** + +- [Colors Customization](https://js.devexpress.com/Demos/WidgetsGallery/Demo/VectorMap/ColorsCustomization/) +- [Palette](https://js.devexpress.com/Demos/WidgetsGallery/Demo/VectorMap/Palette/) +- [Tooltips Customization](https://js.devexpress.com/Demos/WidgetsGallery/Demo/VectorMap/TooltipsCustomization/) - [Custom Projection](https://js.devexpress.com/Demos/WidgetsGallery/Demo/VectorMap/CustomProjection/) -- [Floor Plan](https://js.devexpress.com/Demos/WidgetsGallery/Demo/VectorMap/FloorPlan/) -- [Multiple Layers](https://js.devexpress.com/Demos/WidgetsGallery/Demo/VectorMap/MultipleLayers/) -- [Custom Map Data](https://js.devexpress.com/Demos/WidgetsGallery/Demo/VectorMap/CustomMapData/) - [Custom Annotations](https://js.devexpress.com/Demos/WidgetsGallery/Demo/VectorMap/CustomAnnotations/)