Disable Grid Without Changing Appearance…
New DiscussionHello,
I’d like to disable my UltraGrid but not change the appearance of the grid itself. For example, when you set the Enabled property to false, both the background color of the grid and the text changes to gray. I’ve tried using the DisplayLayout.Override.RowAppearance.BackColorDisabled property and setting to transparent or even setting it to DisplayLayout.Override.RowSelectorAppearance.BackColor with no luck. Any ideas?
DisplayLayout.Override.RowAppearance.BackColorDisabled = Color.Transparent;
DisplayLayout.Override.RowAppearance.BackColorDisabled = DisplayLayout.Override.RowSelectorAppearance.BackColor;
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
2 Created On
Mar 10, 2016 Last Post
10 years, 2 months ago