File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
code-snippet/grid/row/select-row Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
}).Render()
9
9
10
10
<style>
11
- .e-grid td .e-selectionbackground {
11
+ .e-grid .e-row .e-selectionbackground {
12
12
background-color: #f9920b;
13
13
}
14
14
</style>
Original file line number Diff line number Diff line change 8
8
</ejs-grid>
9
9
10
10
<style>
11
- .e-grid td .e-selectionbackground {
11
+ .e-grid .e-row .e-selectionbackground {
12
12
background-color: #f9920b;
13
13
}
14
14
</style>
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ You can customize the appearance of the selected row using CSS. This is useful w
71
71
To change the background color of the selected row, you can add the following CSS code to your application:
72
72
73
73
``` css
74
- .e-grid td .e-selectionbackground {
74
+ .e-grid .e-row .e-selectionbackground {
75
75
background-color : #f9920b ;
76
76
}
77
77
```
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ You can customize the appearance of the selected row using CSS. This is useful w
71
71
To change the background color of the selected row, you can add the following CSS code to your application:
72
72
73
73
``` css
74
- .e-grid td .e-selectionbackground {
74
+ .e-grid .e-row .e-selectionbackground {
75
75
background-color : #f9920b ;
76
76
}
77
77
```
You can’t perform that action at this time.
0 commit comments