Skip to content

Commit c3b0c56

Browse files
Update README.md
1 parent 92761dc commit c3b0c56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# How to Highlighting Row and Column Header Based on Selection in WPF GridControl?
22

3-
This sample shows row and column header highlighting based on selection in [WPF GridControl](https://help.syncfusion.com/wpf/gridcontrol/overview).
3+
This sample shows row and column header highlighting based on selection in [WPF GridControl](https://www.syncfusion.com/wpf-controls/excel-like-grid).
44

55
In Excel, whenever a selection is made, the headers of those rows and columns which are involved in the selection will be highlighted. You can get a similar behavior in the Grid by overriding the [OnPrepareRenderCell](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Grid.GridControlBase.html#Syncfusion_Windows_Controls_Grid_GridControlBase_OnPrepareRenderCell_Syncfusion_Windows_Controls_Grid_GridPrepareRenderCellEventArgs_) method.
66

@@ -25,4 +25,4 @@ class ExcelGrid : GridControl
2525
}
2626
```
2727

28-
![GridControl with Highlighting row and column header](RowAndColumnHeaderHighlighted.png)
28+
![GridControl with Highlighting row and column header](RowAndColumnHeaderHighlighted.png)

0 commit comments

Comments
 (0)