[]
        
(Showing Draft Content)

2015 v3.5

Core

No change

CollectionView

No change

FlexGrid

Bug Fixes

  • Fixed the issue where ‘System.ArgumentException’ occurs on filtering by condition when any filter condition is chosen and filter value is empty.

FlexChart

No change

Input

Breaking Change

  • Added the following helper methods in ControlBuilderFactory<TModel> class to support nullable values in C1Input controls:
    • InputColorFor(Expression<Func<TModel, Color?>> expression)
    • InputDateFor(Expression<Func<TModel, DateTime?>> expression)
    • InputNumberFor(Expression<Func<TModel, decimal?>> expression)
    • InputNumberFor(Expression<Func<TModel, double?>> expression)
    • InputNumberFor(Expression<Func<TModel, int?>> expression)
    • InputNumberFor(Expression<Func<TModel, long>> expression)
    • InputNumberFor(Expression<Func<TModel, long?>> expression)
    • InputNumberFor(Expression<Func<TModel, float>> expression)
    • InputNumberFor(Expression<Func<TModel, float?>> expression)
    • InputNumberFor(Expression<Func<TModel, short>> expression)
    • InputNumberFor(Expression<Func<TModel, short?>> expression)
    • InputTimeFor(Expression<Func<TModel, DateTime?>> expression)

MVCExplorer

  • Updated the Annotation sample for FlexChart.
  • Added CustomMerging, Client Excel load/save, and Pdf export samples to Explorer sample of FlexGrid.
  • Added Scaling, Panning/Zooming, PlotAreas, EditableAnnotation, and AxisScrollBar samples to Explorer sample of FlexChart.
  • Added Scaling sample to explorer sample of gauges.

FinancialChartExplorer

  • Fixed the issue where error occurs on setting Range Mode to 'ATR' when Reversal Amount is set to '7' in FinancialChart-Kagi sample.