::adCenter::
Bookmark and Share

What's New for Essential Studio 2012 Volume 1

Essential Gauge for ASP.NET MVC

HTML 5 Gauge

Essential HTML 5 Gauge is now available for ASP.NET MVC. Built on the CANVAS element, these gauges are designed to take full advantage of the high performance, user interactivity, and stunning visuals that are possible with HTML 5.

Essential HTML 5 Gauge offers four types of gauges that can be applied to virtually any of your data visualization needs. Every gauge is fully customizable, and features fourteen built-in skins to make appearance customization easy.

The circular gauge displays values in a radial layout with a pointer that specifies the value of the gauge. The circular gauge can be set as a full circle, half circle, or quarter circle.

Circular Gauge—Half-Circular Frame

The fully customizable digital gauge allows you to choose from seven, fourteen, and sixteen-segment displays, or dot matrix and square matrix displays that have never before been offered in any of our gauge controls.

Digital Gauge—Blend Skin

The linear gauge displays values in a linear fashion similar to a thermometer. They can be given a horizontal or vertical orientation, and feature numerous pointer shape options. The linear gauge frame can be set as rectangular, rounded rectangular, or cropped rectangular.

Linear Gauge—Rounded Rectangle Frame and Midnight Skin

The rolling gauge can be used to display alphanumeric text in a UI that is similar to analog odometers. The gauge is animated to roll over, and the roll direction can be set as clockwise or counterclockwise. An automatic segment count feature is included to automatically set the number of spaces present in the gauge.

Rolling Gauge—Almond Skin

Essential Tools for ASP.NET MVC

AutoComplete Control Enhancements

The AutoComplete control, used to suggest entries as users type in a text box, has been enhanced with client-side data fetching to increase performance, highlighting for searched text, customizable list positioning, and support for left-to-right text alignment.

Enhanced AutoComplete
Captcha Control Refresh

The Captcha control has a refresh button that allows you to regenerate an image of the code that has to be entered in the verification text box.

Captcha with Refresh Button
Dragging and Dropping Tree Nodes

With drag and drop support, tree nodes can be repositioned at different levels in the same tree or dropped into a different tree, even if the other tree has different characteristics. For example, when dragging a node that doesn’t have a check box to a tree where nodes do have check boxes, the dragged node will automatically take on a check box.

Dragging and Dropping Tree Nodes
Ribbon Control

The Ribbon control allows you to create a Microsoft Office like toolbar in your applications. Any number of tabs and groups can be added to the Ribbon control to effectively organize tools for end users. The application menu (File button) can be presented in two ways, as a regular menu or a backstage menu (as in Office 2010). The gallery view in the Ribbon control can host any number of images, and the height of the thumbnails can be customized. The appearance of the ribbon is fully customizable through custom CSS, and also features fourteen built-in themes.

Ribbon with Midnight Skin
Ribbon with Backstage Application Menu
Ribbon with Grouped Tabs
Splitter Control

The Splitter control can be used to create separate panes in a work area that can be resized or collapsed by dragging or clicking, respectively. Any number of panes and split bars can be created. Features include horizontal or vertical orientation, pane resizing, content template support, and collapsible panes.

Splitter with Office 2007 Silver Theme
Splitter with Almond Theme
Splitter with Vista Theme
Splitter with Midnight Theme
Splitter with Office 2007 Blue Theme
TimePicker Control

When you need to set a time, the TimePicker control makes time selection easy by giving users a grid of values that can be selected just by clicking. Four primary fields can be set: hours, minutes, seconds, and a.m. or p.m. Also, by just hovering over a value, the display will be updated instantly—a live update. Minimum and maximum values are also supported.

TimePicker with Almond Theme
TimePicker with Midnight Theme
TimePicker with Office 2007 Blue Theme
TimePicker with Sandune Theme
TimePicker with VS 2010 Theme

Essential Grid for ASP.NET MVC

Editing via Unbound Columns

Editing via unbound columns allows you to make changes to multiple fields in a grid at the same time. Editing, updating, and deleting are controlled by buttons on the row itself. You can edit or delete fields associated with a single data record by using these buttons instead of the toolbar.

Editing via Unbound Columns
Search-Based Filtering

Search for any data in a grid using this feature. Simply enter the data you’re looking for in the search text box and the grid data is automatically filtered. The search can be restricted to search only a particular column.

Filtering Grid Data with a Search Box

Essential Diagram for ASP.NET MVC

HTML 5 Diagram Modes

Essential Diagram has two HTML 5-enhanced modes: SVG (Scalable Vector Graphics) mode and Canvas mode—which utilizes the CANVAS element. You can choose the mode that is best suited to your particular needs and required performance.

Diagram in SVG Mode
Diagram in Canvas Mode
Export to Image

The Diagram control can export the current layout in the diagram area to multiple image formats, specifically .jpeg, .bmp, and .png.

Exporting a Diagram
Polyline Support

When in SVG mode, Essential Diagram can support polylines—multiple lines connected by intermediate points—for straight and orthogonal line connectors. The intermediate points in a polyline are visually represented as vertices.

Polyline Support for Straight Lines
Polyline Support for Orthogonal Lines
Printing Support

Essential Diagram gives you the ability to print a diagram layout when in SVG mode; this includes nodes, line connectors, custom shapes, and custom content.

Printing a Diagram
Saving and Loading Diagram Edits

In SVG mode, the Diagram control can save and reload information regarding changes to nodes and line connectors to and from a database.

Serializing Changes to Diagram Nodes
Data Binding

Diagram data binding has been enhanced to support the ADO.NET Entity Model.