Skip to content

Commit 4241ba5

Browse files
chore(grid): cosmetic touches on selection
1 parent 46c0916 commit 4241ba5

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ navigation:
4848
"*components/grid/editing":
4949
title: "Editing"
5050
position: 10
51-
"*components/grid/Selection":
51+
"*components/grid/selection":
5252
title: "Selection"
5353
position: 23
5454
"*components/chart/types":

components/grid/manual-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: How to implement your own read, page, fiter, sort operations for th
55
slug: components/grid/manual-operations
66
tags: telerik,blazor,grid,read,filter,sort,page,manual,data,data source
77
published: True
8-
position: 30
8+
position: 50
99
---
1010

1111
# Manual Data Source Operations

components/grid/selection/multiple.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In Multiple SelectionMode, selection could be made using the following approache
2121
* Click on the starting row of a range of rows you want selected, press and hold `Shift`, and click on the last row of the range. The last selected item is the start point of the range and the current target row is the end of the selection.
2222
* Select the checkbox of each desired row.
2323

24-
The [Examples](#examples) section showcases how you can use the grid features together.
24+
>tip The [Examples](#examples) section showcases how you can use the grid features together.
2525
2626
## Checkbox Selection
2727

components/grid/selection/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ The Grid component offers support for row selection.
1414

1515
You can configure the selection behavior by setting `SelectionMode` to a member of the `Telerik.Blazor.GridSelectionMode` enum. The row selection can be:
1616

17-
* [Single]({%slug components/grid/selection/single%}})
18-
* [Multiple]({%slug components/grid/selection/multiple%}})
17+
* [Single]({%slug components/grid/selection/single%})
18+
* [Multiple]({%slug components/grid/selection/multiple%})
1919
* `None` - to disable row selection
2020

2121
To select a row, click on it. To select multiple rows, hold down the `Ctrl` or `Shift` key to extend the selection.

components/grid/selection/single.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To use **single** row selection, set the `SelectionMode` property to `Telerik.Bl
1616

1717
Once a selection is made in Single selection mode, it cannot be removed.
1818

19-
The [Examples](#examples) section showcases how you can use the grid features together.
19+
>tip The [Examples](#examples) section showcases how you can use the grid features together.
2020
2121
## Checkbox Selection
2222

0 commit comments

Comments
 (0)