Telerik UI for Silverlight R2 2016.2.613 Retail » Developer.Team

Telerik UI for Silverlight R2 2016.2.613 Retail

Telerik UI for Silverlight R2 2016.2.613 Retail
Telerik UI for Silverlight R2 2016.2.613 Retail | 48 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 R2 2016 SP1

AutoCompleteBox
FIXED

    Exposed override for HandleKeyDown method.
    SearchText is not cleared when SelectedItem is set to null.

Breadcrumb
FIXED

    The path in the SplitButton of the BreadCrumbItem is not visualized correctly in press state in VisualStudio2013 theme.

Buttons
FIXED

    Focus state border is visible in Pressed state.
    Missing pressed state path fill of DropDownPart in RadSplitButton in VisualState2013 theme.
    Missing hover state of DropDownPart inside RadSplitButton for VisualStudio2013 theme.

CHANGED

    When the DropDownIndicatorVisibility property of SplitButton is set to Collapsed, it collapses the DropDownPart toggle button instead of the indicator.

ChartView
FIXED

    Candlestick and OhlcStick are not being updated when its data point's Close and Open values are changed at runtime.
    PointSeries does not respect the PointSize when a DefaultVisualStyleSelector provides a Style with no Width and Height setters.

ComboBox
FIXED

    RadToolTipService.ToolTipContent is disregarded when getting HelpText.

DataForm
NEW

    DataFormValidationSummary control can be used outside the context of RadDataForm.

Diagrams
FIXED

    SettingsPane's popup is positioned wrong when it is opened too close to the screen upper or lower bounds.
    Horizontal/Vertical ContentAlignment properties of the DiagramConnection do not apply when they are set in style.

Docking
FIXED

    Some Panes are rendered incorrectly when DragDropMode is set to Deferred and the layout is changed and saved.
    The dock operation could not be performed when trying to dock a Pane to the Root Compass that is over the dragged Pane and DragDropMode is set to Deferred.
    ToolWindow remains hidden when AnimationManager is disabled and ToolWindow is hidden and shown in two consecutive calls.
    There is a memory leak when a context menu is used on floating panes.
    ElementSaving event is not raised when LoadLayout(stream, true).

DragDrop Manager
FIXED

    DropVisual has missing brush resources for Windows8Touch theme.

GanttView
FIXED

    The TaskEdited event is called in a loop if the TasksSource is cleared in this event.
    The CurrentUICulture's time format is disregarded in the TimeRuler and the dragging/resizing Tooltip of the control.

GridView
FIXED

    GridViewHeaderRow and GridViewFooterRow instances leak when themes are changed at run-time.
    A memory Leak is observed when StyleManager.Theme is set and there is a custom RowStyleSelector assigned.
    Validation errors with IDataErrorInfo overwrite column tooltip message and the last is not visible even the error is corrected.
    Frozen column and FlowDirection="RightToLeft" leads to overlapped content after scrolling.
    Wrong column width for GridViewSelectColumn and GridViewToggleRowDetailsColumn when RadGridView.ColumnsWidth property is star.
    GridViewColumn's sorting state is not updated if a ColumnSortDescriptor is added at run-time.
    Adding new row causes NullReferenceException in a scenario with RadComboBox in CellEditTemplate.
    NullReferenceException in FilterDescriptorCollectionExpressionBuilder.CreateBodyExpression().
    GroupRenderMode property is not copied to the inner grids in a hierarchy.
    GridViewComboBoxColumn displays the object type in edit mode when having ItemTemplate and TextPath is set directly to the ComboBox through style.
    Row gets invalid after scrolling it out and in the viewport with ValidationType set to None and INotifyDataErrorInfo implemented.
    CellDoubleClick and RowActivated events are raised on a single Tap.
    Changing the IsExpanded property through an implicit style for GroupHeaderRow results in NullReferenceException.
    GridViewRow instances leak when themes are changed at run-time.
    GridViewCellValidatingEventArgs.OldValue argument is not correct when using GridViewComboboxColumn.

Image Editor
FIXED

    Localization strings in Shape, Canvas Resize, Resize and Draw Text tools and their settings are not updated when the culture is changed during the application's lifetime.

ListBox
FIXED

    ArgumentException is thrown in RadListBox on a touch device when ESC key is pressed.
    Empty space bar key input is disregarded when IsTextSearchEnabled is set to True.

MaskedInput
FIXED

    In RadMaskedNumeric/CurrencyInput when the Value is null the "minus" after clear is still displayed.
    Minus sign disappears when no mask is set (Mask="") and UpdateValueEvent is set to LostFocus.

MS Controls
FIXED

    CheckBox changes its state in VisualStudio2013 theme when mouse left button down is pressed on the control and mouse up is performed elsewhere.

CHANGED

    Focus Border of TextBox is not applied for Read-Only mode.

NumericUpDown
FIXED

    Value of the control in read only mode is updated on lost focus.
    The buttons are misplaced when ShowTextBox is set to false in Windows8Touch theme.
    There is no value set for MinHeight in Windows8Touch theme.

CHANGED

    There is too much space around the text when ShowButtons=False in Windows8Touch theme.

OutlookBar
FIXED

    Overflow button missing MouseOver and Checked states in ExpressionDark, Office2013, Windows8 and Windows8Touch themes.

PDF Viewer
FIXED

    NullReferenceException is thrown when loading document with unsupported zip encoding.
    When printing a document, only the content of the currently loaded page is printed while the other pages are empty.

PdfProcessing
FIXED

    When an image doesn't have ColorSpace specified, ImageMask property is not exported which results in invalid document.
    Glyphs are positioned with big horizontal distance due to wrong import of CidFonts Widths property.
    Exception is thrown when empty Pdf Name object is not parsed as empty name.

PivotGrid
FIXED

    GrandTotal is null when QueryableDataProvider is used and there is a row header with null value.

RibbonView
FIXED

    RibbonTabStripPanel is still visible when all RadRibbonTabs and the ApplicationButton are Collapsed in Expression Dark theme.
    There is 1px redundant top padding in RibbonComboBox dropdown.
    Margin between groups and separators in Office2013 theme extended from 4px to 5px.
    Inconsistent spacing between image and text in RibbonSplitButton.
    RadRibbonTab can not be selected when the backstage is open initially.
    BorderBrush of ToggleButton inside RibbonComboBox is not applied.

CHANGED

    RadRibbonSplitButton is not aligned correctly compared to other ribbon buttons when Size is Large.

RichTextBox
NEW

    Updated "hover" and "press" states for ImageMiniToolBar close button for Visual Studio 2013, Office 2013 and Windows 8 themes.
    Introduced support for converting vertical tab symbol to line break.

FIXED

    DOCX format provider: When the forecolor of a style is changed through the dialog, the theme color is not cleared.
    PDF format provider: Images are exported with wrong stream length which leads to error message when trying to save the exported PDF file and images are lost.
    Memory leak in TableStylesGallery results in keeping a reference to a previous RadDocument instance.
    PDF format provider: Real numbers are exported in Exponential format.
    Docx format provider: When the background color of Paragraph, Table or TableCell is set to Auto, the imported color is white instead of transparent.
    When Page break is inserted through the RibbonUI, the current paragraph ends on the next page, instead of right after the break.

ScheduleView
FIXED

    The Category of an Appointment is not updated when CategoriesSource is changed at runtime.
    RecurrenceChoiceDeleteDialog should show when more than one recurring appointments are selected and then deleted.
    Export to ICal does not handle the TimeZone properly.

SpreadProcessing
FIXED

    Importing a Workbook which contains Chart sheet throws exception.
    OutOfMemory exception is thrown when exporting workbook containing a large number of worksheets.
    The XML documentation of the methods GetIsLocked, SetIsLocked, ClearIsLocked is wrong.
    WorkbookContentChanged event stops firing after using fill series.
    When TextLengthDataValidationRule is applied to a cell formatted as text, the rule treats valid text as invalid.

Spreadsheet
FIXED

    "Protect sheet" title of the protect sheet button is on a single line, instead of two lines.
    "Protect Workbook" dialog is with incorrect height in all themes.
    'Find what' and 'Replace with' textboxes in 'Replace' tab of 'Find and Replace' dialog have different heights in Visual Studio 2013 theme.
    Sort dialog: 'Then by' text is clipped in Windows8Touch theme. Text and icon of "Copy Level" button are blurred in all themes.
    Importing a Workbook which contains Chart sheet throws exception.
    OutOfMemory exception is thrown when exporting workbook containing a large number of worksheets.
    The XML documentation of the methods GetIsLocked, SetIsLocked, ClearIsLocked is wrong.
    WorkbookContentChanged event stops firing after using fill series.
    When TextLengthDataValidationRule is applied to a cell formatted as text, the rule treats valid text as invalid.
    Unexpected PROPERTYELEMENT error is thrown when RadSpreadsheet is merged from file with build action Page.
    Memory leak when showing PrintPreview.
    Small visible size and scrolling cause ArgumentOutOfRangeException.
    The border of Borders button (BordersMenu) is lost in disabled state in VisualStudio2013 theme.

Timeline
FIXED

    Timeline item cannot be selected, when using custom DataTemplates for the timeline items.

Toolbar
FIXED

    DropDown's popup overlaps the OverflowButton in Office2013 theme.
    Missing Checked visual state of OverflowToggleButton in Office2013 and Windows8 themes.
    Overflow Popup is not aligned properly under the OverflowToggleButton in Office2013 and Windows8 themes.

TreeList
FIXED

    InvalidOperationException is thrown when modifying the RadTreeListView ItemsSource in specific scenarios.

TreeView
FIXED

    When the tree is disabled, ExpandItemByPath() and GetItemByPath() do not work.

Upload
FIXED

    The RadUpload JSON data does not escape correctly the double quotas symbol.

Window
FIXED

    Setting FocusManager.FocusedElement throws an Error: 4 in the output and the element is not focused.

ZipLibrary
FIXED

    Updating zip file which contains Zip64ExtraFiled for UncompressedSize generates invalid zip file.
    Cannot get more than 65535 entries from a Zip archive containing more entries than that.


[/b]

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