Telerik RadControls for WinForms - .NET - Q2 2008 - Récapitulatif

par Telerik - Type de produit : Composant / .NET WinForms

Récapitulatif

Telerik RadControls for WinForms by Telerik

With Telerik RadControls for WinForms, you get the visual attractiveness of WPF while still using the familiar Windows Forms controls. Telerik RadControls for WinForms provide: (a) advanced GDI+ rendering techniques: rotation, scaling, animations, transparencies; (b) run natively on all .NET 2.0 platforms (Windows XP, Windows Server 2003, Windows Vista, etc.); (c) excellent WinForms-grade performance; (d) no need to invest in Vista-class hardware; (e) ideal choice for enterprise business systems (CAB support is provided); (f) three productivity tools are also included: Control Spy, Visual Style Builder and Shape Editor. The Subscription License comes with a Gold Support Package (up to 24h response time), full C# source code, redistribution rights and free updates for the latest products for 1 year. The tools work without license keys and can be freely deployed on an unlimited number of development, testing and production servers. Hundreds of code samples and comprehensive documentation are provided to accelerate your learning.

What's included in Telerik RadControls for WinForms:

RadCombobox

Multiline text and styling support - RadCombobox supports two label types in its items - a title and a description. When in sort or autocomplete mode, the combobox uses the title label only, making programming and operation easier. You can style these labels separately for better control over RadCombobox' s visual appearance. Multiline text is supported as well - instead of truncating long text, you can have it on several lines

Versatile binding mechanism - RadCombobox fully supports binding to collections, tables, datasets, and custom objects. Three properties control data binding:

The DataSource property specifies the ultimate source of the data to be bound

The DisplayMember property specifies the particular data to be displayed in the RadCombobox.

The ValueMember property specifies the particular data to be returned as the value of the RadCombobox

Flexible autocomplete options - RadCombobox has full autocomplete support - as soon as the user starts typing, the combobox selects or fills-in the first matching entry from the list. The different autocomplete modes of RadCombobox are Suggest, Append, SuggestAppend, and Off. They can be set through the AutoCompleteMode property

Sorted drop-down lists - RadCombobox supports automatic sorting, based on the Sorted property of the control - simply set it Ascending or Descending to sort in the respective order, or deactivate it to restore the initial ordering of the ItemCollection. Sorting may be case-sensitive or case-insensitive. Capital letters are displayed first in the former case

Rotating list items on double-click - Double-click on the text box in a RadCombobox, and it will pull up the next item from the list. This timesaving feature allows you to quickly advance through a list without seeing all the items

Keyboard support - RadCombobox delivers convenience with integrated keyboard support. Once the control gets the focus, you can use the arrow keys to navigate through the items

Editable/Read-only drop-down modes - You decide whether users can enter free-form data or just select from the entries in the dropdown list. A single property setting switches editing on or off, making the text box portion of the control editable or read-only

Images in the drop-down list - With the RadCombobox, you can assign an image to each item in the drop-down list. Images can be placed above, below, beside, or behind the text. You can use them as icons, headings, or backgrounds

RadDock

Full-featured VS2005-like docking system - RadDock ensures you have complete support of the latest user interface standards. The docking system has full drag-and-drop support including the docking compass and docking hints for visual feedback. When a ToolWindow is about to be docked to a docking zone, the zone is highlighted to show where the object will be placed. The way a zone is highlighted can be customized

Centralized DockingManager -The DockingManager control provides a container that holds dockable windows. This container can fill the entire client area of a Windows Form, or can be limited to any rectangular area you choose to manage. You can mix a docking implementation with traditional Windows Forms or RadControls on the same form

ToolWindow control and behavior - The ToolWindow control provides a container that can be docked within the DockingManager. You can place other controls (either RadControls or standard Windows Forms controls) within a ToolWindow.

You can specify whether the ToolWindow object is floating, docked, nested, autohidden, pinned, or tabbed to the current position on the form. In accordance with the specified behavior, the state button of the corresponding ToolWindow will show the possible state choices. You can also get increased ToolWindow functionality with horizontal and vertical splits.

Docking custom UserControls - RadDock enables you to create your own user controls to dock. The ToolWindow control is the container that can be docked within the DockingManager, and you can place both RadControls or standard Windows Forms controls within the ToolWindow. The ToolWindow, itself, is derived from the standard UserControl class, so you can use the Visual Studio designer to visually develop the contents of your ToolWindows. At run time, it’s simple to instantiate as many dockable windows as you need

Interactive design-time layout management - The Docking Designer gives you fully interactive design-time control over the number, position, and properties of ToolWindows within a DockingManager. You can visually design the initial size and position of ToolWindows on your form without writing a single line of code. ToolWindow layouts can be saved to XML files for easy loading at run time

Show content while dragging - The content of a dockable object is rendered semitransparent while it is being dragged for better visibility

Keyboard navigation support - You can navigate between ToolWindows in a Windows-like fashion by pressing Ctrl+Tab. A notification window will open with all available windows. You can use either Ctrl+Tab or the mouse to select the ToolWindow you need to navigate to, even if is hidden. Additionally, you can use the arrow keys to control the horizontal and vertical splits.

Save/Load layout state - RadDock supports serialization and deserialization. All changes made to the dynamic page layouts can be stored in an XML file and reloaded when needed. This is an excellent way for portal customization and preservation of user layout settings

RadMenustrip

Multiline text and image support - RadMenustrip supports multiline text in its items - instead of truncating long text, it is displayed on several lines. This is achieved through a label which RadMenustrip uses for its text field. Images and text can be displayed on menuitems as well. You can customize the image-text relation by setting the TextImageRelation property. Possible values are: Overlay, ImageAboveText, TextAboveImage, TextBeforeImage, and ImageBeforeText

Support for nested controls - You can nest any RadControl or custom element within RadMenustrip. This feature gives you enormous flexibility in building functionality into applications and allows you to create complex custom user interfaces featuring text boxes, combo boxes, or other custom elements within the menu area

Full keyboard support - RadMenustrip delivers convenience with full support for Shortcuts, Accelerator Keys, and Arrow-key navigation. RadMenustrip can be assigned shortcuts through the Shortcuts component - the base of the whole shortcuts system implemented for the descendants of RadControl and RadItem. The component serializes InputBinding objects as a collection. Every InputBinding object binds keyboard shortcut used for activation, a valid Command instance, and a command context which is the object that will be the target of the command's execution

Checked/Unchecked/Disabled menu items - Using the API of RadMenustrip you can have Checked, Unchecked, Disabled, or regular menu items

Horizontal or Vertical menustrip orientation - You can specify the way the RadMenustrip is oriented on the page, i.e. Horizontal (default) or Vertical. When Orientation is set, its value determines the flow of the root group as well

Vertical/Horizontal/Arbitrary text orientation - Text within each main item can be angled to fit your particular case, regardless of the orientation. You can have it horizontal, vertical or at an arbitrary angle

Add/Remove items at runtime - With RadMenustrip you can Add and Remove items programmatically at run time. When adding new Items, they are appended to the existing items in the same menu using the Add(Item) method. Removing items hides them from the menu

RadPanelbar

Support for nested controls - You can nest any RadControl or custom element within RadPanelbar. This feature gives you enormous flexibility in building functionality into applications and allows you to create complex custom user interfaces featuring text boxes, combo boxes, or other custom elements within the panel area. If you nest another panelbar, you get hierarchal appearance

Multi-level hierarchical nesting - You can easily build multilevel panelbars with RadPanelbar. Simply put another panelbar in any panel to create a hierarchical panelbar

Support for Themes - Themes allow for the separation of a control's look from its functionality. Themes can be easily build with the Visual Style Builder. As a result, developers will be able to completely change the look of a windows forms application in an easy declarative manner

Design-time support - RadPanelbar features full VS2005 design-time support for complete control over the component's functionality

ListBar, ExplorerBar, Outlook or VS2005 ToolBox modes

Support for multiple columns - RadPanelbar for WinForms is flexible enough to allow you to organize your navigation in the most convenient manner. You can set the panelbar items in columns to provide menu-like behavior and better organization of your data

Expanded/Collapsed initial panelbar state - You can specify the initial state of your panelbars. Depending on the design specifics of your application you can have them initially expanded or initially collapsed

Single expanded option - RadPanelbar can be configured so that only one group is visible at a time. When you click on one group it opens it and collapses the currently open group

RadRibbonbar

Easily implement MS Office 2007 interfaces - The RadRibbonbar control enables you to build user interfaces similar to the ribbonbar used by Microsoft Office 2007. This feature ensures your applications will have a similar look to the most up-to-date Microsoft applications that users will know. The RadControls suite for WinForms supplies a variety of controls that you can host in the RadRibbonbar including themeable check boxes, split buttons, repeat buttons, drop-down buttons, and more

Animated collapse/expand of ribbonbar - To save space, you can collapse the RadRibbonbar by double-clicking the selected tab. The entire bottom part disappears, leaving only a single row of tabs across the top

Support for chunks and button groups - Each RadRibbonbar tab can host one or more chunks. A chunk is a container for the other containers and individual functional elements. Chunks can individually collapse if there is not enough room to display them all. Chunks may contain one or more button groups. A button group is a container that can contain other nested button groups or individual functional elements. Button groups can be oriented horizontally (containing a horizontal row of elements) or vertically (containing a vertical column of elements)

Collapsing/Expanding tool chunks on resize - When the RibbonBar is being resized, and more specifically when it's getting smaller, it automatically collapses the tool chunks to save space. Respectively when its getting larger it expands the chunks for which there's available space

Design time support - The RadRibbonbar was built with ease of design in mind. You can build an entire ribbon in the Windows Forms designers by manipulating tabs, chunks, and controls directly, without writing any code. Then customize the appearance with the VisualStyleBuilder to give it the final look and feel for your own application

Customizable Start Button - The Start Button provides convenient access to the Start Menu of important commands. This button can be customized to fit many needs including to aid in corporate branding

Quick-Access Menu - The Quick Access Menu above the ribbon tabs can be used for customization or frequently-used commands. This feature is a great productivity boost for users who often need to utilize the same commands in a majority of their work

Unlimited number of nested controls - With RadRibbonbar, you can organize all of the functionality of your application into a single compact ribbon containing an almost unlimited number of nested controls. The ribbon splits your application’s controls into a natural hierarchy starting with tabs of major functionality. Tabs include chunks, which in turn contain an unlimited number of controls including toolbars, customizable buttons, and combo boxes

RadTabstrip

Drag and drop support - You can allow users to rearrange tabs at run time via a drag-and-drop. Once dragging begins, the tabstrip will hint where the drop will appear by showing visual pointers in between tabs. You can turn this option off entirely by setting the AllowDragDrop property to false

Scrolling and Overflow support - If there are more tabs than can be displayed, you can use tab scrolling and overflow management. With tab scrolling, you can use arrow buttons for left and right navigation. Or you can navigate to the needed tab by using the overflow button which lists all available tabs. The buttons can be positioned anywhere around the tabstrip

Visually customizable tab shape - You can choose from predefined tab shapes matching those used in popular applications such as Microsoft Internet Explorer or Microsoft Visual Studio. If that’s not flexible enough for you, use the built-in Shape Designer to come up with a custom shape using any combination of lines and curves. Shapes can be saved and reused as often as you like. The Shape Designer gives you the extra edge in customizing each tab's appearance by creating curved designs with Bézier curves

Nesting controls on content panels - You can automatically manage other controls on embedded content panels. Place any control from the RadControls suite or elsewhere on a content panel associated with a RadTabstrip, and it will only be displayed when that tab is active. This is the quick and easy way to build a modern tabbed user interface and gives you flexibility when building applications which require complex UI

Keyboard support - RadTabstrip delivers convenience with integrated keyboard support. Once the tab gets the focus, you can use the arrow keys or the Tab/Shift+Tab keys to navigate through the tabs

Various tab positions - With RadTabstrip, tabs can be displayed in horizontal and vertical orientation, either at the top, bottom, left, or right of the content panel. All you need is to set the TabsPosition property to Top, Bottom, Left or Right and the TextOrientation property to Horizontal or Vertical

Vertical/Horizontal/Arbitrary text orientation - Text within each tab can be angled to fit your particular case, regardless of the tab orientation. You can have it horizontal, vertical or at an arbitrary angle

Image support - Images and text can be displayed on tabs as well. You cam customize the image-text relation by setting the TextImageRelation property. Possible values are: Overlay, ImageAboveText, TextAboveImage, TextBeforeImage, and ImageBeforeText

Multiline text support - RadTabstrip supports multiline text in its tabs - instead of truncating long text, it is displayed on several lines. This is achieved through a label which RadTabstrip uses for its text field

RadToolstrip

Rich Collection of Toolstrip Items - RadToolstrip items are represented as child controls in the structure of the toolstrip and are very easily customized using themes and related properties. Supported button types are:

Regular buttons

Toggle buttons

Dropdown buttons

Host buttons for nesting controls such as RadCombobox, standard textboxes, split buttons, etc.

Separators

Text-only, Image-only, or Mixed buttons - Toolstrips can be moved, rearranged, and resized at run time for easy end-user customization, and styled to match any user interface you desire with the aid of the Presentation Framework. Every button on the toolstrip can be customized independently to either display text, image or both

Horizontal or Vertical Orientation - You can specify the way the toolbar is oriented on the page, i.e. horizontally or vertically. To determine the orientation of a given toolbar you can use the Orientation property

Run time customization with drag and drop - In a MS Office-like manner, different instances of RadToolstrips can be moved, docked, and rearranged by the end user at run time to get the interface that best suits his/her working habits

Dynamic Add/Remove buttons support - RadToolstrip supports adding and removing functionality for its tools, MS Office style, regardless of their type and position. Just click on the "Add or Remove Buttons" dropdown to personalize the toolbar

RadUielements

Customizable buttons and checkboxes - The RadXControls for WinForms suite contains several button controls that will enable you to create advanced functionality for your WinForms applications. They provide all of the features of the basic WinForms button, and also allows you to take advantage of the features of RadControls, such as styles and themes, and handling images and text.

RadButton is simple button control which replaces the standard WinForms Button, but gives you full control over the visual appearance. Supports themes, images, text, and backgrounds

The RadCheckbox replaces the WinForms CheckBox control and adds robust data binding, state management, and design options

The RadTogglebutton gives you a button that mimics the functionality of the check box, but allows more flexibility in its design. State management in the RadTogglebutton is similar to that of the RadCheckbox with the addition of a special ToggleStateChanging event that provides granular control over state changes

The RadRepeatbutton has press-and-hold functionality built into the ButtonClick event, giving you options for interactive UI design with minimal effort.

The RadDropdownbutton and the RadSplitbutton are buttons that provide a menu-like interface model within a button

TrackBar - The TrackBar control is a special slider control that allows the user to select a value on a bar by moving a slider. It can be oriented horizontally, vertically, or at an arbitrary angle and supports theming using the Theme Builder

ProgressBar and WaitingBar controls - The RadUielements include two different styles of bar controls:

RadProgressbar is a themeable progress bar control that is designed to display progress information to the user during a long-running operation. In addition to using the Presentation Framework for theming, it offers other advantages over the standard Windows Forms ProgressBar control:

Support for displaying text and images within the body of the progress bar

Dashed and cross-hatched indicator styles

Support for displaying two values on a single progress bar. The second value is indicated by a change in shade in the unfilled portion of the RadProgressbar

The RadWaitingbar is used to display an indicator that a long-running operation is underway. Unlike the RadProgressbar control, the RadWaitingbar does not display an indication of percent finished. Instead, it smoothly animates a block across a rectangle image that appears in the background as long as the operation continues

Scrolling elements - The RadHscrollbar and RadVscrollbar controls are themeable alternatives to the standard Windows Forms scroll bar elements. They allow you to include scroll bars in your applications that are consistent in look and feel with the other RadControls. RadHscrollbar and RadVscrollbar share the same properties. The only difference between the two is that one is displayed horizontally and the other is displayed vertically. RadScrollviewer is a scrolling element, which gives you full control over a predefined content area. It can be used whenever scrolling of an element is necessary. Just put RadScrollViewer in the hierarchy where the parent element is and set the parent to be RadScrollViewer 's Viewport. RadScrollviewer supports Physical and Logical scrolling modes. In Physical mode the scrolling is done in preset intervals (for example 16 pixels per click), whereas in logical mode you can customize the size of the increment. The logical scrolling makes more sense for elements like list boxes where the vertical scrolling depends on the heights of the child items.

Textbox control - The RadTextbox control is a themeable alternative to the standard Windows Forms text box control. It allows you to include a text box in your applications that is consistent in look and feel with the other RadControls. In addition, it allows the developer to set a default text to be displayed when there is no actual data in the text box

Custom controls - With the Telerik Presentation Framework (TPF) you can easily build custom controls and take advantage of the animation effects and the visual appearance options of the Theme Builder. All TPF-based controls can also be configured through the RadControlSpy for complete control over its properties

What’s new in RadControls for WinForms Q2 2008?

New Controls

Multi-Column ComboBox -Telerik introduces a new RadMultiColumnComboBox control with excellent performance, generic WinForms binding support, sorting, auto-complete, animations, theme support, dropdown resizing, and more. It uses the Telerik’s RadGridView control in the form of a drop-down list.

Application Menu -RadApplicationMenu is the Telerik counterpart of the "application menu" introduced with Office 2007 as part of Microsoft’s Ribbon UI. It displays controls used to perform actions on entire documents and forms, such as Save and Print. It also provides a list of recent documents, access to form options, and the ability to exit the form or application. RadApplicationMenu replaces the "application menu" that is currently in use in RadRibbonBar for WinForms. As with all Telerik WinForms controls, it comes with intuitive design-time support, many extendability features, and theme support. RadApplicationMenu is fully compliant with the 2007 Microsoft® Office Fluent™ User Interface Design Guidelines.

RadContextMenu and RadContextMenuManager - RadContextMenu is a new easy-to-use component with advanced and intuitive design-time support, which replaces RadDropDownMenu in the VS toolbox. As the name suggests, RadContextMenu is a context menu component, which you can add to any RadControl. All you need to do is add a RadContextMenuManager on the form and context menus will be enabled for all Telerik controls on the form.

New Features and Improvements

RadGridView - the Q2 2008 version of RadGridView adds:

Support for column expressions by using the ADO.NET DataTable expression syntax;

Export to ExcelML that handles large dataset exports in milliseconds;

Significant improvements in the xml serialization of RadGridView:

SaveLayout/LoadLayout methods now support streams;

Filter conditions and Conditional Formatting will be added to the serialization mechanism.

RadForm - RadForm Q2 2008 offers support for multi-monitor systems and comes with full theme customization through the Visual Style Builder.

RadComboBox - RadComboBox receives a major tune-up, which eliminates all memory leaks associated with the combo and the listbox. It is now more compliant with the way the standard combobox operates, in terms of firing the TextChanged, SelectedIndexChanged, and SelectedValueChanged events. Previously these events were mixed up depending on the internal states of the combobox, which was inconsistent with the standard combobox control.

RadMenu - RadMenu receives the latest much enhanced TPF layout system, resulting in greatly improved performance and new extendability options. New for this release is also the addition of a header column, which can contain image and/or text.

RadCarousel - The new major version of RadCarousel adds:

Support for auto-looping items;

Relative item paths - a customizable option which allows for automatic scaling of the items’ path according to RadCarousel’s size;

Much improved and optimized Visual Studio designer with:

Real-time carousel path preview;

Drag and drop customization for item path points

RadLabel - RadLabel Q2 2008 adds support for Images, TextImageRelation, and text wrapping. These new features work independently of the AutoSize property.

RadRibbonBar - switched RadMenu to use the latest layout system, which makes the menu very robust and extendable. The new layouts gave us the freedom to rework RadRibbonBar’s application menu into a totally new control - the Office 2007-style RadApplicationMenu. The new control talks to RadRibbonBar better than ever, and provides excellent design-time experience and skinning support.

Themes - Continuing the Q1 2008 idea of simplifying the way themes are applied to Telerik controls, all themes (except the built-in ControlDefault) are now extracted as standalone components and are available in the Visual Studio toolbox for easy drag-and-drop control skinning. RadThemeManager now keeps track of the loaded theme files to avoid theme loading redundancy. Not only does this make application development easier, it also improves the loading time of the application, especially if it uses only one or a small subset of the provided themes.

What’s new in RadControls for WinForms Q1 2008?

New Controls RadCarousel -The newest addition to the WinForms suite is a carousel navigation control that allows the user to navigate through an application in an interactive and innovative manner. Build on top of the Telerik Presentation Framework (TPF), RadCarousel supports smooth animations and transitions, dynamic addition and removal of items, and item reflection.

RadForm - RadForm is the counterpart of the regular Windows Form, available in .NET. It offers effortless integration with the rest of Telerik’s form controls, such as RadRibbonBar, RadMenu, RadTitleBar, and RadStatusStrip. RadForm supports transparency for Microsoft Vista look and feel.

RadGridView Q1 2008 comes strong with a new major version. Reworked from the ground up, it offers a new level of performance and usability to fully suit various ever-demanding business applications.

UI and painting improvements, based on the Telerik Presentation Framework (TPF)

Performance improvements in the data layer

Performance improvements in the data <-> UI communication

Stability and simpler API

Based on the “high refresh” performance test with 13 rows x 13 columns, the new data layer offers outstanding refresh performance with flat data: 2-3 ms (vs. 460ms in Q3 2007)

Average time for loading 300,000 records of data: ~340 ms

Average time for grouping 300,000 records of data: ~100 ms

RadMaskedEditBox gets a new Numeric MaskType which allows users to set culture-specific masks for inputting currency, decimal, and percent values.

RTL language support has been added to RadDateTimePicker, RadPanelBar and RadScrollBar.

The Telerik CAB Enabling Kit has been extended to support RadGridView. It drops the beta tag and is now part of RadControls for WinForms.

Themes - In Q1 2008 Telerik have simplified the way themes are applied to Telerik controls. Themes appear as components in the Visual Studio toolbox and can be dropped on the form for easy and intuitive control skinning.

ApplicationsHelpDesk Application - A new WinForms HelpDesk application is available with RadControls for WinForms Q1 2008. It is a sample application that demonstrates the interoperability among various Telerik controls in a real-world scenario. It simulates a contact management system, which is data-bound to a Microsoft SQL Server, to show how to build rich user interfaces with RadControls for WinForms.

CAB application - The Telerik CAB Enabling Kit for WinForms comes with an updated CAB application, featuring RadGridView and a new look and feel.

What’s new in RadControls for WinForms Q3 2007?

Full support for Visual Studio .NET 2008

New Project Upgrade Utility Tool for seamless update of all Telerik WinForms assembly references in a project to the newest versions installed

New Desert theme added across all controls

Considerably improved documentation for all controls

Improved theming performance

New Controls - RadDateTimePicker is a lightweight yet highly advanced date input control for Windows Forms. It integrates seamlessly with the Telerik RadCalendar control, to create a comprehensive date input interface. Users are able either to enter the date in the date picker or select it from the popup calendar. In both cases the values of the two controls will be synchronized to allow further change of the chosen date

New Controls - RadMaskedEditBox is an advanced highly customizable component for controlled data input, which integrates with RadDateTimePicker. Keyboard support and validation is provided out-of-the-box

New Controls - A long requested control, RadStatusStrip was missing from the lineup to complete the functionality of the ShapedForm. With the help of RadStatusStrip, RadShapedForm and RadRibbonBar you are able to deliver genuine Office 2007 look and feel in the matter of minutes

New Controls - RadRotator is a multipurpose component for content rotation and personalization. From web content rotation to image and text rotation with animations, it delivers high interactivity and user involvement

New Controls - RadSpinEditor is a customizable alternative to the standard Windows Numeric Up Down control. It allows users to set/edit a number in a textbox by using up and down buttons, and provides consistent look and feel with the rest of the Telerik RadControls through innovative Theming mechanism. It supports Right-to-Left languages, very large numbers, step for increment/decrement value, minimum/maximum values, as well as value changing/value changed events

New Controls - The Telerik RadRadioButton replaces the WinForms RadioButton control and adds robust data binding, state management, and endless design options.

New Controls - RadColorDialogis a UI component that allows users to select colors from the RGB or HEX color spaces. The color palettes are skinnable and highly configurable. It offers a great amount of flexibility in selecting colors from web, system, and basic colors together with the ability to fine-tune and pick colors directly from the screen

What's new in RadControls for WinForms Q2 2007?

Composite UI Application Block (CAB) Support - The Telerik CAB Enabling Kit for WinForms provides seamless integration with the CAB and its underlying infrastructure. It is well suited for enterprise applications, and forces developers to use best practices and patterns. The Telerik CAB Enabling Kit for WinForms offers more than 25 sophisticated components like GridView, TreeView, Calendar, Chart, and ComboBox, allowing development of enterprise smart client applications. With natural support for WPF-like visual appearance, XML based themes, and animations.

RadCalendar for WinForms - The newest addition to the RadControls for WinForms suite is a lightweight yet advanced date input control. Zoom, select multiple dates, view several months at once, use it as a date-picker, or set it in true RTL manner. RadCalendar for WinForms uses the much familiar and advanced API of its ASP.NET counterpart for flat learning curve and increased productivity.

RadGridView for WinForms - The new version of RadGridView adds hierarchy support, support for custom header and footer rows, multiple cell/row selection and performance improvements - compared to RadGridView Q1 2007, the current version's filtering is 17% faster, and grouping is nearly 100% faster.

RadTreeView for WinForms - One of the major updates in this release comes in RadTreeView's performance optimizations through the new layout framework it uses. RadTreeView is now 500% faster than the standard treeview control with large amounts of nodes (10,000+). It also features new breadcrumb functionality, drag-and-drop of multiple nodes, and right-to-left language support.

RadChart for WinForms new features:

YAxis supporting logarithmic scaling

A new CandleStick financial chart

Support for spline curve areas. The curve behaves the same way the normal spline curve does, but also offers the possibility to fill the belonging area

RadChart now features a so-called "strict mode" for bar series. All XValues will be respected and bars will be positioned according to their XValues. If, however, you don't have any series items with XValues then RadChart will resume standard sequential ordering of each item

Support for empty values approximation. If your dataset is missing a value RadChart can approximate it for you

Scalebreaks allowing you to "break off" large chunks of the axis so that graphs with great amplitudes are easier to read

New intelligent labels dramatically increasing readability in very busy charts. The charting engine now supports newline in all chart labels

The new Marked Zones now provide another option for chart customization

One software license is required per developer. You may make copies on more than one computer, as long as the use of the software is by the same licensed developer.

Run-time royalty free.

Subscription includes (All for 1 year):

Gold Support: All support issues addressed by Senior Support Engineers

Issue escalation to product development teams

Guaranteed response time: 24h

Unlimited Web-based requests using mySupport

Priority involvement in Beta Programs

Access to Telerik forum

All available paid upgrades to your product, guaranteed for twelve months from purchase date

Post Expiry renewals are only available until 60 days after expiration.

Educational and Non-profit Licenses

Only for a member of the teaching staff, administration, or a student of a recognized educational institution. Non-profit entities are also eligible.

Important Note: - This license grants you no rights to the "2007 Microsoft Office System User Interface". For appropriate license, please, contact Microsoft directly.

PartNumbers: PC-517710-165844 517710-165844 PC-517710-165845 517710-165845 PC-517710-165847 517710-165847 PC-517710-165846 517710-165846 PC-517710-165848 517710-165848 PC-517710-165849 517710-165849 PC-517710-165850 517710-165850 PC-517710-165851 517710-165851 PC-517710-165852 517710-165852 PC-517710-165853 517710-165853 PC-517710-165854 517710-165854 PC-517710-165859 517710-165859 PC-517710-165860 517710-165860 PC-517710-165861 517710-165861 PC-517710-165862 517710-165862 PC-517710-165855 517710-165855 PC-517710-165863 517710-165863 PC-517710-165864 517710-165864 PC-517710-165865 517710-165865 PC-517710-165866 517710-165866 PC-517710-165858 517710-165858 PC-517710-165856 517710-165856 PC-517710-165857 517710-165857

Publisher PartNumbers: 0950718779 30861083100 35643992358 63389533056 99407663599

PurchaseOptions: RadControls for WinForms Q2 2008 SP1 1 Developer License , RadControls for WinForms Q2 2008 SP1 1 Developer License with Subscription and Source Code , RadControls for WinForms Q2 2008 SP1 3-4 Developer License - price per license , RadControls for WinForms Q2 2008 SP1 3-4 Developer License - price per license with Subscription and Source Code , RadControls for WinForms Q2 2008 SP1 5-9 Developer License - price per license , RadControls for WinForms Q2 2008 SP1 5-9 Developer License - price per license with Subscription and Source Code , RadControls for WinForms Q2 2008 SP1 10-15 Developer License - price per license , RadControls for WinForms Q2 2008 SP1 10-15 Developer License - price per license with Subscription and Source Code , RadControls for WinForms Q2 2008 SP1 16 or more Developer License - price per license , RadControls for WinForms Q2 2008 SP1 16 or more Developer License - price per license with Subscription and Source Code , RadControls for WinForms - Renewal Pre Expiry 1 Developer License - Subscription (Pre Expiry) Renewal (free product updates, new product releases and gold support for 1 year) , RadControls for WinForms - Renewal Pre Expiry 3-4 Developer License - Subscription (Pre Expiry) Renewal (free product updates, new product releases and gold support for 1 year) - price per license , RadControls for WinForms - Renewal Pre Expiry 5-9 Developer License - Subscription (Pre Expiry) Renewal (free product updates, new product releases and gold support for 1 year) - price per license , RadControls for WinForms - Renewal Pre Expiry 10-15 Developer License - Subscription (Pre Expiry) Renewal (free product updates, new product releases and gold support for 1 year) - price per license , RadControls for WinForms - Renewal Pre Expiry 16 or more Developer License - Subscription (Pre Expiry) Renewal (free product updates, new product releases and gold support for 1 year) - price per license , RadControls for WinForms - Renewal Post Expiry 1 Developer License - Subscription (Post Expiry) Renewal (free product updates, new product releases and gold support for 1 year) , RadControls for WinForms - Renewal Post Expiry 3-4 Developer License - Subscription (Post Expiry) Renewal (free product updates, new product releases and gold support for 1 year) - price per license , RadControls for WinForms - Renewal Post Expiry 5-9 Developer License - Subscription (Post Expiry) Renewal (free product updates, new product releases and gold support for 1 year) - price per license , RadControls for WinForms - Renewal Post Expiry 10-15 Developer License - Subscription (Post Expiry) Renewal (free product updates, new product releases and gold support for 1 year) - price per license , RadControls for WinForms - Renewal Post Expiry 16 or more Developer License - Subscription (Post Expiry) Renewal (free product updates, new product releases and gold support for 1 year) - price per license , RadControls for WinForms Q2 2008 SP1 - Upgrades 1 Developer License - with Subscription and Source Code Upgrade from previous version , RadControls for WinForms Q2 2008 SP1 - Educational and Non-profit Licenses 1 Developer License , RadControls for WinForms Q2 2008 SP1 - Educational and Non-profit Licenses 1 Developer License - with Subscription and Source Code

Resources: Read the RadControls for WinForms help file, Read the RadControls for WinForms License Agreement, Download the RadControls for WinForms Q2 2008 SP1 evaluation on to your computer - Displays Evaluation Messages

Operating System for Deployment: Windows XP

Architecture of Product: 32Bit

Product Type: Component

Component Type: .NET WinForms

Compatible Containers: Microsoft Visual Studio 2008, Microsoft Visual Studio 2005, Microsoft Visual Basic 2008, Microsoft Visual Basic 2005, Microsoft Visual C++ 2008, Microsoft Visual C++ 2005, Microsoft Visual C# 2008, Microsoft Visual C# 2005, .NET Framework 3.5, .NET Framework 3.0, .NET Framework 2.0

Product Class: Business Components

Keywords: telerik telerick r.a.d. r.a.d Product Suites Suite bundles bundle Enterprise Partner telerik rad r.a.d controls suite radcontrols control radcontrolsuite controlsuite controlssuite radcontrolssuite radcontrol control controlsuite teleriks telerick teleric telerics telericks telerix bundle win forms form windowsforms windows window

Recherche produit

Entrez vos critères de recherche :

Galerie de copies d'écran

Award