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
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The Telerik Blazor Grid enables you to highlight rows and cells programmatically
16
16
17
17
* Highlight entire rows by providing a list of data items.
18
18
* Highlight individual cells by specifying the data item and column.
19
-
* Combine row and cell highlighting as needed.
19
+
* Combine row and cell highlighting.
20
20
* Highlighting uses a visual style similar to selection, but does not affect selection state or user interaction.
21
21
22
22
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).
25
25
26
26
The Grid highlighting feature exposes the following parameters:
27
27
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.
30
30
31
31
See [Grid Highlighting API Reference](slug:telerik.blazor.components.gridhighlighting) for details about these parameters and the `GridHighlightedCellDescriptor` type.
32
32
33
33
## Example
34
34
35
-
>caption Example of Highlighting Rows and Cells in the Blazor Grid
35
+
>caption Example of highlighting rows and cells in the Blazor Grid
36
36
37
37
````RAZOR
38
38
<TelerikGrid Data="@GridData"
@@ -112,4 +112,5 @@ See [Grid Highlighting API Reference](slug:telerik.blazor.components.gridhighlig
112
112
113
113
## See Also
114
114
115
-
*[Grid Selection](slug:grid-selection-overview)
115
+
*[Grid Selection](slug:grid-selection-overview)
116
+
*[Highlighting API Reference](slug:telerik.blazor.components.gridhighlighting)
0 commit comments