Telerik UI for Silverlight R3 2016 SP1 2016.3.1024 Retail » Developer.Team

Telerik UI for Silverlight R3 2016 SP1 2016.3.1024 Retail

Telerik UI for Silverlight R3 2016 SP1 2016.3.1024 Retail
Telerik UI for Silverlight R3 2016 SP1 2016.3.1024 Retail | 46 Mb


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.

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 you’ve worked with the Silverlight Framework and Microsoft’s XAML Controls, you’ll get up and running fast in Telerik UI Controls for Silverlight

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 2016 SP1

AutoCompleteBox
FIXED

    A Binding error is printed in the Output on start-up for WatermarkTextBox.
    A StackOverflow exception is thrown when the ItemsSource and the SelectedItems are of type "int".
    Presing Esc does not close the DropDown, instead NoResults text is shown.
    NoResults dropdown is shown when there is a SearchText set and tab is pressed.

CHANGED

    The watermark color wasn't consistent with other Input controls for some themes. The change affects Office Black, Office Blue, Office Silver, Office 2013, Summer, Transparent, Vista and Windows7 themes.

BusyIndicator
CHANGED

    The control is not vertically centered in Windows8Touch theme. 

Buttons
FIXED

    A NullReferenceException may occur in the loaded event of the control.

ComboBox
FIXED

    Editable RadComboBox does not update its focused state when disabled.

DataForm
FIXED

    Triggering validation when DataForm is empty causes an exception.

DateTimePicker
FIXED

    SelectedDate property gets updated twice when the date is selected through the Calendar in the drop down.

Diagrams
FIXED

    Bezier connection is not deserialized correctly.
    BezierConnection is changed unexpectedly on dragging / rotating if bezier handles are already changed by code or manually.
    Editing a RadDiagramShape does not take into account the FontSize of the shape.
    Bezier handles are not moved when floating connection is modified and then slowly dragged.

Docking
FIXED

    Second Splitter is created and when dragged NullReference exception is thrown.
    The compasses don't disappear when reordering panes in Deferred DragDropMode.
    Loading the Layout while BusyIndicator is running, results in a PaneGroup with no SelectedPane.
    AutoHideArea DisplayClass memory leak.
    ElementName bindings are broken in DocumentHost if RadDocking is not loaded in the VisualTree.
    Loading a layout containing a single empty RadPaneGroup inside the DocumentHost causes the IsInDocumentHost property of the group to return false.
    ElementLayoutCleaning Cancel doesn't work as expected for panes in the DocumentHost.
    RadPanes docked in the header area of the DocumentHost are not saved in SaveLayout.

GanttView
FIXED

    Selection using Shift + Click does not work.
    The expand button is not shown if a task is added to the TasksSource after it is initialized.

GridView
FIXED

    SelectedCells are available after removing the corresponding Item.
    Null value cells are not filtered when OptimizeDistinctFilterQuery of GridViewDataColumn is set to True.
    GridView with SelectionUnit="Cell" and IsSynchronizedWithCurrentItem="{x:Null}" selects all cells from first row on initialization when ItemsSource is a ListCollectionView.
    Setting ShowColumnHeaders property to "False" hides the upper border of the control in Windows8 theme.
    There is 1px border on top of the grid when ShowGroupPanel and ShowColumnHeaders are set to False in VisualStudio2013 theme.
    Copying when hidden columns are present is inconsistent.
    When SelectionUnit is Cell and a sorting is applied, a selected cell is removed from the SelectedCells collection, but SelectedCellsChanged event is not raised.
    InvalidOperationException when group GridView in an application with multiple UI threads.
    New Row is added when commit edit in Paged RadGridView bound to QCV(AsNoTracking Source).
    Pasting rows when ClipboardPasteMode has flag AllSelectedRows is inconsistent when there are invisible columns.
    Move commands do not function correctly when ItemsSource is VirtualQueryableCollectionView and RadGridView is sorted.
    Aggregate Functions are not visible in GridViewFooterRow.

ListBox
FIXED

    When the ItemsPanel is set to VirtualizingStackPanel which Orientation is set to Horizontal, selecting an item moves it to the rightmost position.
    Selecting an item that is already virtualized doesn't scroll to that item when the ItemsPanel is set to VirtualizingStackPanel which Orientation is set to Horizontal.
    ListBoxPanel throws NullRefference exception when RadListBox with the ListBoxPanel is used in OutlookBar.
    RadListBoxItem's text can not be read by a screen reader.

Map
FIXED

    Location.Parse method throws FormatException when the location string is saved via ToString() with de-DE culture.

Menu
FIXED

    Access Keys of MenuItems located in a second MenuGroupItem of a Submenu are not handled.

NumericUpDown
FIXED

    The value of RadNumericUpDown with UpdateValueEvent set to PropertyChanged is not updated when the Delete key is pressed.

OutlookBar
NEW

    VerticalResizerStyle property added for easier customization of the resizer thumb.

FIXED

    Foreground of MinimizedButton remains dark on MouseOver in Expression_Dark theme.
    Cannot apply templates using ItemTemplateSelector property.

PDF Viewer
FIXED

    CMYK color conversion is not correct which leads to darker image colors.

PdfProcessing
FIXED

    Text fragments in nested tables are drawn in wrong order.
    InvalidCastException is thrown while importing indirect reference inside CID font widths array.

PivotGrid
FIXED

    PercentDifferenceFrom TotalFormat applies wrong string format for calculated aggregate descriptions.

PropertyGrid
FIXED

    MemoryLeak when updating the Item property.
    An instance of nested custom data type with null value is created when PropertySets are used.
    When RadPropertyGrid is placed in RadPane, its loading performance degrades after a few open-close actions.
    Nested PropertyDefinitions cannot be added at run-time after changing the initial Item value.

RibbonView
FIXED

    AutoClose functionality of SubMenu (DropDownButton) inside ApplicationMenu does not work as expected.
    ApplicationMenu items don't respect the theme when it is changed at runtime.
    The Backstage does not close in case it has been initially opened and another RibbonTab is later opened as well.

RichTextBox
NEW

    PDF format provider: Introduced export of images to PDF with DCTDecode when the compression mode is Automatic or Jpeg.
    Section columns dialog: Implemented closing the dialog when "Enter" is pressed.

FIXED

    PDF format provider: Exporting document with transparent image and opening it in Adobe Reader results in missing image.
    The backslashes in hyperlinks pointing to local files are duplicated on import.
    NullReferenceException is thrown when visualizing DOCX file containing hyperlink without navigational information.
    PDF format provider: Corrupted PDF document is generated when exporting DOCX file containing PNG images with JPEG extension and PdfImagesCompressionMode property set to Automatic or None.
    PDF format provider: Invalid document is generated when exporting PNG image SMask with non-default ImagesDeflaterCompressionLevel export setting.
    PDF format provider: IndexOutOfRangeException is thrown when exporting list level without level text.
    Section columns dialog: "Line between" and "Equal column width" checkboxes are not disabled when one column is selected.
    "Line between" option is not persisted when selecting column type through SectionColumns drop down.
    When "Equal column width" is unchecked and then Columns dialog is closed and reopened, last column's RadNumericUpDown button for spacing gets enabled.
    Column separator is not added between last two columns in some circumstances (e.g when 9, 12 or 13 column count is applied).
    Section columns dialog: Section column numbers are enabled when the respective row is disabled.
    Text in a section before continuous section break is not evenly distributed among columns. As a result the height of some columns is bigger than the height of other columns.
    The Textblocks in Page Setup ribbon group dropdowns have their FontWeight changed from Bold to Normal (default) applied.
    When changing the size or orientation of all sections divided by continuous section break, the sections are split into separate pages.
    RTF format provider: A table with applied table style with conditional styles for the first row and column is not exported correctly to RTF format. When the document is opened in MS Word the top left cell has a missing background.
    Converting a document from RTF to DOCX format results in paragraphs with applied list style.
    RTF format provider: When a document with conditional table style is exported and opened in MS Word, some span properties are not updated.
    Fixed increased watermark opacity.

ScheduleView
FIXED

    Appointments with Start and End time 00:00 are not displayed in MonthViewDefintion.
    CurrentVisibleRangeText is not formatted correctly in WeekViewDefinition when the VisibleRange.End is the last day of the month.

SpreadProcessing
NEW

    Added support for importing dates which are saved in the document as standard date strings.

FIXED

    Setting values to cells referred from formulas causes memory leak and performance issues.
    Improved the performance of exporting documents containing many cells and rows with set properties.

Spreadsheet
NEW

    Added support for importing dates which are saved in the document as standard date strings.

FIXED

    Cancel button in Custom Sort Lists dialog has incorrect margin and the list entries are clipped.
    MoveToPreviousPage and MoveToNextPage images in PrintPreviewControl are not visible in some themes.
    Setting values to cells referred from formulas causes memory leak and performance issues.
    Improved the performance of exporting documents containing many cells and rows with set properties.
    Exception is thrown when Custom sort dialog is opened with ExpressionDark theme applied since BorderBrush resource is missing.

TileList
FIXED

    NullReferenceException is thrown when performing a touch action over a Tile which is placed outside of RadTileList.

TileView
NEW

    Enabled reordering of TileViewItems when in Minimized mode.

Toolbar
FIXED

    Setting Background to Transparent does not affect the control in horizontal and vertical orientation.
    RadToolBarSeparator can't be seen in Windows8Touch theme.

TreeList
FIXED

    Clearing nested hierarchy when filtering is applied breaks filtering expression.
    Expanded TreeListViewRow cannot be collapsed when SelectionMode is set to "Extended" and a child node is selected.

TreeView
FIXED

    The ItemClicked event is fired on MouseUp with no MouseDown on the same RadTreeViewItem.

Upload
FIXED

    The last web response contains incorrect information.

Window
FIXED

    Setting MaxWidth and MaxHeight to RadWindow makes moving it impossible.


[/b]

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