Jump to content

how do i change selected row border in unidbgrid


Didier

Recommended Posts

hello,

I just pass to the last version of unigui - extjs 6.7 (1.90.0.1501)

before i was in v1.0.0.1422

and this work fine :

.myselenveloppes .x-grid-row-selected .x-grid-cell{
  border-right: 0px solid;
  border-left: 0px solid;
  border-top: 4px solid ;
  border-bottom: 4px solid ;  
  border-bottom-color:#F2F2F2 !important;

  border-left-color:#F2F2F2 !important;
  border-top-color: #F2F2F2 !important;
 
 }

 

but i don't know how do i do now...

So how can i change it ?

Thank you

 

Link to comment
Share on other sites

On 6/25/2019 at 7:08 PM, Didier said:

theme :uni_win10

TouchTheme : triton

Hi Didider,

Sorry for the late reply.

Have you solved the problem?

Maybe you need to use this selector:

.myselenveloppes .x-grid-row .x-grid-cell-selected {...}

 

Link to comment
Share on other sites

it seems to be

.myselenveloppes .x-grid-row-selected .x-grid-cell

->

myselenveloppes .x-grid-item-selected  .x-grid-cell

 

i'll check and be back if it doesn't work

 

Thank you

Link to comment
Share on other sites

This is still a problem. Not just altering the borders, but trying to enforce a selection color on the entire row. It simply doesn't work,
The closest i could get is coloring the row on mouse over, but that doesn't really replace the selection highlight color.
I've seen other threads about this without any conclusion in the end. Any potential solutions at sight at this moment?

Link to comment
Share on other sites

  • 1 year later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...