ComponentOne Studio ASP.NET MVC 2016 v2
Released: Jul 20, 2016
2016 v2 での更新項目
機能
- MVC Edition controls are now ASP.NET Core 1.0 compatible.
- FlexViewer Beta
- View FlexReport and C1Reports using FlexViewer for MVC.
- Available in ASP.NET 4.0 and ASP.NET Core 1.0.
- In ASP.NET Core you can use HtmlHelpers or TagHelpers.
- Use Visual Studio ItemTemplate to rapidly integrate FlexViewer and FlexReport Web API in the same project.
- Input
- New Control: InputDateTime control supports entering and editing date and time values using a single control (as opposed to using an InputDate and an InputTime).
- New Property: AutoExpandSelection in DropDown controls determines whether input controls should automatically select whole words/numbers when clicked. This applies to all controls that derive from DropDown, and makes it easier to edit dates, times, colors, etc.
- New Property: HeaderPath in ComboBox control allows decoupling the values shown in the combo's input element from the values shown in the drop-down list.
- FlexGrid
- New Property: FlexGrid.IMEEnabled supports IME modes while the grid is not in edit mode. This property benefits sites and applications in Japanese, Chinese, Korean and other languages that require IME support.
- New Property: DropDownCssClass makes it easier to style the drop-down list used to edit cells in columns that have DataMaps.
- FlexChart
- New Property: ShowAnimation enables animation in FlexChart. FlexChart now supports over two dozen animation modes.
- New Property: SupportGestures enables panning and zooming in FlexChart. This property exposes relevant MouseAction property that allows setting either Zooming or Panning along chart axis.
- New Scaffolder: Quickly add FlexChart to the application using scaffolder and configure properties. The scaffolder generates relevant controller and view code to set up FlexChart.
- FlexSheet
- New FlexSheet 101 sample: Intro sample for MVC shows you how to get started.
- New Scaffolder: Easily add FlexSheet to applications using a guided wizard that allows you to set different properties of the control. The scaffolder generates relevant controller and view code to set up FlexSheet.
- Client API IntelliSense - Added client side JavaScript IntelliSense capability for the controls. The IntelliSense not only provides code completion but also displays relevant documentation for each property.