logo

FlexCell Grid Control for .NET 8.0

V8.2.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;

V8.1.3
  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.
V8.1.2
  1. Added Column.WrapText property.
  2. Centered the Print dialog.
  3. Some minor modifications.
V8.1.1
  1. Added Grid.HighLightMode property and Grid.HighLightColor property.
  2. Added Grid.MouseWheelSpeed property.
V8.1.0
  1. Sped up the AddItem(TreeNodeLevel, Text, ImageKey) method.
  2. Enabled exporting user-defined colors to Excel file.
V8.0.9
  1. Added Grid.LineSpacing property.
V8.0.8
  1. Improved Grid.PrintPreview method.
V8.0.7
  1. Removed a bug of CheckBox.
V8.0.6
  1. Added Grid.AdditionalSettings property.
V8.0.5
  1. Added Grid.BackColorFilter property and AfterCheckNode event.
  2. Added FlexTree.CheckBoxes property and Node.Checked property.
V8.0.4
  1. Added Grid.AllowFilter property, Demo10 is an example.
V8.0.3
  1. Added Grid.CellPadding property.
  2. Added Grid.AutoEllipsis property.
V8.0.2
  1. Added Node.Row property.
  2. Sped up the PrintPreview method.
V8.0.1
  1. Improved the appearance of the PageSetup window.
V8.0.0
  1. Released a new version that supports .NET 8.