Skip to content

Commit d413cc7

Browse files
ES-999593 - Resolved the ReadMe file issue in the sample repository
1 parent f95f996 commit d413cc7

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# How to change the cell background based on the cell value in WinForms DataGrid(SfDataGrid)?
1+
# How to Change the Cell Background Based on the Cell Value in WinForms DataGrid?
22

3-
## About the sample
4-
This example illustrates how to change the cell background based on the cell value in WinForms DataGrid(SfDataGrid)?
3+
This example illustrates how to change the cell background based on the cell value in [WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid).
54

6-
You can apply the background color for cell based on cell value can be achieve by using SfDataGrid.QueryCellStyle event.
5+
You can apply the background color for cell based on cell value can be achieve by using [SfDataGrid.QueryCellStyle](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.SfDataGrid.html#Syncfusion_WinForms_DataGrid_SfDataGrid_QueryCellStyle) event.
76

87
```C#
98
sfDataGrid1.QueryCellStyle += SfDataGrid1_QueryCellStyle;
@@ -25,7 +24,3 @@ private void SfDataGrid1_QueryCellStyle(object sender, Syncfusion.WinForms.DataG
2524
```
2625

2726
![Background color applied based on cell value in SfDataGrid](CellBackGround.png)
28-
29-
## Requirements to run the demo
30-
Visual Studio 2015 and above versions
31-

0 commit comments

Comments
 (0)