Download Telerik UI for Silverlight R2 2020 (version 2020.2.513) Retail

Telerik UI for Silverlight R2 2020 (version 2020.2.513) Retail

Telerik UI for Silverlight R2 2020 (version 2020.2.513) Retail
Telerik UI for Silverlight R2 2020 (version 2020.2.513) Retail


Telerik UI for Silverlight includes a wide range of controls from small UI components such as Rating to powerful data-driven controls like GridView. The suite provides a variety of data visualization tools which allow you to display and edit your data in many different ways. Manipulate your row data in a GridView or Spreadsheet and then visualize it through PivotGrid, or any of the other charting and diagramming tools. Choose from a number of components for daily or business planning such as ScheduleView where users can easily plan their day and GanttView which allows users to visualize and manage any project planning data. Telerik UI for Silverlight comes complete with customizable UI controls for a variety of needs and options, which makes it the ideal choice for any Line of Business Application.

Professional-Looking Themes
Give your applications the slick professional look by applying our built-in themes. Telerik UI for Silverlight ships with more than ten professionally designed themes. Windows8 and Windows8Touch, let you apply styling in real-time. While the new Office 2013 theme mimics the look and feel of Microsoft Office 2013.

Themes include:
Visual Studio 2013
Office2013
Windows8
Windows8Touch
Summer
Vista
Windows7
Expression_Dark
Transparent
Office_Black
Office_Blue
Office_Silver


Exceptional Performance and User Experience
Telerik UI for Silverlight enhance user experience by providing both UI and data virtualization. Use Telerik UI Controls to display large amounts of data, with virtually no performance trade-off. What you get is exceptional performance and a sleek end-user experience. Telerik UI Controls make your apps fast by:

Producing minimal and clean XAML
Allowing you to load only the data within the current viewport of the application
Implementing lazy loading loading data only when it is requested
Minimizing memory usage, robust code free from memory leaks

Document Processing

Two new components enable you to process the most common spreadsheet and PDF file formats without having Microsoft Office or other third-party libraries installed. Your application users will be able to create, load and modify documents in a variety of formats including:

PDF
XLSX
CSV
Tab-delimited

Enable your application to seamlessly export and import documents or convert them from one format to another. All thanks to the intuitive and easy-to-use APIs.

MVVM Support
Software development is made easier with the ability to drag-and-drop a complex control from our toolbox, wire up a few events, receive quick functionality, and then move on to the next work item. Those functionalities, however, do not guarantee that the software created is well structured, easily extensible, and unit testable. MVVM resolves those issues. Telerik UI for Silverlight fully supports MVVM, allowing you to create reliable, well-structured and easily maintainable applications.

Touch Support
The built-in touch support and the Windows8Touch theme make your Telerik UI for Silverlight powered applications run smoothly on a touch device.

Export Support
Export the data that different controls display with a functionality that enables your users to view and manipulate their data even after an application is closed. Telerik UI for Silverlight provides you out-of-the-box export functionalities and options. Most of the data-driven controls allow you to export data to a variety of formats.

UI for Silverlight R2 2020

What's New
NEW

Introduced support for creating custom time indicators and controlling their current time in the ScheduleView component.

Diagrams
FIXED

System.IO.IOException is thrown in some scenarios when the DiagramCursors are created.

ExpressionEditor
FIXED

Setting the ExpressionText to null causes a NullReferenceException.

GridView
NEW

Introduced a property called MouseWheelScrollLines which determines how many rows are scrolled with the mouse wheel.

FIXED

Degraded performance when loading items from a background thread, one by one, using the Add method. You can also improve the performance by using the new CrossThreadCollectionchangedInterval property.
Fixed delete functionality when the RadGridView is populated with items implementing from IList.

Map
NEW

Introduced the ClustersInvalidated event in VisualizationLayer which notifies when clusters are re-calculated.

FIXED

Cannot specify multiple HazardousMaterials and multiple HazardousPermits in the BingRestTruckRouteRequest.
The layer property is not updated when changing the Open Street Maps layer in the UI.
TheMode property of ArcGisMapProvider is not updated when the mode is changed from the UI.
KMLReader does not read more than one InnerBoundaryIs tag.

PDF Viewer
NEW

Introduced API for refreshing the page UI after a change in the page content.

FIXED

Missing text content caused by handled InvalidCastException while parsing Type1 font file.

PdfProcessing
NEW

Provided API for clearing the registered fonts in the FontsRepository.
Support for WMF/EMF images when exporting documents to PDF.
Implemented rename functionality for interactive form fields.
Provided an Exception handling mechanism when importing and loading documents content.

FIXED

ArgumentException is thrown while importing choice field with an empty string for a value.
Incorrectly applied glyph widths after importing and exporting a document.
Whitespaces are ignored when exporting text with char spacing using TextFormatProvider.
Form Fields are not copied when merging documents.
Importing DecodeParms containing null or stream object results in missing image.
Inserting large image file with non-default ImageQuality setting causes OutOfMemoryException.
ImageQuality property is not retrieved properly from the format provider.

PivotGrid
FIXED

Wrong translation of the "Sort Z to A" string in French culture.

RichTextBox
FIXED

Typing using Telugu generates additional spaces after the typed content.
After restarting the numbering of a level, the upper-level numbering is also modified.

ScheduleView
NEW

Introduced support for creating custom time indicators and controlling their current time in the ScheduleView component.

FIXED

The default appointment tooltip is not themed correctly when the theme is set using StyleManager.

Slider
NEW

Exposed ThumbToolTipStyle property. It can be used to customize the ToolTip of the slider thumbs.

SpreadProcessing
FIXED

Cell references are not translated to other worksheets after inserting/removing rows/columns from the worksheet containing the cell reference.
The Lookup function does not work with text values.
NullReferenceException is thrown when importing documents containing elements in a non-default namespace.

Spreadsheet
FIXED

Cell references are not translated to other worksheets after inserting/removing rows/columns from the worksheet containing the cell reference.
NullReferenceException is thrown when importing documents containing elements in a non-default namespace.
Synchronize print settings from WorksheetPageSetup to the printer when printing.

TabControl
NEW

Introduced visual states and triggers which represent the currently selected tab item inside the control's DropDown menu.

TreeList
FIXED

Expander buttons are clipped when there is a horizontal scrollbar.
MouseOver or Expand/Collapse effect appears on a different row (the recycled one) from the clicked one.
TreeListViewRows are collapsed unexpectedly while scrolling in scenarios with IsExpandedBinding and TabNavigation set to Once

CHANGED

TreeListViewRowAutomationPeer now overrides GetLocalizedControlTypeCore and returns 'tree list view row' instead of 'grid view row'.

TreeView
NEW

Provided ability to set the HorizontalScrollBarVisibility and VerticalScrollBarVisibility properties of the ScrollViewer through TemplateBindings instead of using hard-coded values.

FIXED

Selection is not updated when using the arrow keys if the currently selected item is outside the viewport.

Upload
CHANGED

TargetPhysicalFolder of RadUpload is not read in the UploadHandler due to security restrictions. Users can still create a custom upload handler and override the Initialize method to get the TargetPhysicalFolder property set from the Silverlight RadUpload.The default folder for uploading files is now "App_Data/UploadedFiles" files due to security restrictions. The TargetFolder of RadUpload is used to specify a child folder name or child folder path of App_Data folder. Uploading outside the App_Data folder is now forbidden. Still, users can implement a custom upload handler and override GetTargetFolder to avoid this restriction.


Intuitive API
Telerik UI for Silverlight has a short learning curve and is easy to use. The suite provides for:

Seamless integration with your Visual Studio Toolbox for quick drag and drop usage
Feature configuration using Design-time Wizards
Easy to learn API
The Telerik UI Controls API is a close mirror of Microsoft. If youve worked with the Silverlight Framework and Microsofts XAML Controls, youll get up and running fast in Telerik UI Controls for Silverlight

Only for V.I.P
Warning! You are not allowed to view this text.