IP
Ivan Pelly
February 5, 2003 02:13 PM UTC
> Is there an event raised when a user interactively moves a column? Thanks.
Resizing, too?
AD
Administrator
Syncfusion Team
February 5, 2003 02:35 PM UTC
GridControl.ColsMoving
GridControl.ColWidthsChanging
GridControl.RowsMoving
GridControl.RowHeightsChanging
For a GridDataBoundGrid, looks for these same events, but on the Model.
GridDataBoundGrid.Model.ColsMoving
GridDataBoundGrid.Model.ColWidthsChanging