Jump to content

Row select marks the selected cel


mierlp

Recommended Posts

Hi

When i set in a dbgrid the option:

- RowSelect = True
- AlwaysShowSelection = True

and i click on a row why will be the cel selected instead of complete row...see image.

Am I missing something (which is Always possible :) ?

 

 

ApplicationFrameHost_1Q8GBotGiU.png.1654b4516f8859eaaa084c8b3b7c7abc.png

Link to comment
Share on other sites

7 minutes ago, mierlp said:

and i click on a row why will be the cel selected instead of complete row...see image.

Hi,

One possible solution:

1. UniServerModule -> CustomCSS:

.customGrid .x-grid-item-focused .x-grid-cell-inner:before {
    border: none;
}

2. UniDBGrid -> LayoutConfig -> Cls = customGrid

...

 

 

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...