Skip to content

Commit dc6b210

Browse files
Merge pull request #4227 from syncfusion-content/959497-issue
documentation(959497):Resolve issue.
2 parents 836923b + a95d463 commit dc6b210

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ej2-asp-core-mvc/code-snippet/grid/row/select-row/razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}).Render()
99

1010
<style>
11-
.e-grid td.e-selectionbackground {
11+
.e-grid .e-row .e-selectionbackground {
1212
background-color: #f9920b;
1313
}
1414
</style>

ej2-asp-core-mvc/code-snippet/grid/row/select-row/tagHelper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</ejs-grid>
99

1010
<style>
11-
.e-grid td.e-selectionbackground {
11+
.e-grid .e-row .e-selectionbackground {
1212
background-color: #f9920b;
1313
}
1414
</style>

ej2-asp-core-mvc/grid/EJ2_ASP.MVC/row/row.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ You can customize the appearance of the selected row using CSS. This is useful w
7171
To change the background color of the selected row, you can add the following CSS code to your application:
7272

7373
```css
74-
.e-grid td.e-selectionbackground {
74+
.e-grid .e-row .e-selectionbackground {
7575
background-color: #f9920b;
7676
}
7777
```

ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/row/row.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ You can customize the appearance of the selected row using CSS. This is useful w
7171
To change the background color of the selected row, you can add the following CSS code to your application:
7272

7373
```css
74-
.e-grid td.e-selectionbackground {
74+
.e-grid .e-row .e-selectionbackground {
7575
background-color: #f9920b;
7676
}
7777
```

0 commit comments

Comments
 (0)