Skip to content

Commit 94b48fe

Browse files
Update README.md
1 parent 30e48d5 commit 94b48fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public Form1()
1616
public class CustomRowSelectionController : RowSelectionController
1717
{
1818
SfDataGrid DataGrid;
19+
1920
public CustomRowSelectionController(SfDataGrid sfDataGrid)
2021
: base(sfDataGrid)
2122
{
@@ -197,4 +198,4 @@ Public Class CustomRowSelectionController Inherits RowSelectionController
197198
End If
198199
End Function
199200
End Class
200-
```
201+
```

0 commit comments

Comments
 (0)