# 2018 v2

## Content



### ASP.NET MVC

**Enhancements**

*   Added new TabPanel control.
*   Added new DashboardLayout control.
*   Added ASP.Core 2.1 support for MVC controls.
*   [CollectionView\] Added new property ShowDatesAsGmt.

**Bugs**

*   [FlexPie\] [Sunburst\] [TreeView\] [TreeMap\] Fixed the issue where some consistent behaviors are observed when 'onClientRefreshed' and 'onClientRefreshing' events fired.

### OLAP

**Enhancements**

*   Added support for binding PivotEngine components directly to SSAS cubes using BindCubeService method. Previously, binding to SSAS cubes required setting a server and with ComponentOne data engine services which exposed the cubes. Now, you can bind the PivotEngine directly to the SSAS cubes.

### FlexGrid

**Bugs**

*   Fixed the issue where CustomEditor does not appear for FrozenColumns.
*   Fixed the issue where value does not get updated on pressing the Tab key, after applying changes for custom editor.
*   Fixed the issue where editing was not working properly in IE, if UnobtrusiveValidation is applied.

### FlexSheet

**Enhancements**

*   Added new Tables property to support tables in FlexSheeet.
*   FlexSheetFilter class is now made public.

**Bug Fixes**

*   Fixed the issue where column filter works as a default filter type if default filter type in FlexSheet filter is set with "Condition/Value/None".
*   Fixed the issue where DataMap property was not working properly.

### Scaffolder

**Enhancements**

*   Add 'RepeatButton', 'AutoScroll', 'Title' and 'TitleAlign' properties in scaffold for related control.

**Bug Fixes**

*   Fixed the issue where filters cannot be added using scaffold dialog.
*   Fixed the issue where error occurs when controls are added by scaffold in Razor page if Read action is used in VisualStudio.
*   Fixed the issue where error occurs if 'FlexSheet'control is added by scaffold in all AspNet MVC templates.

### 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.

### FlexChart

**Enhancements**

*   Added new properties for ChartLegend.

### Input

**Bug Fixes**

*   [Calendar\] Fixed the issue where 'Refreshing' event does not fire when the control is initialized.
*   [InputTime\] Fixed the issue where InputTime control is disabled after setting the Min and Max properties.
*   [InputNumber\] Fixed the issue where RepeatButtons property cannot work correctly when the property is set as 'False'.
*   [ListBox\] Fixed the issue where item template does not work when refreshing the ListBox control.
*   [InputDateTime\] [iPad\] Fixed the issue where height of time dropdown is very small and cannot see the data in time dropdown if 'TimeMax' and 'TimeMin' properties are set.
*   [InputColor\] Fixed the issue where the control value cannot set to null although 'IsRequired' property set with false in InputColor control.
*   [InputNumber\] Fixed the issue where Format property was working properly.
*   [MultiSelect\] [MultiAutoComplete\] Fixed the issue where model values do not get updated for integer type SelectedValues.

### Samples

**Enhancements**

*   Added DashboardLayout and TabPanel control sample.
*   Added MaterialDesignLite sample.
*   Added ThemeDesigner sample.