You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/grid/highlighting.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The Grid highlighting feature exposes the following parameters:
28
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
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.
30
30
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.
32
32
33
33
## Example
34
34
@@ -113,4 +113,4 @@ See [Grid Highlighting API Reference](slug:telerik.blazor.components.gridhighlig
113
113
## See Also
114
114
115
115
*[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