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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...