Jump to content

unidbGrid


Alberto

Recommended Posts

HI,

 

i made it this way:

 

put a UniHTMLFrame on the TUniForm

 

and ONCREATE:

UniHTMLFrame1.HTML.Clear;
UniHTMLFrame1.HTML.Append ('<style type="text/css"> .x-grid-body {background: #E8E8E8;} .x-grid-cell {background-color: #E8E8E8;}  </style>');
 
with this way you can change the Color of the focus to the same color of the grid ... 
..
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...