Released: Nov 11, 2015
Updates in this release
Updates in 2015 v3
New FinancialChart for MVC control - Comprehensive Financial Visualization
Instantly access advanced stock trending visualization with the powerful FinancialChart for MVC. Analyze with trend lines, filters, range selectors, and annotations, all with minimal coding. This full-service control meets nearly every need to get users started on a full stock market application.
FlexGrid
Load\Save Column Layout: FlexGrid allows you to load and save column layout on client and server-side. At client-side, the local storage is used to save and restore the layout, this is helpful in case a user wants to always open a specific view of the grid with certain columns sorted, re-arranged etc. On the server side this functionality helps an admin to provide different layouts to users having different authorizations.
FlexChart
Annotations: Mark important events attached to a specific data point with annotations. Shapes include:
- Circle
- Ellipse
- Image
- Line
- Polygon
- Rectangle
- Square
- Text
Input
- Date Validation in InputDate and Calendar: The Calendar and InputDate controls now support date validation. These controls provide an itemValidator property that accepts a date validation function. If a date is found invalid, it can be selected in the calendar or typed in the InputDate field.
- Data Binding in InputTime: InputTime now supports data binding, which can support custom time cases—for instance, to make certain hours of the day unavailable for appointments.
- Context Menu support in Menu: Context menus appear upon user interaction—typically a right-click—and display commands that apply to the current object. The menu’s Owner property establishes whether it’s a context menu for an existing object, or whether it’s a menu on the page.