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.
Up arrow icon