Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make current row of grid all one color
Message
From
04/06/2003 17:20:41
 
 
To
03/06/2003 21:14:39
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00783111
Message ID:
00796401
Views:
21
>I am having the same problem with my row highlighting. I tried what you, Cetin, suggested but the highlighted cell still shows up differently from the rest of the row. I also tried putting the correct RGB colors right into the grid selecteditembackcolor and selecteditemforecolor properties but that didn't work either.

What worked for me was:

RecordSource = 'Cursor'
Readonly = .T.
AllowCellSelection = .F.

Alex
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform