Skip to content

Commit a14e422

Browse files
committed
docs(Grid): apply review recommendations
1 parent 1e77934 commit a14e422

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

components/grid/highlighting.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The Telerik Blazor Grid enables you to highlight rows and cells programmatically
1616

1717
* Highlight entire rows by providing a list of data items.
1818
* Highlight individual cells by specifying the data item and column.
19-
* Combine row and cell highlighting as needed.
19+
* Combine row and cell highlighting.
2020
* Highlighting uses a visual style similar to selection, but does not affect selection state or user interaction.
2121

2222
To see the Grid highlighting in action, check the below [example](#example).
@@ -25,14 +25,14 @@ To see the Grid highlighting in action, check the below [example](#example).
2525

2626
The Grid highlighting feature exposes the following parameters:
2727

28-
- `HighlightedItems`Highlight entire rows by providing the data items to highlight. The list must contain references to items from the grid's data source, not new instances.
29-
- `HighlightedCells`Highlight individual cells by specifying both the data item and the column field. Both values must match the Grid data and column definitions.
28+
- `HighlightedItems`Highlight entire rows by providing the data items to highlight. The list must contain references to items from the grid's data source, not new instances.
29+
- `HighlightedCells`Highlight individual cells by specifying both the data item and the column field. Both values must match the Grid data and column definitions.
3030

3131
See [Grid Highlighting API Reference](slug:telerik.blazor.components.gridhighlighting) for details about these parameters and the `GridHighlightedCellDescriptor` type.
3232

3333
## Example
3434

35-
>caption Example of Highlighting Rows and Cells in the Blazor Grid
35+
>caption Example of highlighting rows and cells in the Blazor Grid
3636
3737
````RAZOR
3838
<TelerikGrid Data="@GridData"
@@ -112,4 +112,5 @@ See [Grid Highlighting API Reference](slug:telerik.blazor.components.gridhighlig
112112

113113
## See Also
114114

115-
* [Grid Selection](slug:grid-selection-overview)
115+
* [Grid Selection](slug:grid-selection-overview)
116+
* [Highlighting API Reference](slug:telerik.blazor.components.gridhighlighting)

components/grid/selection/cells.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,3 +237,4 @@ When using [Grid templates](slug:components/grid/features/templates) with cell s
237237

238238
* [Live Demo: Grid Cell Selection](https://demos.telerik.com/blazor-ui/grid/cell-selection)
239239
* [Blazor Grid](slug:grid-overview)
240+
* [Grid Highlighting](slug:grid-highlighting)

components/grid/selection/rows.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,3 +213,4 @@ The Grid clears the `SelectedItems` collection when the user drags and drops sel
213213

214214
* [Live Demo: Grid Row Selection](https://demos.telerik.com/blazor-ui/grid/row-selection)
215215
* [Blazor Grid](slug:grid-overview)
216+
* [Grid Highlighting](slug:grid-highlighting)

0 commit comments

Comments
 (0)