Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
895
Change the color of a checkbox in a particular column.
posted

I'm a WinForms guy who is trying to work on a ASP.NET project.

I have two columns in a WebHierarchicalDataGrid control that are both bound to a boolean data source.

Each column is showing a checkbox control.

The first column is NOT editable and the second column IS editable.

I'd like to visually indicate to the user that one of the checkboxes is not editable.

How can I change the color of the checkbox in only one of the columns to be a light gray color?

Thanks,

Brian.