Skip to content

Commit ebaf756

Browse files
authored
chore(Grid): update highlighting slugs (#3139)
1 parent 7ecd5a2 commit ebaf756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/grid/highlighting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The Grid highlighting feature exposes the following parameters:
2828
- `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.
2929
- `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

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

3333
## Example
3434

@@ -113,4 +113,4 @@ See [Grid Highlighting API Reference](slug:telerik.blazor.components.gridhighlig
113113
## See Also
114114

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

0 commit comments

Comments
 (0)