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
close icon

Clicking in Header Hilights Entire Column

I am using a GridControl. When I click in the header the entire column is hilighted in a blue color. How do I override this behavior so that clicking in the header does not change any grid colors? Thanks

2 Replies

AD Administrator Syncfusion Team August 9, 2004 03:25 PM UTC

In the AllowSelections property, try turning off the Row and Column flags to see if that does what you want.


SD Steven Domingue August 9, 2004 03:48 PM UTC

Thanks. That was a quick response. I used AllowSelection = AllowSelection & (~GridSelectionFlags.Column); and it seems to work as I would like. >In the AllowSelections property, try turning off the Row and Column flags to see if that does what you want.

Loader.
Live Chat Icon For mobile
Up arrow icon