Pending Review
Last Updated: 22 Jun 2018 10:24 by Joselaks
ADMIN
Created by: Tsvyatko
Comments: 1
Category: UI for UWP
Type: Feature Request
1
Create RadTreeListView for Universal
Pending Review
Last Updated: 22 Jun 2018 10:24 by Mikail
ADMIN
Created by: Tsvyatko
Comments: 2
Category: UI for UWP
Type: Feature Request
1
RadGridView change position when edit is commited.

Scenario: Telerik Grid Example->Edit Example.

1. Open on Simulator
2. Scroll down
3. Edit row
4.Commit edit
Pending Review
Last Updated: 22 Jun 2018 11:10 by ADMIN
ADMIN
Created by: Tsvyatko
Comments: 0
Category: UI for UWP
Type: Feature Request
1
Expose ViewChanged event in order to track the scrollChange, similarly to ScrollViewer Viewchanged.
Pending Review
Last Updated: 22 Jun 2018 11:12 by ADMIN
ADMIN
Created by: Kiril Stanoev
Comments: 0
Category: UI for UWP
Type: Feature Request
1
1. Single thumb,
2. Range,
3. Radial
Pending Review
Last Updated: 22 Jun 2018 10:53 by ADMIN
ADMIN
Created by: Kiril Stanoev
Comments: 0
Category: UI for UWP
Type: Feature Request
1
Universal drop down button.
Pending Review
Last Updated: 25 Mar 2016 09:23 by ADMIN
Associate datadesriptors to column instance rather than property name to preserve state for all descriptor type after ItemSource change.
Pending Review
Last Updated: 22 Jun 2018 11:01 by schlabo
Created by: schlabo
Comments: 0
Category: UI for UWP
Type: Feature Request
1
Please add an optional placeholder text for the RadAutoCompleteBox that is shown in a light style and disappears when the control gets focus / has content.

This feature seems to be available for the RadAutoCompleteBox for HTML, but is missing for the C# / Windows Universal version.
Pending Review
Last Updated: 22 Jun 2018 10:31 by ADMIN
ADMIN
Created by: Rosy Topchiyska
Comments: 0
Category: UI for UWP
Type: Feature Request
1
Add AnimateVerticalOffset method like in the RadLoopingList for Windows Phone 8.
Pending Review
Last Updated: 22 Jun 2018 10:31 by ADMIN
ADMIN
Created by: Tsvyatko
Comments: 0
Category: UI for UWP
Type: Feature Request
1
Implement  Word Processing for Universal
Pending Review
Last Updated: 22 Jun 2018 10:23 by Ricardo
Created by: Ricardo
Comments: 0
Category: UI for UWP
Type: Feature Request
1
Hello,

My name is Ricardo, Web Developer from KPG Inc. Puerto Rico. My team is actually running into an issue with displaying Office documents embedded into a Windows RT application. Does Telerik have support for embedding Office documents (.ppt, .pptx, .doc, .docx, .xls, .xlsx) into a Windows Store app as an internal feature (not launching external applications)? If not, what other solutions we can use?

Thanks in advance.
Pending Review
Last Updated: 22 Jun 2018 11:14 by ADMIN
ADMIN
Created by: Rosy Topchiyska
Comments: 0
Category: UI for UWP
Type: Feature Request
1
Make the RadRadialMenu control available for Windows Phone.
Pending Review
Last Updated: 22 Jun 2018 10:30 by Berney
Created by: Berney
Comments: 0
Category: UI for UWP
Type: Feature Request
1
It works nicely with touch, but one would expect to be able to scroll using the mouse wheel on a mouse/kb PC.
Pending Review
Last Updated: 22 Jun 2018 10:17 by Till
Hey,

I noticed, that in your sample app, when e.g. in the DateTimePicker´s input page, the back button brings you to the previous page and not to the page, where the DateTimePicker is located.

I saw that you are using a Popup to display picker pages. This leads you to the problem, that you cannot override the apps BackPressed bahaviour.

I could not find anything in your controls to check the Popup-state nor to manually dismiss the popup.
In my oppinion, this makes all your picker controls unusable for Windows Phone, as closing the popup is the default WP behavour.
What is you take on this?

Best
Till
Pending Review
Last Updated: 22 Jun 2018 10:21 by Bardi
ADMIN
Created by: Tsvyatko
Comments: 2
Category: UI for UWP
Type: Feature Request
1
Create touch friendly tooltip that support custom triggers to show hide (tap,hold,hover (stylus), etc).
Pending Review
Last Updated: 13 Mar 2019 23:01 by ADMIN

The "Foreground" property does not apply to the RadDatePicker icon .. it only applies to the text even though I followed what this page explains: https://docs.telerik.com/windows-universal/controls/raddatepicker-and-radtimepicker/styling/raddatetimepickers-explicitstyling

My XAML code is the following:

<Custom:RadDatePicker x:Name="FromDatePicker" HorizontalAlignment="Left" ValueChanged="DatePickerValueChange">
                    <Custom:RadDatePicker.Resources>
                        <Style TargetType="Custom:RadDatePicker">
                            <Setter Property="Foreground" Value="Orange"/>
                            <Setter Property="FontSize" Value="15"/>
                            <Setter Property="FontStyle" Value="Italic"/>
                            <Setter Property="Background" Value="Beige"/>
                            <Setter Property="BorderBrush" Value="Orange"/>
                        </Style>
                    </Custom:RadDatePicker.Resources>
                </Custom:RadDatePicker>

Attached image of the properties that only my RadDatePicker takes when running the application ..

Pending Review
Last Updated: 22 Jun 2018 10:30 by ADMIN
Expose constructors of Command contexts allowing setup its properties and call Grid commands manually.
Pending Review
Last Updated: 22 Jun 2018 10:30 by ADMIN
When using Wrap Layout, with grouping and RowHeight is  not default the scrollbar size is incorrectly updated until all elements are measured once.
Pending Review
Last Updated: 28 Dec 2015 17:05 by Brian
Created by: Brian
Comments: 0
Category: UI for UWP
Type: Feature Request
0
When using implicit styles, we can set a custom font and font sizes globally in C# by using modifying the theme pallette (i.e. Telerik.Windows.Controls.Windows8Palette.Palette.FontSize += 6;). But since this has to be done in C# instead of in the XAML, the changes are not applied at design time for the Visual Studio Designer. This makes it difficult when building the UI as the control sizes will change based on the font and the font size that we have set.

It would be nice if we could set the font and font sizes (while using implicit styles) in XAML (or by some other means) so that the VS Designer will size the controls based on the desired font and font size. This would making life much easier when building the UI when using custom fonts.
Pending Review
Last Updated: 25 Jul 2019 18:53 by ADMIN
Created by: Rodolfo
Comments: 1
Category: UI for UWP
Type: Bug Report
0

I am trying to use the chart control in multiple views: Meaning not just one window. I create several windows from the main window. It is not call "windows". It is a view.

It looks like the chart control fails:

 

System.Exception: The application called an interface that was marshalled for a different thread. (Exception from HRESULT: 0x8001010E (RPC_E_WRONG_THREAD))
   at Windows.UI.Xaml.Media.SolidColorBrush.get_Color()
   at Telerik.UI.Xaml.Controls.Chart.ContainerVisualsFactory.ChangeBrushesAccordingToAppTheme()
   at Telerik.UI.Xaml.Controls.Chart.ContainerVisualsFactory.PrepareCartesianAxisLineVisual(CartesianAxis axis, ContainerVisual lineContainer, RadRect layoutSlot, AxisType axisType)
   at Telerik.UI.X

 

Is there a way to fix it ?

 

to understand the concept of multiple views:

 

https://docs.microsoft.com/en-us/windows/uwp/design/layout/show-multiple-views

 

please advise me...

Pending Review
Last Updated: 22 Jun 2018 11:10 by ADMIN
Implement ListView interaction on pressed (similar to the UWP SDK control - tilt effect).
ID:996216