logo

FlexCell Grid Control for .NET 1.1

V1.8.7
  1. Improved the Print method, allow it print ownerdraw image and text.
  2. Improved selected cell's background color treatment method. Translucent color can be used to get more smooth vision effect.
  3. Improved OpenFile method and 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.
  4. Improved the ExportToExcel method, allow it export number format to Excel file.
  5. Modified the PrintPreview method, added a ShowExportButton parameter.
  6. Removed two minor bugs.
V1.8.0
  1. Added support for Windows Vista.
  2. Added Grid.ShowResizeTip property.
  3. Added PageSetup.FirstPageNumber property.
  4. Added Grid.DisplayRowArrow property.
  5. Improved Grid.PrintPreview method.
  6. Improved Grid.ExportToExcel Method, enable it to export diagonal lines.
  7. Removed a bug of Grid.Selection.PasteData method.
  8. Accelerate Grid.Selection.CopyData method.
  9. 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.
  10. Some minor modifications.
V1.7.0
  1. Added Grid.ExportToPDF method.
  2. Added Grid.EndCurrentEdit method.
  3. Added Grid.PageSetup.Zoom property.
  4. Added ComboBox.DataSource property, ComboBox.DisplayMember property and ComboBox.ValueMember property.
  5. Added ComboBox.GetItemText method and ComboBox.GetItemValue method.
  6. Added Grid.DragDelay property and Grid.EnableVisualStyles property.
  7. Added AfterReorderColumn event.
  8. Improved Grid.AutoFitRowHeight method and Grid.Column.AutoFit method.
  9. Improved OwnerDrawCell event.
  10. Some minor modifications.
V1.6.0
  1. Added Grid.BackColorActiveCellSel property, Grid.SelectionBorderColor, Grid.BoldFixedCell and Grid.TabKeyMoveTo property.
  2. Added Grid.ExportToCSV method.
  3. Added Cell.ClearBackColor method, Range.ClearBackColor method and Selection.ClearBackColor method.
  4. Added ImageComboBoxItem class and ComboBox.Images property.
  5. Added Chart.HideDecimalLabel property.
  6. Added PageSetup.Copies and PageSetup.BlackAndWhite property.
  7. Added support for Unicode.
  8. Some minor modifications.
V1.5.0
  1. Added Grid.FrozenRows property and Grid.FrozenCols property.
  2. Added Grid.StartRowNumber property.
  3. Added Grid.BackColorActiveCellSel property and Grid.SelectionBorderColor property.
  4. Improved ReportTitle.Text property, enabled it to realize multi-line text.
  5. Enabled the grid control to use Windows XP visual styles on the Windows XP operating system.
  6. Some minor modifications.
V1.4.0
  1. Added Grid.DisplayErrorMessage property and Grid.LastErrorMessage property.
  2. Added CellChanging Event.
  3. Some minor modifications.
V1.3.0
  1. Added Grid.DataSource property, Grid.DataMember property, Grid.DrawMode property, Grid.NullText property and Grid.ExtendLastCol property.
  2. Added Grid.SetDataBinding method.
  3. Added Grid.ReportTitles property.
  4. Added ReportTitle class and ReportTitles collection.
  5. Added OwnerDrawCell event and PercentComplete event.
  6. Some minor modifications.
V1.2.0
  1. Added Grid.PageSetup.ReportTitle property and Grid.PageSetup.ReportTitleFont property.
  2. Added Grid.Cell.Bounds property.
  3. Some minor modifications.
V1.1.0
  1. Some minor modifications.
V1.0.0
  1. Released FlexCell for .NET.