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

catch row and column selections

How can I catch, and conditionally cancel the row and column selection. Thanks, Steve

1 Reply

AD Administrator Syncfusion Team April 23, 2004 09:48 PM UTC

Use the gridControl1.SelectionsChanging or gridDataBoundBoundGrid1.SelectionsChanging event. There you can set e.Cancel = true if e.Range.RangeType == GridRangeInfoType.Cols (or Rows).

Loader.
Live Chat Icon For mobile
Up arrow icon