Added new property SortNullFirst to the CollectionView control.
Added new property Filter to the GroupPanel control.
Added OpenOnHover and SubItemsPath properties to the Menu control.
Added RepeateButton and ShowYearPicker properties to the InputDate control.
Added RepeateButton and ShowYearPicker properties to the Calendar control.
Support MVC AntiForgery.
OLAP
Enhancements
Added new Slicer control and properties.
Added new sample for the Slicer control.
Add new properties GetValue and Visible to the PivotField control.
Bugs
Fixed an issue where HeaderStyle and FooterStyle properties can not be implmented properly in PivotChart.
DashboardLayout
Bug Fixes
Fixed an issue where blank area is appeared and tile in outer group cannot changed the size when resized the tile from outer group after resize the tile from the inner group at first.
Fixed an issue where user cannot drag the tile which has no header if that tile is drag and drop in any place of other tile and before selecting other tiles, if 'ShowHeader' is set 'false' in Splitlayout.
Fixed an issue where user requested to clear the cue boxes if cursor is move to the outside of the dashboard.
Fixed an issue where JavaScript error occurs when drag and drop the tile at second time in Split Layout.
Fixed an issue where DashboardLayout disappear when user drags the only tile in Split Layout.
Fixed an issue where shaded portion for drop is still visible after dragging is cancel with 'esc' key if dragged tile is placed on cue boxes which is not outermost.
Fixed an issue where the cue box is not appeared when drag one tile and place on another tile if scroll bar is appeared after drag and drop the tiles.
Fixed an issue where resized red line display incorrectly when resize the Tile in Split Layout as certain conditions.
Fixed an issue where value of Size property is not applied to Tiles from Horizontal Group in Split Layout and changed again after dragdrop action.
Fixed an issue where actual space after dropping is different with shaded portion when hover on cue box.
FlexGrid
Enhancements
Added column group header functionality.
Bugs
Fixed the issue where Internet Exporer gets crashed if the Editor focus is lost using keyboard.
Fixed the issue where JSON mapping ColumnFilters to FilterColumns because unknown property columnFilters on client.
Fixed an issue where color defined in CSS class do not get applied for frozen cells.
Fixed an issue where Fiter icons were not getting display on column headers.
Fixed an issue where JavaScript error occurs when expand a detail row after drag and drop.
Fixed bug where BindODataVirtualSource is generated instead of BindODataSource.
Fixed bug where checkbox PageOnServer/SortOnServer/FilterOnServer is not checked when BindODataSource is selected.
Fixed bug where values in 'Data Binding' tab is not retained when changing tabs.
Fixed bug where 'Auto Generate Column' is not checked when BindCollectionView is selected.
Scaffolder
Enhancements
Added new scaffolding option for DashboardLayout, TabPanel, and OLAP control.
Support remote action URL for FlexGrid.
Support PivotPanel-Engine intergration.
Update Web.config, resources, licensing stuffs in a project that created using standard VS template but not C1 Template.
Support OLAP PivotEngine.
Support OData ItemsSource for FlexGrid.
Add template text files for new controls.
Add description for Slicer control.
Bug Fixes
Fixed the issue where 'Object reference not set to an instance of an object' error occurs when click on 'Update C1 MVC Control' if FlexRadar is added with Axis X or Axis Y.
Fixed the issue where CsHtmlParser.cs infinite loop was causing VisualStudio to crash.
Fixed update process of AddWaterfall (FlexChart.Series).
Fixed an issue where disable AutoGenerateColumns checkbox when Data source is DataCollectionView/ODataVirtualCollectionView.
ReportViewer
Enhancements
Added support for the MESCIUS ActiveReports report generator.
Bug Fixes
Fixed the issue where TextBox becomes temporary disabled twice after enter the value if cursor is still in textbox.
Fixed the issue where AllowBlank and MaxLength of parameter does not work properly.
Input
Bug Fixes
[Menu] Fixed an issue where some inconsistent behaviors are observed if 'Command' property is used.
[AutoComplete] Fixed an issue where user was unable to use AutoComplete while data source is list of Object.
[InputNumber] Fixed an issue where user was not able to enter decimal values for InputNumber control if the culture has "," as seperator.
[InputTime] Fixed an issue where default time value is set to DateTime.Now
[InputTime] Fixed an issue where default value of IsEditable is set to false.
FlexSheet
Enhancements
Added 'enableDragDrop' property to FlexSheet.
Add 'enableFormulas' property in FlexSheet.
Bug Fixes
[Menu] Fixed an issue where date format cannot be set in FlexSheet.
Set default value of EnableFormular = true.
FlexChart
Enhancements
Added a interpolateNulls property to the SeriesBase controls.