Telerik UI for WPF R1 2018 SP2 (2018.1.220) Retail » Developer.Team

Telerik UI for WPF R1 2018 SP2 (2018.1.220) Retail

Telerik UI for WPF R1 2018 SP2 (2018.1.220) Retail
Telerik UI for WPF R1 2018 SP2 (2018.1.220) Retail


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 Teleriks 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 youve worked with the WPF Framework and Microsofts XAML Controls, youll 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 R1 2018 SP2

All Controls
FIXED

ItemChanged is not fired after the ObservableCollection.Move method is used.

AutoCompleteBox
FIXED

Watermark text is not visible when an AutoCompleteItem(s) is hovered in Fluent dark theme.

Calendar
FIXED

Current date background color is not correct when IsFromCurrentView is False in Fluent theme.

ChartView
FIXED

Zooming deeply while using SplineSeries with DateTimeContinuousAxis throws ArgumentOutOfRange exception.
PaletteChanged handler retains the whole control in memory, when it is hosted in RadDocking.

DataPager
FIXED

Right ellipsis button navigates one page further than expected.
When NumericButtonCountis == 2, right side ellipsis button behaves inconsistently.

Docking
FIXED

Drop indicator is not visible in the dark variation of the Fluent theme.
Floating Tool Window is not distinguished from the rest of the panes in dark variation of the Fluent theme.
When you focus / unfocus a ToolWindow in VisualStudio2013 theme its size is jumping.
DocumentHostPaneGroup's close button has a border in Fluent theme with StyleManager.
Panes are disappearing when the Docking is in Deferred mode and performing drag and drop.

Expander
FIXED

Header toggle button's background is wrong when disabled in Fluent theme.

FileDialogs
NEW

Added touch support to open ShellContextMenu on TapHoldAndRelease.

FIXED

FileName is cleared when navigating through the directories in SaveFileDialog.
Mismatched TextBox style for VisualStudio2013 theme in editing text box.
XamlParseException after loading Office2016, Office2016Touch, Material or Green xaml files in code and then choosing details view in dialog.
Extension filters are case sensitive which leads to incorrect filtering of files.

FluidContentControl
FIXED

FluidContentControl does not properly propagate its DataContext to Small/LargeContent.

GanttView
FIXED

Drag drop of GanttTask causes memory leak.
GridResizer drag indicator has a wrong background in Fluent theme.

Gauges
FIXED

XamlParseException is thrown if you use Marker in some of the Gauge controls in Office2016Touch theme.
ComException is thrown when interactive gauge is used inside RadFluidContentControl or RadTransitionControl.
The Gauge's interactivity does not work when placed in panel with Effect.

GridView
NEW

Introduce IsExpandedBinding and IsExpandableBinding properties.
Improve experience when business object types overrides Equals and there are items with the same object equality.

FIXED

When exporting ColumnGroups they are not aligned properly when the IsVisible property of a column is set to "False".
Search via search panel does not find sequences with more than one space.
Search functionality may highlight an empty cell.
Reloading the data source with columns different from the initially generated ones is slow.
GridViewHeaderCell's filter icon does not have filtered state in Fluent theme.
FilteringControl background is not changed when acrylic is disabled in Fluent theme.
RelativeSource Binding in ColumnGroupDescriptor does not work when the GroupPanel is hidden in Green, Office2016, Office2016Touch, Material and Fluent themes.
Placing GridView in RadDocking may result in an infinite loop if aggregates are present.
When business object has object.Equals overriden, SelectedItem binding does not select a row. Fix is only available for GroupRenderMode.Flat.

ListBox
FIXED

Scrolling on touch devices by swiping does not work as expected when VirtualizingPanel.ScrollUnit is Pixel (.Net 4.5).
The StartsWith TextSearchMode is case sensitive (the same as the StartsWithCaseSensitive).

Map
FIXED

Added an option in BingRestSearchLocationOptions for searching location with BING REST Location API unstructured URLs.

PDF Viewer
FIXED

Gradient stop colors in Linear and Radial gradients are not calculated correctly.

PdfProcessing
NEW

Implemented support for inline images.

FIXED

InvalidCastException is thrown when importing inline images.
Button field is imported as CheckBoxField instead of RadioButtonField when the Radio flag is not set and there are multiple widgets with different "ON" state names.

ProgressBar
FIXED

Indeterminate ProgressBar which is collapsed still has its animations active which results in CPU usage.

PropertyGrid
FIXED

Validation Tooltip has an incorrect template for Fluent theme.

RibbonView
FIXED

Default background is white and the content is not visibile in Fluent Dark theme.

RichTextBox
FIXED

Table is not inserted with specific width when LayoutMode is Flow or FlowNoWrap.
Localization strings for some parts of the UI are missing.
ArgumentOutOfRangeException is thrown when replacing all occurrences of given text if the replace text is with smaller length than the searched text.
Spellchecker marks "could've" and similar words as incorrect.
RtfFormatProvider: KeyNotFoundException is thrown when exporting document with elements that have style name pointing to non-existing style.

ScheduleView
FIXED

Drag drop in MonthViewDefintion causes memory leak.
TimeMarkerBrush property of TimeMarkers causes memory leak.

Spreadsheet
FIXED

NameBox TextBox is not themed properly with StyleManager in Green, Office2016, Office2016Touch, and Material themes.

TileView
FIXED

BringIntoView method throws InvalidOperationException when changing the theme and adding a tile at runtime.

Toolbar
CHANGED

Default background has transparency in Fluent theme.

VirtualGrid
FIXED

Changes on the DataProvider's Source Collection are not reflected in the UI.
Fixed issue with double text when editing when populating with data through DataProvider in Transparent, Material and Fluent themes. If populating with data manually, you will need to set a background to the editor.
When using DataProvider, the default editor (TextBox) has no applied theme in a StyleManager scenario.
FilteringControl background is not changed when acrylic is disabled in Fluent theme.

CHANGED

FilteringControlTemplate and FilteringControlStyle are renamed to VirtualGridFilteringControlTemplate and VirtualGridFilteringControlStyle respectfully for all themes due to keys collision when referenced.

VirtualizingWrapPanel
FIXED

Selection of the host Selector control is changed while scrolling and IsSelected of ListBoxItem is two way bound to IsSelected of the ViewModel.

Window
FIXED

Non-transparent RadWindow throws exception when being closed right after shown.

WordsProcessing
FIXED

Images with uppercase extension cause NullReferenceException when exporting to DOCX.
Table with specified width does not expand to its full width when exported to PDF.

Telerik UI for WPF


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.

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