Skip to content

Releases: telerik/UI-For-UWP

1.0.2.1

16 Sep 12:27
3f9c86b
Compare
Choose a tag to compare

DataGrid
FIXED
Fixed an issue with order of operations SelectItem and SelectCell.

1.0.1.9

13 May 10:02
72e5072
Compare
Choose a tag to compare

Chart
FIXED
ClearSelection of the ChartSelectionBehavior does not raise SelectionChanged.
Points that are outside of the ViewPort, but have connections to points inside of it are not rendered.

ListView
NEW
Added IsFrozen property of the group headers.
Exposed a method to scroll to a specific position.
Added contextual information in the command parameter of the LoadMoreDataCommand.
FIXED
Prevent item from being swiped beyond the SwipeOffset property.
SwipeOffset property is not respected.
LoadOnDemand event fires multiple times with automatic load on demand.
Frozen group headers are not being measured correctly.
Frozen group headers lose their collapsed state while scrolling.
Sticky group header overlaps top header.

Calendar
NEW
Added footer area with a Button.

1.0.1.8

15 Jan 12:24
777710b
Compare
Choose a tag to compare

DataForm
NEW
Added EditorValueChanged event.
FIXED
Numeric and date editors are not aligned properly.
Randomly validation errors are not displayed.
Calendar
FIXED
Appointments are not redrawn correctly when switching between DayView and MultiDayView.

1.0.1.7

18 Sep 12:16
d16d485
Compare
Choose a tag to compare

Calendar
NEW
Added ScrollTimeRuler used for scrolling the TimeRuler to a specified time.
Added DisplayDateChanged event.
FIXED
Apply a default look for the special slots if style is not applied.
Provide the correct date when slot is tapped and WeekendsVisible is set to false.

InlineButton
FIXED
Enabled the IsRepeatingEnabled functionality.

1.0.1.6

19 Jun 12:19
4de0962
Compare
Choose a tag to compare

AutoCompleteBox
NEW
Added SelectAllOnKeyboardFocus property that prevents the selection of the whole text when there is a keyboard focus.

Common
NEW
Added toolbox support for Visual Studio 2019.

NumericBox
FIXED
The number six could not be entered using an AZERTY keyboard in tablet mode.

1.0.1.5

15 May 08:10
234e41a
Compare
Choose a tag to compare

DataGrid
FIXED
ArgumentException is thrown when DataGrtid is bound to a business object that contains a static property.

NumericBox
FIXED
The number six could not be entered using an AZERTY keyboard when Shift or Ctrl gets pressed.

1.0.1.4

20 Feb 11:31
cc565f2
Compare
Choose a tag to compare

Map
FIXED
Exception is thrown when the control is initialized.

ListView
FIXED
Content is not measured accurately when the Header and Footer are too large.

SideDrawer
FIXED
IsOpen is not updated consistently when the animation is interrupted.

DataGrid
NEW
Added Extended type of selection.

Chart
FIXED
The last point from a series is not visualized because it is considered to be out of the viewport.

1.0.1.3

16 Jan 12:31
e02fe2a
Compare
Choose a tag to compare

Calendar
FIXED
Current time indicator is started when the mode is not MultiDayView.
AppointmentSource only fetches appointments for one month.

DataForm
FIXED
Resolve timing issues by making the EntityProvider initialize immediately when the Item is set and build the editors when the template is applied.

RadialMenu
NEW
Added built-in NavigateBack command.

DataGrid
FIXED
COMException is thrown when dragging header with custom template.

ListView
NEW
Reordering of the items works when grouping is applied.
FIXED
The header and footer are not scrolled when the ListView is oriented horizontally.
Key press is handled by the ListView when the original source is not the item itself.

1.0.1.2

17 Oct 15:12
f255e07
Compare
Choose a tag to compare

AutoCompleteBox
FIXED
Exception is thrown when initializing the control from XAML with version 1809.

Calendar
NEW
Added AllDayAreaTextBorderStyle for customization of the Border that holds the text of the all day area.
FIXED
AllDayAreaHeight was not calculating accurately when the maximum number of rows are bigger than the current number of rows.
Prevent overriding the Background of the appointments when Style is set and there isn't any Color set for the appointment.
Switching through the cells throws KeyNotFoundException.

DataGrid
FIXED
Exception is thrown when initializing the control from XAML with version 1809.

1.0.1.1

12 Sep 07:58
bf23dd6
Compare
Choose a tag to compare

Calendar
NEW
Added property for hiding/showing the weekends inside the MultiDay view.
FIXED
The CurrentTimeIndicator does not respects its BorderThickness when set through the CurrentTimeIndicatorStyle.

Chart
FIXED
Chart axes lines, ticks and labels aren't theme aware by default since the Creators Update.
Chart crashes when it gets opened in a different UI thread.

DataGrid
NEW
Added nested PropertyName support for the DataGridColumns.
FIXED
TemplateColumn throws NullReferenceException when measuring its cells while scrolling.
Modifying the last item throws IndexOutOfRangeException when filter is applied.
When updating the selected item inside a filtered grid, the item is not positioned correctly.

RadialMenu
FIXED
COMException is thrown while opening and closing the RadialMenu.