Skip to content

Commit 5b2778c

Browse files
committed
[update] grid configuration and features guides
1 parent 4a6de11 commit 5b2778c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/grid/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2509,7 +2509,7 @@ const grid = new dhx.Grid("grid_container", {
25092509
Since the `multiselection` configuration option is set to *true*, using the "Ctrl + Click" combination allows selecting the desired cells or rows.
25102510
A range of Grid cells/rows can be selected by clicking the first element to select and then, while holding down the Shift key, clicking the last element to select.
25112511
2512-
### Managing range selection in Grid
2512+
## Managing range selection in Grid
25132513
25142514
:::tip Pro version only
25152515
This functionality requires PRO version of the DHTMLX Grid (or DHTMLX Suite) package.
@@ -2561,7 +2561,7 @@ grid.range.setRange({ xStart: "a", yStart: "1" }); // the range will not be set
25612561

25622562
For information on using the Range Selection API, read the [Work with RangeSelection module](grid/usage_rangeselection.md) guide.
25632563

2564-
### Managing block selection in Grid
2564+
## Managing block selection in Grid
25652565

25662566
:::tip Pro version only
25672567
This functionality requires PRO version of the DHTMLX Grid (or DHTMLX Suite) package.

docs/grid/features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ In this section you will find the ways of working with selection functionality.
295295
| [Selection API](../../category/selection-api/) | Learn how to use the API of Selection to manage the selection of Grid cells |
296296
| [Keyboard navigation](../configuration/#arrow-shortcut-keys) | Learn how to enable key navigation that allows moving the selection between cells ([Example](https://snippet.dhtmlx.com/y9kdk0md)) |
297297

298-
### How to work with range selection
298+
## How to work with range selection
299299

300300
In this section you will get to know how to work with the range selection functionality.
301301

@@ -306,7 +306,7 @@ In this section you will get to know how to work with the range selection functi
306306
| [Range Selection API](../../category/rangeselection-api/) | Learn how to use the API of the RangeSelection module to manage the range selection within Grid |
307307

308308

309-
### How to work with block selection
309+
## How to work with block selection
310310

311311
In this section you will get to know how to work with the block selection functionality.
312312

0 commit comments

Comments
 (0)