Disable selecting the entire grid

Hi, How can I turn off selecting the entire grid when I click on the top left most cell [0,0]? Thanks, Shawn

1 Reply

AD Administrator Syncfusion Team May 26, 2006 03:25 AM UTC

Hi Shawn, Try setting the AllowSelection to excluded GridSelectionFlags.Table. Below is a code snippet. this.gridControl1.AllowSelection ^= GridSelectionFlags.Table; Regards, Calvin.

Loader.
Up arrow icon