File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -197,17 +197,17 @@ If you want to change the default row and alternating row backgrounds to match y
197197 background-color: red;
198198 }
199199
200- .custom-row-colors .k-grid-table .k-table-row.k-master-row:hover {
201- background-color: pink;
202- }
200+ .custom-row-colors .k-grid-table .k-table-row.k-master-row:hover {
201+ background-color: pink;
202+ }
203203
204- .custom-row-colors .k-grid-table .k-master-row.k- alt {
205- background-color: green;
206- }
204+ .custom-row-colors .k-grid-table .k-table- alt-row {
205+ background-color: green;
206+ }
207207
208- .custom-row-colors .k-grid-table .k-master -row.k-alt:hover {
209- background-color: cyan;
210- }
208+ .custom-row-colors .k-grid-table .k-table -row.k-table- alt-row :hover {
209+ background-color: cyan;
210+ }
211211</style>
212212
213213<TelerikGrid Data="@MyData" Height="400px" Class="custom-row-colors"
You can’t perform that action at this time.
0 commit comments