Skip to content

Commit 159ac66

Browse files
DataGrid: update Toolbar Customization demo description (#28828) (#28848)
1 parent f54c81f commit 159ac66

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

apps/demos/Demos/DataGrid/ToolbarCustomization/React/description.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
The DataGrid includes an integrated toolbar that displays predefined and custom controls. To add or remove toolbar items, declare the [toolbar](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/toolbar/).[items[]](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/toolbar/items/) array.
2+
3+
[note] If **toolbar.items[]** is specified, DataGrid does not display controls missing from the array. Ensure this array includes controls for all enabled features.
24
<!--split-->
35

46
This demo illustrates how to add the following items to the toolbar:

apps/demos/Demos/DataGrid/ToolbarCustomization/ReactJs/description.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
The DataGrid includes an integrated toolbar that displays predefined and custom controls. To add or remove toolbar items, declare the [toolbar](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/toolbar/).[items[]](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/toolbar/items/) array.
2+
3+
[note] If **toolbar.items[]** is specified, DataGrid does not display controls missing from the array. Ensure this array includes controls for all enabled features.
24
<!--split-->
35

46
This demo illustrates how to add the following items to the toolbar:

apps/demos/Demos/DataGrid/ToolbarCustomization/description.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
The DataGrid includes an integrated toolbar that displays predefined and custom controls. To add or remove toolbar items, declare the [toolbar](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/toolbar/).[items[]](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/toolbar/items/) array.
2+
3+
[note] If **toolbar.items[]** is specified, DataGrid does not display controls missing from the array. Ensure this array includes controls for all enabled features.
24
<!--split-->
35

46
This demo illustrates how to add the following items to the toolbar:

apps/demos/Demos/DataGrid/ToolbarCustomization/jQuery/description.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
The DataGrid includes an integrated toolbar that displays predefined and custom controls. To add or remove toolbar items, declare the [toolbar](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/toolbar/).[items[]](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/toolbar/items/) array.
22

3+
[note] If **toolbar.items[]** is specified, DataGrid does not display controls missing from the array. Ensure this array includes controls for all enabled features.
4+
<!--split-->
5+
36
This demo illustrates how to add the following items to the toolbar:
47

58
* **Predefined Controls**

0 commit comments

Comments
 (0)