Jump to content

Recommended Posts

Posted

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

Posted
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

...

 

 

  • 1 year later...
Posted

Solution does not work in "crisp" theme.

Help?

Trying something like:

.testgrid .x-keyboard-mode .x-column-header.x-column-header-focus .x-column-header-inner:before {
    border: none;
}

And variants...

Posted
11 hours ago, rgreat said:

Solution does not work in "crisp" theme.

Hello,

Please clarify the solution for what?

And please specify UniGUI build.

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