Telerik UI for Silverlight R3 2018 SP1 (2018.3.1016) Retail
Telerik UI for Silverlight R3 2018 SP1 (2018.3.1016) 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:
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 R3 2018 SP1
All Controls
FIXED
Updated templates of CheckBox and RadioButton in Windows8Touch theme and their pressed states to remove wrong and obsolete margins.
AutoCompleteBox
FIXED
Setting the MinDropDownWidth property of AutoCompleteBox is not respected in Office2013, Office2016, Material and Fluent themes.
Gauges
FIXED
Marker is clipped when near the end of the scale in Vertical / Horizontal linear gauge.
GridView
FIXED
Value types with the same numeric value and a different type are not properly resolved by the distinct value filter.
FontSize property was not applied to the GridViewFooterCell in Windows 8 theme and newer.
Setting the DisplayIndex of a column when the refresh is deferred results in an InvalidOperationException.
Excessive CPU usage when GroupRenderMode is set to Flat RowDetailsTemplate is used and RowDetailsVisibilityMode is set to True.
ArgumentOutOfRangeException is thrown when performing a Collectionchange with Replace action on the underlying collection and there's an applied FilterDescriptor.
Keyboard navigation does not work as expected when there are frozen columns on the right.
When the ClipboardPasteMode is InsertNewRows and a paste is performed, the newly added cells are added to the SelectedCells collection, which results in incorrect data in the clipboard when the SelectionUnit is FullRow and the SelectionMode is Single.
ArgumentException is raised when executing the SearchByText Command and ShowSearchPanel is False.
Search text is lost when switching themes.
Heatmap
NEW
Expose the IHeatMapSource interface and few methods of the HeatMapDefinition class in order to allow creating a custom heatmap source and definition.
MaskedInput
FIXED
Single 'f' mask token results in doubled 'ff' format when editing the value.
Milliseconds sections 'f' or 'ff' are not parsed correctly in DateTimeInput while editing.
Wrong value in CurrencyInput when typing more than 3 digits in Culture whose CurrencyDecimalSeparator/NumberDecimalSeparator and CurrencyGroupSeparator/NumberGroupSeparator have different values.
Editing fails to produce Value and Text is wrong in CurrencyInput with Culture whose currency symbol contains the group separator symbol.
PDF Viewer
FIXED
Missing text because of handled NullReferenceException when simple encoding is initialized with NULL name.
PdfProcessing
NEW
Implement import and export for "W*" clipping operator.
Implemented import for "b" geometry operator.
FIXED
InvalidCastException is thrown while importing font descriptor used by different types of fonts.
NullReferenceException is thrown when importing document with XFA fields.
Invoking ToString() of a PdfHexString containing empty string leads to IndexOutOfRangeException.
PivotGrid
FIXED
PropertyGroupDescription does not localize the dates using the LocalDataSourceProvider Culture.
PropertyGrid
FIXED
FlagEnumEditor does not update its UI after setting the bound value to be the default enum value.
RichTextBox
NEW
RadRichTextBox.Foreground property is used as style property for the document when DocumentInheritsDefaultStyleSettings is set to true.
FIXED
Underline style cannot be changed from Font Properties dialog when another underline style is already applied.
Borders and shadows are missing around the control in Fluent and Material themes
ArgumentException is thrown when importing RTF documents in multiple threads.
Setting underline decoration using instances of the public classes instead the properties of the static UnderlineTypes leads to NullReferenceException when exporting the document to XAML.
ContextMenu icons are not updated when theme is changed
SpreadProcessing
FIXED
ArgumentException is thrown when exporting characters not supported in XML.
TreeList
FIXED
An InvalidOperationException is thrown while the bound collection is filtered and the tree lines are visible.
TreeView
FIXED
Removed gap between CheckBox/RadioButton elements by collapsing Image in TreeView if there is no source for it.
All Controls
FIXED
Updated templates of CheckBox and RadioButton in Windows8Touch theme and their pressed states to remove wrong and obsolete margins.
AutoCompleteBox
FIXED
Setting the MinDropDownWidth property of AutoCompleteBox is not respected in Office2013, Office2016, Material and Fluent themes.
Gauges
FIXED
Marker is clipped when near the end of the scale in Vertical / Horizontal linear gauge.
GridView
FIXED
Value types with the same numeric value and a different type are not properly resolved by the distinct value filter.
FontSize property was not applied to the GridViewFooterCell in Windows 8 theme and newer.
Setting the DisplayIndex of a column when the refresh is deferred results in an InvalidOperationException.
Excessive CPU usage when GroupRenderMode is set to Flat RowDetailsTemplate is used and RowDetailsVisibilityMode is set to True.
ArgumentOutOfRangeException is thrown when performing a Collectionchange with Replace action on the underlying collection and there's an applied FilterDescriptor.
Keyboard navigation does not work as expected when there are frozen columns on the right.
When the ClipboardPasteMode is InsertNewRows and a paste is performed, the newly added cells are added to the SelectedCells collection, which results in incorrect data in the clipboard when the SelectionUnit is FullRow and the SelectionMode is Single.
ArgumentException is raised when executing the SearchByText Command and ShowSearchPanel is False.
Search text is lost when switching themes.
Heatmap
NEW
Expose the IHeatMapSource interface and few methods of the HeatMapDefinition class in order to allow creating a custom heatmap source and definition.
MaskedInput
FIXED
Single 'f' mask token results in doubled 'ff' format when editing the value.
Milliseconds sections 'f' or 'ff' are not parsed correctly in DateTimeInput while editing.
Wrong value in CurrencyInput when typing more than 3 digits in Culture whose CurrencyDecimalSeparator/NumberDecimalSeparator and CurrencyGroupSeparator/NumberGroupSeparator have different values.
Editing fails to produce Value and Text is wrong in CurrencyInput with Culture whose currency symbol contains the group separator symbol.
PDF Viewer
FIXED
Missing text because of handled NullReferenceException when simple encoding is initialized with NULL name.
PdfProcessing
NEW
Implement import and export for "W*" clipping operator.
Implemented import for "b" geometry operator.
FIXED
InvalidCastException is thrown while importing font descriptor used by different types of fonts.
NullReferenceException is thrown when importing document with XFA fields.
Invoking ToString() of a PdfHexString containing empty string leads to IndexOutOfRangeException.
PivotGrid
FIXED
PropertyGroupDescription does not localize the dates using the LocalDataSourceProvider Culture.
PropertyGrid
FIXED
FlagEnumEditor does not update its UI after setting the bound value to be the default enum value.
RichTextBox
NEW
RadRichTextBox.Foreground property is used as style property for the document when DocumentInheritsDefaultStyleSettings is set to true.
FIXED
Underline style cannot be changed from Font Properties dialog when another underline style is already applied.
Borders and shadows are missing around the control in Fluent and Material themes
ArgumentException is thrown when importing RTF documents in multiple threads.
Setting underline decoration using instances of the public classes instead the properties of the static UnderlineTypes leads to NullReferenceException when exporting the document to XAML.
ContextMenu icons are not updated when theme is changed
SpreadProcessing
FIXED
ArgumentException is thrown when exporting characters not supported in XML.
TreeList
FIXED
An InvalidOperationException is thrown while the bound collection is filtered and the tree lines are visible.
TreeView
FIXED
Removed gap between CheckBox/RadioButton elements by collapsing Image in TreeView if there is no source for it.
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.