logo

FlexCell Grid Control for .NET 2.0

V2.9.8
  1. Added Column.Name property.
  2. Added Column.Tag property.
  3. Added Row.Tag property.
  4. Added ComboBox.ToolStripDropDown property, Demo1 is an example.
  5. Changed the encoding of flx file to Unicode.
  6. Some minor modifications.
V2.9.7
  1. Solved the problem that the pictures can not be printed after installing Windows 10 update (KB5000802).
V2.9.6
  1. Removed a bug of QRCode.
V2.9.5
  1. Added CorrectionLevel property (for QRCode).
V2.9.4
  1. Removed a bug of PasteData method.
V2.9.3
  1. Added QRCode cell type.
  2. Added Grid.QRCodeModuleSize property.
V2.9.2
  1. Removed a bug of FrozenBottomRows property.
V2.9.1
  1. Modified FrozenBottomRows property.
  2. Added ClearBlankArea property.
V2.9.0
  1. Added AllowUserPaste property.
  2. Added ComboBox.Sorted property.
  3. Enable mouse wheel in ComboBox control.
  4. Allow users to set Column.Position property in a databound grid.
  5. Removed a bug of ExportToExcel method.
  6. Improved Range.DeleteByRow method, allow users to remove rows in a bound grid.
  7. Improved Grid.PrintPreview method.
  8. Improved the Calendar control (accepts short date).
  9. Improved performance of Print & PrintPreview methods.
  10. Improved PasteData method, enabled it to paste formatted Excel data.
  11. Some minor modifications.
V2.8.0
  1. Added Chart.DisplayCategoryName property.
  2. Added Chart.YMin property and Chart.DisplayAxesLabels property.
  3. Added Column.DataPropertyName property.
  4. Added Cell.DisplayText property.
  5. Added Grid.TimeFormat property.
  6. Added Grid.SortIndicatorStyle property and Grid.SortIndicatorColor property.
  7. Added Grid.ShowPageSetupDialog(ActiveTab) method.
  8. Added Range.Sort method and Selection.Sort method.
  9. Added Selection.SelectedObject property.
  10. Added interleaved 2 of 5 barcode type.
  11. Improved Grid.ExportToHTML method, enable it export cell format.
  12. Some minor modifications.
V2.7.0
  1. Added Grid.ExportToStream method and Grid.LoadFromStream method.
  2. Added Cell.Orientation property.
  3. Improved the TreeGrid demo.
  4. Added Grid.EditorVisible property.
  5. Added PageSetup.HeaderLineStyle property and PageSetup.FooterLineStyle property.
  6. Added Cell.Comment property, Grid.BackColorComment property, Grid.ForeColorComment property, Grid.CommentIndicatorColor property and Grid.CommentWindowWidth property.
  7. Added BarCode cell type, it supports Code39, Code128A, Code128B, Code128C, EAN128 and EAN13.
  8. Added Grid.DisplayBarcodeText property and Grid.StretchBarcode property.
  9. Added Cell.BarcodeType property, Column.BarcodeType property, Range.BarcodeType property and Selection.BarcodeType property.
  10. Added new celltype: Time, DateTime.
  11. Added Grid.DisplayDateTimeMask property.
  12. Added Chart.HideSmallPercentage property.
  13. Added Grid.HScrollbarVisible property and Grid.VScrollbarVisible property.
  14. Improved Grid.ExportToExcel method, enable it export pictures.
  15. Some minor modifications.
V2.6.0
  1. Added Grid.FrozenBottomRows property.
  2. Added PageSetup.MirrorMargins property.
  3. Added PageSetup.PrintCellBorders property.
  4. Added a TreeGrid sample project.
  5. Added SelChange event.
  6. Removed a bug of Grid.ExportToHTML method.
  7. Some minor modifications.
V2.5.0
  1. Added DataError event.
  2. Added Cell.PasteData method.
  3. Added Range.CopyData method, Range.CutData method and Range.PasteData method.
  4. Added ReportTitle.AlignTo property.
  5. Improved ReportTitle.Text property, allow it to contain segments separated by pipe characters (|).
  6. Improved Grid.ExportToExcel method, allow it export long string (> 255 characters) to Excel.
  7. Improved Grid.ExportToExcel method, allow it export number format to Excel file.
  8. Improved Grid.Print method, allow it print ownerdraw image and text.
  9. Improved selected cell's background color treatment method. Translucent color can be used to get more smooth vision effect.
  10. Improved Grid.OpenFile method and Grid.LoadFromXML method. Papersize is not set when open file, instead set when print or print preview, so as to speed up the file open/load process.
  11. Removed a bug that related to data-binding.
V2.4.0
  1. Added support for 64-bit operating system.
V2.3.0
  1. Added Grid.ShowResizeTip property.
  2. Added Grid.DisplayRowArrow property.
  3. Added PageSetup.FirstPageNumber property.
  4. Improved Grid.PrintPreview method.
  5. Improved Grid.ExportToExcel Method, enable it to export diagonal lines.
  6. Accelerate Grid.Selection.CopyData method.
  7. Removed a bug of Grid.Selection.PasteData method.
  8. In the previous versions, if merged cell contains hyperlink, user needs to click on the cell's top left corner to open the link. Now the problem has been corrected.
  9. Some minor modifications.
V2.2.0
  1. Added Grid.ExportToPDF method.
  2. Added Grid.EndCurrentEdit method.
  3. Added Grid.PageSetup.Zoom property.
  4. Improved the scrollbars.
  5. Improved Grid.Row.AutoFit method and Grid.Column.AutoFit method.
  6. Some minor modifications.
V2.1.0
  1. Added AfterReorderColumn event.
  2. Some minor modifications.
V2.0.0
  1. Released a new version that supports Microsoft .NET Framework 2.0.