logo

FlexCell Grid Control for .NET 9.0

V9.1.0
  1. Migrated the source code of the control from VB.NET to C#.
  2. Added Grid.GetText method.
  3. Added Grid.SetText method.
  4. Improved the speed of data loading.
  5. Changed the event delegate, after updating the control, C# users need to modify the event handler.

    Old code: this.grid1.xxxEvent += new FlexCell.Grid.xxxEventHandler(this.grid1_xxxEvent);
    New code: this.grid1.xxxEvent += this.grid1_xxxEvent;

V9.0.2
  1. Added Column.AutoFilter property.
  2. The Print Preview window now includes a ComboBox to set the zoom ratio and supports adjusting the zoom ratio using Ctrl + Mouse Wheel scrolling.
V9.0.1
  1. Added Column.WrapText property.
  2. Centered the Print dialog.
  3. Some minor modifications.
V9.0.0
  1. Released a new version that supports .NET 9.