Jump to content

Hiding focus lines in TUniDBGrid with v1.50.0.1481


Tim

Recommended Posts

Hello,

 

A few years back, with the kind help of this forum i was able to configure a TUniDBGrid in such a way that there was no visible indication (blue highlighting, dotted lines, etc) of which row/cell was selected:

 

 

Unfortunately the solution there doesn't work with the latest UniGui version. With v1.0.0.1425 my test project looks like this at runtime:

 

1-0-0-1425.png.319e68544ab895234b60aca837eed07d.png

 

With v1.50.0.1481 my test project looks like this at runtime:

 

1-50-0-1481.png.9fa129a21830b129994c09cc9ea00b1e.png

 

The dotted line around the currently selected cell is back :(

Any ideas how i can prevent the dotted line from appearing with v1.50.0.1481?

 

Many thanks

Tim

 

Link to comment
Share on other sites

i had the same problem with my custom css when i updated my project from 1.0 to 1.5 version :

for resum :

before (with 1.0 version and extjs 4):

x-grid-row-selected  , x-grid-row-......

 

after (with 1.5 version and extjs 6) :

x-grid-item-selected, x-grid-item-......

  • Like 1
Link to comment
Share on other sites

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