Skip to content

Commit 4845324

Browse files
ES-976509 - Addressed the concerns
1 parent b5d4968 commit 4845324

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

DataGridWithMouseHover.gif

143 KB
Loading

DataGridWithMouseHover.png

-17.5 KB
Binary file not shown.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# How to Apply the Row Mouse Hover Effect in WinForms DataGrid?
22

3-
This example illustrates how to apply the row mouse hover effect in [WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid)?
3+
This example illustrates how to apply the row mouse hover effect in [WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid).
44

55
By default, `DataGrid` does not provide the direct support for change the background color when mouse hover. You can change the background color by using [SfDataGrid.QueryCellStyle](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.SfDataGrid.html#Syncfusion_WinForms_DataGrid_SfDataGrid_QueryCellStyle) event.
66

@@ -41,4 +41,4 @@ void TableControl_MouseMove(object sender, MouseEventArgs e)
4141
}
4242
```
4343

44-
![DataGrid applied with mouse hover effect](DataGridWithMouseHover.png)
44+
![DataGrid applied with mouse hover effect](DataGridWithMouseHover.gif)

0 commit comments

Comments
 (0)