Skip to content

Releases: telerik/UI-For-UWP

1.0.1

16 May 14:04
2940a12
Compare
Choose a tag to compare

Calendar
NEW
Added new MultiDayView display mode.

DataGrid
FIXED
RadDataGrid crashes when created in a second view.
RadDataGrid does not commit edit when enter is pressed.
NullReferenceException is thrown when IsCellFlyoutEnabled is set to True.
After setting IsVisible to false through the UserChooseColumns UI the columns are no longer present after it gets reopened.

ListView
NEW
Make the GroupHeaders of the StackLayout and GridLayout definitions expand and collapse.
Added ScrollIndexIntoView.
Added GroupHeaderTap command.
Added Hold command.

Chat
FIXED
The first point of RangeSeries is not rendered.

1.0.0.9

17 Jan 16:13
fc34afa
Compare
Choose a tag to compare

DataGrid
FIXED
Cannot change the minimum width of the column when resizing through the header thumb.
UserChooseColumns UI does not visualize all the columns.
When having great amount of columns the UserChooseColumns doesn't show vertical scroll.
NumericEditor not respecting the minimum value set.
NullReferenceException thrown when grouping RadDataGrid by EF property that's null.
Header doesn't update.
RadDataGrid does not allow ScrollColumnIntoView with invisible columns.
RadDataGrid's external editor ignores the CanUserEdit property of the DataGridTextColumn.
NEW
Expose API for implementing custom DataGridColumns.

ListView
NEW
Reorder ListView with mouse.