Telerik Forums
UI for Xamarin Forum
2 answers
170 views

Date picker on iOS behaves and looks stangelly. Please see screenshot attached of the Example app provided in the latest available package Telerik_UI_for_Xamarin_2020_3_1106_1_Dev

Rodrigo
Top achievements
Rank 1
Veteran
 answered on 17 Nov 2020
4 answers
351 views

I'm using the pdf viewer in a xamarin solution, which includes a UWP application. A pdf can be displayed no problem on the UWP app, however as soon as a mouse scroll is done (to try and scroll down in the pdf, for example), the application crashes without any error message or other signs for what went wrong. Breakpoints and debugging mode in visual studio haven't helped identify the issue. 

Is this a known problem with the pdf viewer component? Any advice on a resolution would be much appreciated.

Yana
Telerik team
 answered on 16 Nov 2020
1 answer
115 views

Hello,

Is it possible to add the feature to move an appointment with long press / drag and drop ? 

 

Didi
Telerik team
 answered on 16 Nov 2020
1 answer
130 views

Relative not working

    <RelativeLayout>
        <telerikGauges:RadRadialGauge x:Name="gauge" RelativeLayout.XConstraint="{ConstraintExpression Type=RelativeToParent, Property=Width, Factor=0}"
                                                     RelativeLayout.YConstraint="{ConstraintExpression Type=RelativeToParent, Property=Height, Factor=0}"
                                                     RelativeLayout.WidthConstraint="{ConstraintExpression Type=RelativeToParent, Property=Width, Factor=1}"
                                                     RelativeLayout.HeightConstraint="{ConstraintExpression Type=RelativeToParent, Property=Height, Factor=1}" >
        </telerikGauges:RadRadialGauge>

        <Label RelativeLayout.XConstraint="{ConstraintExpression Type=RelativeToView, ElementName=gauge, Property=X, Factor=0.33}"
               RelativeLayout.YConstraint="{ConstraintExpression Type=RelativeToView, ElementName=gauge, Property=Y, Factor=0.33}"
               RelativeLayout.WidthConstraint="{ConstraintExpression Type=RelativeToView, ElementName=gauge, Property=Width, Factor=0.33}"
               RelativeLayout.HeightConstraint="{ConstraintExpression Type=RelativeToView, ElementName=gauge, Property=Height, Factor=0.33}">
            <Label.FormattedText>
                <FormattedString>
                    <FormattedString.Spans>
                        <Span Text="Speed: "/>
                        <Span Text="33"/>
                    </FormattedString.Spans>
                </FormattedString>
            </Label.FormattedText>
        </Label>

    </RelativeLayout>

 

label alignment in top-left, it is not fine

Yana
Telerik team
 answered on 13 Nov 2020
1 answer
122 views

I am not able to set ItemEdit template in the treeview!

My template name is : CarEditTemplates

Basically what is the values to be set in the Dispalymemeberpath="" & ITemSourcePath=""?

 <StackLayout Grid.Row="1" BackgroundColor="White" Margin="5">
                  <telerikDataControls:RadTreeView  x:Name="treeView" ItemsSource="{Binding MobileEditTemplates}">
                       <telerikDataControls:TreeViewDescriptor DisplayMemberPath="{Binding Name}" ItemsSourcePath=" " TargetType="{x:Type local:MobileEditTemplates}">
                            <telerikDataControls:TreeViewDescriptor.ItemTemplate>
                                <DataTemplate>
                                    <Grid Margin="2">
                                        <Grid.ColumnDefinitions>
                                            <ColumnDefinition Width="20" />
                                            <ColumnDefinition Width="*" />
                                        </Grid.ColumnDefinitions>
                                        <telerikTreeView:ExpandCollapseIndicator FontSize="Medium" WidthRequest="10" Margin="15,0" VerticalTextAlignment="Center" />  
                                        <telerikTreeView:ItemText Grid.Column="1" FontAttributes="Bold" FontSize="Small" Text="{Binding Name}" TextColor="Gray" VerticalTextAlignment="Center"/>
                                    </Grid>
                                 </DataTemplate>
                            </telerikDataControls:TreeViewDescriptor.ItemTemplate>
                    </telerikDataControls:TreeViewDescriptor>
                    <telerikDataControls:TreeViewDescriptor DisplayMemberPath="Name"
                                            TargetType="{x:Type local:SymbolItem}" />
</telerikDataControls:RadTreeView>
                </StackLayout>

Yana
Telerik team
 answered on 10 Nov 2020
3 answers
172 views

Hello,
Can we list view in the form of Treeview?

For Example:

My current listview is:

A

    A

B

   B

C

   C1

   C2

I want it change to:
A

B

C
   C1
   C2

 

I know it is possible in the TreeView..but can i implement this using Radlistview??

Didi
Telerik team
 answered on 09 Nov 2020
1 answer
152 views

I am trying to fid a way to reset the text on the ListPicker to the original placeholder text.  I use the ListPicker to run a filter on another list and when they clear this filter I want the text to return to the original.  I have searched through the properties on the ListPicker and cannot find where this 'picked' text value is

Thanks - joe

Joe
Top achievements
Rank 2
Iron
Veteran
Iron
 answered on 05 Nov 2020
21 answers
384 views

Hello guys, 

I was looking in the documentation of the Charts whether it is possible to show data points in the line like this in the attached picture ? I was not able to find it. Could you please provide some information.

 

 

Lance | Senior Manager Technical Support
Telerik team
 answered on 05 Nov 2020
1 answer
90 views

Hi,

would it possible to get sample of how set Font (TypeFace) DataFormSpinnerEditor, same as to DataFormTextEditor and DataFormIntegerEditor using EditorCustomizations delegate?

Regards,

Rodrigo

Yana
Telerik team
 answered on 04 Nov 2020
8 answers
392 views

Hi,

Would it be possible to get example of creating Image/Bitmap annotations using CartesianCustomAnnotation or similar technique in Native Android?

Regards,

Rodrigo

Rodrigo
Top achievements
Rank 1
Veteran
 answered on 03 Nov 2020
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?