From d2b373d35d822bd2e991abb6b46a61c78812be71 Mon Sep 17 00:00:00 2001 From: Tsvetomir Hristov <106250052+Tsvetomir-Hr@users.noreply.github.com> Date: Tue, 29 Jul 2025 11:06:52 +0300 Subject: [PATCH] chore(Grid): update highlighting slugs --- components/grid/highlighting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/grid/highlighting.md b/components/grid/highlighting.md index 84b09f572..9684f99fd 100644 --- a/components/grid/highlighting.md +++ b/components/grid/highlighting.md @@ -28,7 +28,7 @@ The Grid highlighting feature exposes the following parameters: - `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. - `HighlightedCells`—Highlight individual cells by specifying both the data item and the column field. Both values must match the Grid data and column definitions. -See [Grid Highlighting API Reference](slug:telerik.blazor.components.gridhighlighting) for details about these parameters and the `GridHighlightedCellDescriptor` type. +See [Grid Highlighting API Reference](slug:telerik.blazor.components.HighlightedCellDescriptor) for details about these parameters and the `GridHighlightedCellDescriptor` type. ## Example @@ -113,4 +113,4 @@ See [Grid Highlighting API Reference](slug:telerik.blazor.components.gridhighlig ## See Also * [Grid Selection](slug:grid-selection-overview) -* [Highlighting API Reference](slug:telerik.blazor.components.gridhighlighting) \ No newline at end of file +* [Highlighting API Reference](slug:telerik.blazor.components.HighlightedCellDescriptor) \ No newline at end of file