The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
> Is there an event raised when a user interactively moves a column? Thanks.
Resizing, too?
ADAdministrator 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