C1 WinForms 2011 v1 adds 3 new controls

Released: Mar 17, 2011

Updates in this release

Updates in 2011 v1

Studio for WinForms 2011 is packed with new features and enhancements. This release includes three new .NET Windows Forms components: C1SuperErrorProvider, included with SuperToolTip, C1MultiDocument, included with Reports, and C1CheckBox, included with Input. Additional enhancements range from grouping in Scheduler to multi-colored contextual tabs now in Ribbon.

Scheduler Resource Grouping
C1Schedule can now group appointments by contacts, resources or categories to create a multi-tabular layout where each tab corresponds to a different item or group. There's no limit to the number of groups because users can page through grouped items with ease. Grouping is supported in all scheduler views including month, week, and day views.

New C1SuperErrorProvider Component
C1SuperErrorProvider, included with SuperToolTip, is similar to the standard ErrorProvider component, except it allows you to display rich error information using HTML. For example, use icons and a red title for the error indicators, and include mixed font styles in the same description making messages clearer to the user.

Ribbon Contextual Tabs
C1Ribbon now supports multi-colored contextual tabs. You may designate some controls on the Ribbon to only be used in conjunction with a specific object or function on the form, such as a picture, chart or table. You can configure contextual tabs to only appear when a relevant object is selected or a specific action performs.

New C1MultiDocument Component
The new C1MultiDocument component, included with Reports, is designed for creating, persisting, and exporting combined and very large C1PrintDocuments. The component supports links between contained documents, a common TOC and word index, as well as continuous page numeration and total page count.

New C1CheckBox Control
The new C1CheckBox control, included with Input, supports data binding to Booleans, Strings, and Integers. It also supports borders and visual styles.

New Microsoft Office 2010 Visual Styles
All FlexGrid, Scheduler, True DBGrid, and InputPanel controls have new Office 2010 visual styles including blue, black and silver themes. Modernize your application to the max with these latest looks from popular Microsoft Office 2010 products.

FlexGrid for WinForms Enhancements

  • Enhanced right-to-left support.
  • Added EditFilter and ClearFilter methods to allow easy control over the filters from UI elements such as menus and toolstrips.
  • New Language property allows control over localization.
  • Added clipboard methods: Cut, Copy, and Paste.
  • New Microsoft Office 2010 visual styles.

Excel for .NET Enhancements

  • Added support for Excel comments (notes). Add or edit cell comments in your Excel files. Cell comments (or notes) in Excel allow you to attach a comment to a cell to inform, remind or explain the content of a cell or range of cells.
  • Added CalculationMode workbook property of all formulas.
  • Added support for row and column page breaks for Open XML format.

Editor for WinForms Enhancements

  • Enhanced data binding support. The Text and XML properties are now marked as Bindable for easy data binding to external sources.
  • Enhanced formatting capabilities for HTML elements.
  • Enhanced localization support.

InputPanel for WinForms Enhancements

  • Added a new "Edit" button to the InputDataNavigator component.
  • New Microsoft Office 2010 visual styles.

Chart for WinForms Enhancements

  • Added run-time user localizations by introducing SaveLocalizations() and LoadLocalizations() methods. These methods save and load XML translation tables that translate internal strings at run time.
  • Radar charts now support Alarm Zones.