Prevent column from being selected

I don''t want an entire column to be selected when somone clicks on the column header, what is the best way to prevent this? I still want to allow the columns to be able to be resized though.

1 Reply

AD Administrator Syncfusion Team February 23, 2004 02:05 PM UTC

You can turn off the Column flag in teh AllowSelection property. this.gridDataBoundGrid1.AllowSelection &= ~GridSelectionFlags.Column;

Loader.
Up arrow icon