Skip to content

Commit 92761dc

Browse files
ES-975464 - Addressed the concerns
1 parent 02cf080 commit 92761dc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

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

33
This sample shows row and column header highlighting based on selection in [WPF GridControl](https://help.syncfusion.com/wpf/gridcontrol/overview).
44

@@ -23,4 +23,6 @@ class ExcelGrid : GridControl
2323
}
2424
private Brush excelOrange = new SolidColorBrush(Color.FromRgb(244, 198, 111));
2525
}
26-
```
26+
```
27+
28+
![GridControl with Highlighting row and column header](RowAndColumnHeaderHighlighted.png)

RowAndColumnHeaderHighlighted.png

29.7 KB
Loading

0 commit comments

Comments
 (0)