Telerik UI for WPF R2 2016.2.0613 with Theme & Source » Developer.Team

Telerik UI for WPF R2 2016.2.0613 with Theme & Source

Telerik UI for WPF R2 2016.2.0613 with Theme & Source
Telerik UI for WPF R2 2016.2.0613 with Theme & Source | 589 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 R2 2016 SP1

June 15, 2016
New Control

    LayoutControl (Beta)
        The new addition to the UI for WPF is a flexible component that allows you to arrange visual elements inside its boundaries. Thus helping you to create complex layouts that can be rearranged at runtime. It is now changed from CTP to Beta.

AutoCompleteBox
FIXED

    Exposed override for HandleKeyDown method.
    When RadAutoCompleteBox is placed inside ScrollViewer and its dropdown is open, scrolling with the mouse wheel scrolls only the textbox.
    Two mouse clicks are required in order to lose the focus from the control after removing an item with its "X" button.
    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.

Carousel
FIXED

    NullReferenceException is thrown in UpdateVisualizationForItem method.

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

    RadCombobox does not close on first click in Green and VisualStudio 2013 themes.
    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.
    ToolWindow's width is stretched to two monitors when it is maximized and IsHidden is toggled.
    ElementSaving event is not raised when LoadLayout(stream, true).
    SplitContainer is shown after layout load if its InitialPosition is set to FloatingOnly and then the layout is saved in the Unloaded event of the control.

DragDrop Manager
FIXED

    DropVisual has missing brush resources for Windows8Touch theme.

Expander
FIXED

    Animations on Checked/Unchecked visual state in RadExpander trigger design time error in VisualStudio2010 and VisualStudio2015.

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
NEW

    "Search as you type" support for GridViewComboBoxColumn.

FIXED

    Tooltip is not updated when is applied through CellStyle and DataTrigger and value has been changed.
    GridViewHeaderRow and GridViewFooterRow instances leak when themes are changed at run-time.
    InvalidOperationException is thrown when selecting items while they are inserted asynchronously.
    UI freezes on updating GridView's source from another thread in .NET 4.5.
    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.
    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.
    When GridView is bound to a DataTable which contains a column with a dot in the name, the values in the column are not shown.
    NullReferenceException in FilterDescriptorCollectionExpressionBuilder.CreateBodyExpression().
    Selecting the text in the FilterRow drags the header cell.
    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.
    Unpinning a selected row deselects it.
    Pinning all rows of the grid results in a blank space.
    Row gets invalid after scrolling it out and in the viewport with ValidationType set to None and INotifyDataErrorInfo implemented.
    InvalidOperationException is thrown on inserting items from another thread and EnableCollectionSynchronization is set.
    CellDoubleClick and RowActivated events are raised on a single Tap.
    RowActivated event is not fired on double tap on row indicator.
    InvalidOperationException is thrown on grouping in a multithread application.
    Changing the IsExpanded property through an implicit style for GroupHeaderRow results in NullReferenceException.
    MS Combobox cannot be opened using touch when it is placed in GridViewDataColumn.CellEditTemplate.
    GridViewRow instances leak when themes are changed at run-time.
    GridViewCellValidatingEventArgs.OldValue argument is not correct when using GridViewComboboxColumn.
    Inserting an item with NewRowPosition set to Top or Bottom adds two rows when there is/are pinned row/s.

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.

LayoutControl
NEW

    Implemented diabled state for HeaderButtonStyle of LayoutControlExpanderGroup.
    Implemented a Save/Load functionality. Allow the rearranged UI to be saved in a XML based string and reload it later.
    Introduced Design-Time support. Operation like drag and drop/resize/delete/align are now available in the VisualStudio designer. 

CHANGED

    Removed the DisplayMode, Header, IsExpandable, IsExpanded properties from the LayoutControlGroup. Exposed three different groups LayoutControlGroup (panel mode), LayoutControlExpanderGroup (expander mode), LayoutControlTabGroup (tab mode) and LayoutConтrolTabGroupItem.

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

    DisplayName is not used for QueryableAggregateDescription.
    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.
    KeyTips cannot be enabled after the theme is changed when the RibbonView is hosted in RibbonWindow and RadRibbonWindow.IsWindowsThemeEnabled is set to false.

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.
    Appointment is cut at the bottom when its duration is 2 days and MinTimeRulerExtent is set to a big number.
    RecurrenceChoiceDeleteDialog should show when more than one recurring appointments are selected and then deleted.

SpellChecker
FIXED

    Automatic spell checking for DataGrid and RadGridView does not properly update cells with the corrected values.

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.
    The border of Borders button (BordersMenu) is lost in disabled state in VisualStudio2013 and Green 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.
    'Find what' and 'Replace with' textboxes in 'Replace' tab of 'Find and Replace' dialog have different heights in VisualStudio 2013 and Green themes.
    When TextLengthDataValidationRule is applied to a cell formatted as text, the rule treats valid text as invalid.
    Memory leak when showing PrintPreview.
    Small visible size and scrolling cause ArgumentOutOfRangeException.

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.
    BringIndexIntoView causes the viewport to lock while scrolling.

Window
FIXED

    Setting FocusManager.FocusedElement throws an Error: 4 in the output and the element is not focused.
    Maximized RadWindow on secondary screen is cropped whenever the taskbar is on the right or left side of the primary monitor.

WordsProcessing
FIXED

    RadFlowDocument Theme property is not cloned.
    Updating fields without Separator causes NullReferenceException.
    Cloning document containing fields without Separator causes NullReferenceException.
    Mail merge doesn't respect new lines in mail merge source entries.
    ParagraphMarkerProperties of the Paragraph element are not cloned.
    Document default style properties are not cloned.
    HTML format provider: Styled text in list is imported as separate paragraph.
    DOCX format provider: ArgumentNullException is thrown when importing documents with shapes.
    UriFormatExcpetion is thrown when the Uri of an image is relative.
    HTML format provider: When there is no space before < p > element in a list, empty paragraph is added and associated to the list item.

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.


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