columns selected

Is there an event, or which event should I use to catch the selection of an entire column or entire row. Such as when the user clicks on the "A" column. Thanks, Steve

1 Reply

AD Administrator Syncfusion Team December 14, 2004 02:09 PM UTC

You can catch either the grid.Model.SelectionsChanging or SelectionsChanged event. In it, you can check e.Range.IsCols (or e.Range.RangeType) to check for a whole column being selected.

Loader.
Up arrow icon