39
Views
5
Comments
Solved
[OutSystems Data Grid] Remove alternative row color
outsystems-data-grid
Reactive icon
Forge asset by OutSystems
Application Type
Reactive
Service Studio Version
11.54.2 (Build 62176)

Hi All,

How can we remove the alternative row color? I have added a class if the location type contains "Office" then highlight in Yellow, but the alternative row color is overriding it.

Regards,

Vinod

2022-11-12 11-28-30
Gonçalo Martins
Staff
Solution

Hello @Vinod Kumar R 

This seems pretty much the same scenario answered in this previous post.

Cheers,
GM

2023-03-08 10-32-19
Vinod Kumar R

Thanks @Gonçalo Martins.

I missed the thread.

Regards,

Vinod

2021-09-06 15-09-53
Dorine Boudry
 
MVP

Hi Vinod,

just look at the css and find the overriding rule, then make sure your rule is more specific.

If you don't know how to do this, I'll elaborate with an example when I have more time.

Dorine

2021-09-06 15-09-53
Dorine Boudry
 
MVP

maybe share your oml, so we can work on that instead of having to create one

2019-03-29 11-54-21
Adam Elleston

The CSS selector is for .wj-cell.wj-alt so just need to make sure you include something more specific than this in your styles. 

body .wj-cell.wj-alt would work, just need to combine with your rule for the text matching

2022-11-12 11-28-30
Gonçalo Martins
Staff
Solution

Hello @Vinod Kumar R 

This seems pretty much the same scenario answered in this previous post.

Cheers,
GM

2023-03-08 10-32-19
Vinod Kumar R

Thanks @Gonçalo Martins.

I missed the thread.

Regards,

Vinod

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.