Posted 23 June 2021, 5:51 am EST
Hi Wijmo team,
I want to add a style to grid - rows (even row one color and odd row one color) but it does not work for the dropdowns.like (https://www.grapecity.com/wijmo/demos/Grid/Styling/Rows/RowHeights/angular)
I tried it with
.wj-cell.wj-alt {
....
}
https://stackblitz.com/edit/angular-cgursq?file=src/app/app.component.html
Can you please help