Expose API that is suitable to bind command directly triggered be pull to refresh.
Provide ability to control buffer size in order to load more items outside viewport.
Expose ViewChanged event in order to track the scrollChange, similarly to ScrollViewer Viewchanged.
Associate datadesriptors to column instance rather than property name to preserve state for all descriptor type after ItemSource change.
It works nicely with touch, but one would expect to be able to scroll using the mouse wheel on a mouse/kb PC.
Implement Day view for calendar with the ability to visualize events, so that in fits in scheduling scenarios. Available in the 2018 R2 release.
In addition to including the SDK examples in the installation submit SDK examples for UWP in GitHub in a similar matter as the Win 8.1 ones The SDK examples could be found on the following link in Github: https://github.com/telerik/UI-For-UWP/tree/master/SDKExamples.UWP
Expose API to limit swiping in a single direction. This should disallow the user to even start swiping in one direction, keeping the functionality intact for the other.
Declined: Currently UWP does not have an ImageEditor control. On the following link you can find a feature request where you can vote for introducing such a control and track its status: https://feedback.telerik.com/Project/167/Feedback/Details/201118-new-control-image-editor-port-to-uwp
After multiple control reload the memory is not released. Declined: Currently UWP does not have an ImageEditor control. On the following link you can find a feature request where you can vote for introducing such a control and track its status: https://feedback.telerik.com/Project/167/Feedback/Details/201118-new-control-image-editor-port-to-uwp
Implement a feature which will allow users to change the trigger which updates the source in Editing Mode
Cannot use spaces in editors within groups. Instead space triggers expand/collapse state
ListView: Expose setter for SelectedItem property and implement it, so that setting this property applies the corresponding style to the selected item. Declined: The SelectedItem property has public setter. Setting it makes the style be applied as expected on the item.
In a scenario where you have lots of columns so that a horizontal scrollbar is present and you try to resize columns which are not visible at the beginning(need to scroll to view them) -> the resizing is not working as expected and the view is jumping.