-
-
Notifications
You must be signed in to change notification settings - Fork 408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editing cell background color #262
Labels
Comments
Use this can change the edit-box background. But edit-text will also be changed to black so this need to be fixed. reoGridControl1.ControlStyle.SetColor(ControlAppearanceColors.GridBackground, Color.Black); |
This problem has been resolved since v3.0.0, please use the latest packages. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! Could you pls advise, how can i change editing cell background color? (win forms app)
Here the screenshot
The text was updated successfully, but these errors were encountered: