We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Disabled grid display hint

Hi, In certain cases our application requires a set of grids to be disabled for preventing user input. That's easily done by setting the Enabled property to False. The only problem is that the Grid still looks enabled. What's the recommended approach for making the grid look disabled like other windows controls? thanks, Rollan

1 Reply

AD Administrator Syncfusion Team November 6, 2002 04:54 PM UTC

You might try changing the Standard basestyle, maybe something like: Me.GridDataBoundGrid1.BaseStylesMap("Standard").StyleInfo.Enabled = False Me.GridDataBoundGrid1.BaseStylesMap("Standard").StyleInfo.TextColor = SystemColors.GrayText

Loader.
Live Chat Icon For mobile
Up arrow icon