TelerikUI for WPF Q3 2015 SP1 (version 2015.3.1104) Retail » Developer.Team

TelerikUI for WPF Q3 2015 SP1 (version 2015.3.1104) Retail

TelerikUI for WPF Q3 2015 SP1 (version 2015.3.1104) Retail
TelerikUI for WPF Q3 2015 SP1 (version 2015.3.1104) Retail | 346 Mb


Telerik UI for WPF includes a wide range of controls – from small UI components like Rating to powerful data-driven controls like GridView. The suite provides a variety of data visualization tools to allow you to display and edit your data. Manipulate your row data in a GridView or Spreadsheet and then visualize it through PivotGrid, our charting or diagramming tools. Discover multiple 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 WPF comes complete with customizable UI controls for a variety of needs and options, which makes it the ideal choice for any Windows desktop application.

Professional-Looking Themes

Give your applications the professional look by applying our built-in themes. Telerik UI for WPF ships with more than ten professionally designed themes. Windows8 and Windows8Touch let you apply styling in real-time. While the new Visual Studio 2013 theme mimics the look and feel of VS 2013.Themes include:

Visual Studio 2013
Office2013
Windows8
Windows8Touch
Summer
Vista
Windows7
Expression_Dark




Exceptional Performance and User Experience

Telerik UI for WPF enhances user experience by providing both UI and data virtualization. Use Telerik’s 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 makes 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.



Intuitive API
Telerik UI for WPF 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 API is a close mirror of Microsoft. If you’ve worked with the WPF Framework and Microsoft’s XAML Controls, you’ll get up and running fast in Telerik UI for WPF.



Document Processing

Three components enable you to process the most common text, 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:

DOCX
RTF
TXT
HTML
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

The ability to drag-and-drop a complex control from our toolbox, wire up a few events, receive quick functionality, then move on to the next work item makes your software development easier. 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 WPF fully supports MVVM, allowing you to create reliable, well-structured and easily maintainable applications.




UI for WPF Q3 2015 SP1

November 04, 2015
All Controls
FIXED

    The Text property of the MS TextBox is not shown in the CodedUI and it has Telerik.UIA technology name when the Extension.Core assembly is used.
    TextBox is not recognized properly if nested in another control when recording CodedUI test.

AutoCompleteBox
FIXED

    There is no highlighted item when pasting a letter using mouse interactions.
    NullReferenceException is thrown in the InitializeTextBoxPart() method when the control is disposed by its Dispose() method.

Calculator
FIXED

    Decimal numbers 0 after the decimal point are not displayed until a different than 0 number is entered.

ChartView
FIXED

    Axis is rendered incorrectly in a remove-add scenario.
    Chart produces a legend item without a marker fill when the series is collapsed initially.
    Non-positive values are incorrectly plotted as 1 on a logarithmic axis.

ComboBox
FIXED

    Shift + Tab navigation doesn't work as expected when deriving from ComboBox and overriding DP metadata of the IsEditable property.
    IsEditable ComboBox loses template binding background in Office2013 theme.

DateTimePicker
FIXED

    Exception is thrown when the ErrorTooltipContent is set to null and the current input cannot be parsed.
    DateTimePicker internally breaks OneWay binding to the SelectedValue when selecting through the UI.

Diagrams
FIXED

    StackOverflow exception is thrown when the diagram is layouted with AStarRouter and connection bridges.
    NullReferenceException is thrown by shape resizing.

GridView
NEW

    Support for disabling the export of particular columns. GridViewDocumentExportOptions exposes a new property - ExcludedColumns of type IList. When a column is added to that collection, it will not be exported.
    Changing CreateItem method's access modifier from internal virtual to protected internal virtual.

FIXED

    Setting DragElementAction to "ExtendedSelect" prevents from deselecting with Ctrl + mouse click.
    Changing AlternateRowBackground at run-time is not visually respected untill RadGridView is measured.
    RadGridView does not lose the focus when tabbing out and TabNavigation is set to Once.
    DataBinding is lost when setting a DataTemplate as ContentTemplate for GridViewCell.
    Style set through GroupFooterRowStyleSelector is not applied in case implicit styles are used.
    Style set through GroupFooterRowStyleSelector is not persisted when a group is expanded and collapsed.
    ArgumentNullException is thrown on sorting GridViewExpressionColumn without Expression property being set.
    Filter dialog does not close if user opens some of the combobox filters.
    Pressing Enter key when SelectionUnit is "Cell" does not move down the focus and selection.
    When a cell is marked as invalid by a data error (INotifyDataErrorInfo, IDataErrorInfo), entering valid content does not remove the error until the edit operation is commited.
    GridViewHeaderCells are not draggable when RadGridView is hosted in DropDownButton.DropDownContent.
    Updating language should not recreate DataMemberBinding if it has been null or modify its BindingMode.
    IsPropertyChangedAggregationEnabled property cannot be set using Style.
    NullReferenceException is thrown in SetIsTouchHitTestVisible when entering in edit mode of GridViewCombobox column.
    ArgumentNullException is thrown in StringFilterEditorAutomationPeer.GetChildrenCore method.

ListBox
NEW

    Added a new property "IsScrollIntoViewEnabled" that allows selection of an item without scrolling to it.

Map
FIXED

    IndexOutOfRangeException is produced when removing and adding points in PolylineData at runtime.

MaskedInput
FIXED

    MaskedCurrencyInput with French Culture throws FormatException when pressing Up / Down arrow keys.
    Cannot change value from 10 to 9 or from -1 to 0 in CurrencyInput and NumericInput with Mask="" and SpinMode="PositionAndValue".

Menu
FIXED

    MenuItem is not disabled when placed in MenuGroupItem and command's CanExecute returns false.

MS Controls
FIXED

    TextBox in Office2013 has a negative outer margin when disabled that hides parts of the hosting element.

NumericUpDown
FIXED

    When the ValueFormat is set and right-clicking the text, the Copy command in the ContextMenu is disabled as the selection from the text is lost.
    OneWay binding to the Value property cannot be used as the control breaks it.

PDF Viewer
FIXED

    When scrollbar width is changed, Fit To Width option does not set the width to fit the screen.
    PDF document containing two cross reference tables does not merge defined entries correctly.
    Fixed BindingExpression path errors.

PdfProcessing
FIXED

    Font that is not embedded and does not have FontFamily cannot be imported.
    MediaBox, Rotate and Resources properties are not inherited from the parent Pages node.
    Dash character is not exported when using standard fonts.

PropertyGrid
FIXED

    Changing PropertyDefinition.IsReadOnly property runtime causes a NullReferenceException.
    Property of type GridLength cannot be edited.

RibbonView
NEW

    RibbonWindow support for Windows 10 OS.

FIXED

    When Maximized and Windows Classic theme is applied the Minimize/Restore/Maximize buttons are clipped and there is a gap between RibbonTabs and TitleBar.
    Exception is thrown (Width and Height must be non-negative) in the WindowTitlePanel when resizing.

RichTextBox
FIXED

    The color pickers in RadRichTextBoxRibbonUI do not track the current style in the document.
    HTML Format Provider: Table width style property is not imported correctly when the value is in points.
    Paragraph formatting is lost when a field result fragment has multiple lines.
    HTML Format Provider: ?able width style property is not imported correctly when the value is in inches.
    RTF Format Provider: Nested fields are imported as raw text .
    Deleting middle column in a table, which has vertically merged cells in the first and the last columns, results in a wrong table layout.
    Merging vertically equal number of table cells in all columns in a table with cell spacing leads to frozen UI.

ScheduleView
FIXED

    An appointment can be dropped outside the visible hours when dragged to the top of the DayView, if SnapAppointments is enabled and DayStartTime is set.

CHANGED

    GroupHeader's Content height is too small and cuts off the name of the days in the WeekViewDefinition in Windows8 theme.

SpreadProcessing
NEW

    Implemented public API for retrieving the used cell range for a specific property.

FIXED

    SetValue(DateTime value) overload resets previously set format.
    Visibility property value is not respected and hiding/unhiding sheets does not work.
    Cells without style id are not imported correctly which may lead to incorrect formatting.
    Setting empty string using SetValueAsText creates document which can not be imported using Excel.
    KeyNotFoundException is thrown when importing number formats with id 41, 42, 43 or 44.
    Text in rows with zero height is rendered as dots when exporting to PDF.
    Importing or creating formatCode string "General" is interpreted as text instead of General number format.

Spreadsheet
FIXED

    Cells without style id are not imported correctly which may lead to incorrect formatting.
    Formulas are lost when pasting in the Formula Bar.
    Updating a number in a cell that is used in a formula as a referred one breaks the alignment of the cell which contains the result.
    Text in rows with zero height is rendered as dots when exporting to PDF.
    Setting the Workbook property using Task in the UI thread causes RadSpreadsheet to freeze.
    Importing or creating formatCode string "General" is interpreted as text instead of General number format.

TileList
FIXED

    AutogeneratingTile event is not thrown if a new item is added to the source collection.
    Command of a Tile is not executed when using Touch.

TimeSpanPicker
FIXED

    Value of component becomes 0, if the previous value is no longer present in the dropdown.
    When a TimeSpanComponent has Header=null, the header area is not collapsed in VisualStudio2013, Windows8, Office2013 and Windows8Touch themes.

CHANGED

    CloseButtonContainer is renamed to ButtonsContainer.

TreeList
FIXED

    RadTreeListView throw an InvalidCastException when adding heterogeneous child items while having defined filtering.
    Setting TreeLinesVisibility to "Hidden" at run-time does not hide the TreeLines.

TreeView
FIXED

    The binding is not applied initially on a RadMaskedInput's Value defined in the ItemEditTemplate.

Window
FIXED

    Window content is hidden after it was first closed then shown, minimized and maximized.
    NullReferenceException is thrown when showing a window in XBAP application.

WordsProcessing
FIXED

    Block.Measure throws exception when exporting to PDF paragraph with negative left and/or right indents.
    Styles in a document are not imported when css class contains dashes.

ZipLibrary
FIXED

    NullReferenceException when creating ZIP archive bigger than 4 GB.


Coded UI Tests
All components in Telerik UI for WPF support Level 1 Coded UI tests and most of the controls already support Level 3 Coded UI tests, making Telerik UI Controls easily maintainable within any test-driven development process.

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



Drag and Drop Support
Many Telerik UI for WPF controls come with built-in drag and drop support. The suite also provides a DragDropManager which easily integrates within your solution to implement any drag and drop scenario.

[/b]

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