ComponentOne Ultimate 2016 v2.5

Released: Sep 14, 2016

Updates in 2016 v2.5

Features

Updates in ComponentOne Studio 2016 v2.5

  • FlexChart
    • New Sunburst Chart - Sunburst or multi-level pie chart is used for visualization of hierarchical data. The circle in the center represents the root node with hierarchy moving outward from center. A segment of the inner circle is a parent to the segments of the outer circle which lie within the angular sweep of parent. (Available for WPF, UWP, WinForms, MVC and LightSwitch).
    • RangeSelector, AxisScrollBar, and LineMarker are now full parts of the control.
  • ASP.NET MVC
    • New Unobtrusive validation support in MVC Input and FlexGrid controls: Data annotations (validations) in models are now seamlessly applied to the controls in the view. FlexGrid shows red borders around cell for invalid entries, and validations can be displayed inside a span for input controls. This feature is dependent on jQuery, but the MVC controls themselves do not have any dependency on jQuery.
  • UWP
    • FlexReport for UWP now supports export to HTML.
    • New PdfDocumentSource uses UWP-based features to display PDF documents.
    • FlexViewer for UWP now supports rotate view (90/180/270).

Updates in Xuni 2016 v2.5

  • Core - Added support for GrapeCity License manager add-in in Visual Studio. You can know license a Xuni project using the XML created from this tool. [Xamarin.Forms]
  • Calendar
    • The DayBorderColor and DayBorderWidth properties now apply to all views (Day, Month, Year). [Xamarin.Forms] [native iOS] [native Android]
    • Calendar DaySlots are now refreshed when calling the Refresh() method on Android. [Xamarin.Forms]
  • FlexChart - Added support for DateTime values of Annotations in DataCoordinate attachment on iOS. [Xamarin.Forms]
  • FlexGrid
    • Improved performance on Android. [Xamarin.Forms]
    • Added properties for GroupHeaderFormat and GroupHeaderConverter. [Xamarin.Forms]
    • Added CellLongPressed event. [Xamarin.Forms] [native iOS] [native Android]
    • Added NativeControlGridCellFactory for embedding other controls into FlexGrid cells. [native iOS]
  • CollectionView
    • XuniCollectionView now supports grouping. [Xamarin.Forms]
    • ICollectionViewGroup and ISupportGrouping interfaces added. [Xamarin.Forms]
  • Input - Corrected ComboBox behavior when used with segues. [native iOS]

Updates in Wijmo 5 2016 v2 Build 207

  • Angular 2 Support for RC6 - Wijmo has been upgraded to support Angular 2 RC6.
  • ReactJS Support - Wijmo is dedicated to interop in any framework. This release contains official support for ReactJS, and you can use Wijmo controls in any ReactJS application as React components.
  • React Samples include:
    • ReactJS Interop sample
    • ReactJS FlexGrid sample
    • ReactJS FlexChart sample
    • ReactJS Input sample
    • ReactJS Gauge sample
    • How to Use Wijmo in ReactJS Apps blog
  • VueJS Support - This release offers official support of VueJS, and you can use Wijmo controls in any VueJS application as Vue components.
  • VueJS Samples include:
    • VueJS Interop sample
    • VueJS FlexGrid sample
    • VueJS FlexChart sample
    • VueJS Input sample
    • VueJS Gauge sample
    • How to Create Great VueJS applications Using Wijmo Controls blog
  • FlexGrid Footers - Added support for column footers in FlexGrid. Easily add custom footers to columns using the new columnFooter in FlexGrid.
  • New Charting Capabilities
    • Added a new FlexRadar chart control that can be used to create radar-type charts.
    • Added a funnel chart type to FlexChart.
  • New Help System - Completely rebuilt and redesigned online documentation includes better content, layout, navigation, search and much more.

Fixes

Fixes in ComponentOne Studio 2016 v2.5

  • WinForms Edition includes fixes for:
    • Barcode for WinForms
    • Chart For WinForms
    • Excel for .NET
    • FlexChart for WinForms
    • FlexGrid for WinForms
    • FlexReport for WinForms
    • GanttView for WinForms
    • Input for WinForms
    • InputPanel for WinForms
    • List for WinForms
    • PDF for .NET
    • Reports for WinForms
    • Ribbon For WinForms
    • Scheduler for WinForms
    • SplitContainer for WinForms
    • SuperTooltip for WinForms
    • TreeView for WinForms
    • True DBGrid for WinForms
    • Word for WinForms
  • WPF Edition includes fixes for:
    • BarCode for WPF
    • DataGrid for WPF
    • Excel for WPF
    • FlexChart for WPF
    • FlexGrid for WPF
    • GanttView for WPF
    • PDF for WPF
    • RichTextBox Toolbar for WPF
    • Scheduler for WPF
    • Themes for WPF
    • Word for WPF
  • ASP.NET MVC Edition includes fixes for:
    • Scaffolder
    • FlexViewer
    • FlexSheet
    • FlexViewer Sample
    • MVCExplorer
    • ReportExplorer
    • FinancialChartExplorer
  • ASP.NET WebForms Edition includes fixes for:
    • C1GridView
    • C1InputDate
    • Control Explorer
    • C1InputDate
    • C1ReportViewer
    • C1ThemeRoller
    • C1EventsCalendar
  • UWP Edition includes fixes for:
    • BarCode for UWP
    • Calendar for UWP
    • Excel for UWP
    • FlexChart for UWP
    • FlexGrid for UWP
    • FlexReport for UWP
    • PDF for UWP
    • RichTextBox for UWP
    • Schedule for UWP
    • Word for UWP

Fixes in Xuni 2016 v2.5

  • Core - Adjusted holding events to raise properly on Windows Phone. [Xamarin.Forms]
  • Calendar - Fixed issue where the Year view header is shown in Decade view on iOS. [Xamarin.Forms]
  • FlexChart
    • You can now modify e.Header inside HeaderLoading event when ViewMode == Decade on iOS. [Xamarin.Forms]
    • Fixed crash that could occur if the Start and End properties of ChartLineAnnotation were not set on iOS. [Xamarin.Forms]
    • Fixed issue where setting the ChartType property for ChartSeries would not take effect on Android. [Xamarin.Forms]
    • Fixed issue where setting Min/Max could cause FlexChart to become unresponsive. [Xamarin.Forms] [native iOS] [native Android]
  • FlexPie - Fixed FlexPie such that setting XuniAnimationModeAll works correctly. [native iOS]
  • FlexGrid
    • Breaking change - The property IsGroupingEnabled and GroupDisplayBinding properties deprecated, use GroupHeaderFormat or GroupHeaderConverter properties instead. [Xamarin.Forms]
    • Fixed Content alignment when Column’s WordWrap property is set to False and Row’s WordWrap is set to true. [Xamarin.Forms] [native iOS]
    • Now appear when ColumnHeaderBackgroundColor is set on iOS. [Xamarin.Forms]
  • CollectionView - Breaking change - XuniGroupedCollectionView removed, use XuniCollectionView. [Xamarin.Forms]
  • Input
    • Corrected behavior of SelectedIndexChanged event so that it always fires when the value of SelectedIndex is changed. [Xamarin.Forms]
    • DropDownBackgroundColor property now works correctly on iOS and Android. [Xamarin.Forms]
    • Fixed exception that could occur if DropDown/ComboBox is set in layout xml. [native Android]