Added a new parameter to ReportViewer as the options to execute the report at the client side.
Added SelectionMode in the TreeMap control.
Added a requestHeaders property to the ReportViewer and PdfViewer controls.
Added beforeSendRequest event to the ReportViewer and PdfViewer controls.
Added a keyActionEnter property to the FlexGridDetailProvider class.
Added a new property SortOnServer in the PivotEngine class.
Added new properties in the ODataCollectionView class.
Added a NuGet package C1.Web.Mvc.Styles.
Added stackRanges property in the Gauge control.
Added support for viewing ActiveReports using the ReportViewer template.
OLAP
Enhancements
Added new properties in the PivotChart class.
Bugs
Fixed an issue where HeaderStyle and FooterStyle properties can not be implmented properly in PivotChart.
DashboardLayout
Enhancements
Supported Esc to cancel the drag operation.
Improved drag and drop operation for SplitLyout.
Added culture resources.
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.
Fixed an issue where provide options to show specific tiles while tiles are hidden.
Fixed an issue where javascript error occurs when drag the tile which is set with(*) in tile' size and hover on the cue boxes.
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 setting of 'AllowResize' property is not refresh in control if it is changed in runtime.
Fixed an issue where icons in toolbar and resize icon are missing when show the tile from first children group using show specific option tiles after all tiles are hidden in ManualGrid and AutoGrid Layout.
FlexGrid
Enhancements
Added autoSearch property.
Improved FlexGrid.virtualizationThreshold to support arrays: [rowThreshold, columnThreshold].
Added 'defaultSize' property of Wijmo RowColCollection class.
Bugs
Fixed the issue where error occurs when multiple rows are copied and pasted in new row template.
Fixed the issue where CustomEditor do not allow editing if Grouping is allowed for FlexGrid.
Fixed the issue where the CustomEditor gets open while beginningEdit event cancel property is true.
Fixed the issue where position of Dragged row is not retained in new position after edited the cells.
Fixed the issue where blank row data is added in new position when dragging the row from original position and dropped in original position + more than 60 rows.
Fixed the issue where TimeSpan as column data type throws StackOverflow Exception.
Fixed the issue where FlexGrid does not support daylight saving for DateTimeField.
Scaffolder
Enhancements
Added new option to allow users to Update C1 MVC Control using Scaffolding.
Bug Fixes
Fixed the issue where filters cannot be added using scaffold dialog.
Fixed the issue where invalid Entity Framework model caused Scaffolder not working properly.
ReportViewer
Enhancements
Added support for the GrapeCity 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
Enhancements
Added new properties for ChartLegend.
[ComboBox] Added grouping feature.
Bug Fixes
[iPad] Fixed an issue where dropdown is not closed by clicking on other region of the page in some input controls.
[AutoComplete] Fixed an issue where the user was not able to use AutoCompleteFor when data source is a list of objects.
[AutoComplete] Fixed an issue where HTML tags are displayed in dropdown of AutoComplete even if the IsContentHtml is set to true.
Samples
Enhancements
Added TabPanel and DashboardLayout sample to LearnMVC client.
Updated the demo of changing Tab header position in the Styling page of MvcExplorer sample.
Added ColumnGroups sample.
Added AccessibilityExtender sample.
Updated UI for Dashboard demo as per Material design theme.