Telerik Forums
UI for Xamarin Forum
2 answers
345 views

Hi ,

 

Please provide the Picker control that supports the xamarin forms

liam
Top achievements
Rank 1
 answered on 15 Mar 2019
9 answers
1.0K+ views

After upgrading our Telerik references from the NuGet feed to 2019.1.220.1, we can build our Xamarin iOS project locally, but it is failing when building on Azure DevOps (formerly VSTS) using the Microsoft Hosted MacOS agent.

The agent is set to use XCode 10.1 targetting SDK 12.1.

The error is:

MTOUCH : error MT2101: Can't resolve the reference 'System.String[] System.String::Split(System.Char,System.StringSplitOptions)', referenced from the method 'System.Void Telerik.XamarinForms.Common.PlatformCulture::.ctor(System.String)' in 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. [/Users/vsts/agent/2.148.0/work/1/s/Mobile.iOS/Mobile.iOS.csproj]

 

Our Android builds succeeds on the Visual Studio 2017 agent, but fails with a similar error if built on the MacOS agent.  

 

Any ideas how to resolve this? 

 

Thanks,

Mike

Mike
Top achievements
Rank 1
 answered on 12 Mar 2019
1 answer
152 views
Hi there, we are using radbusyindicator in our app. for page loading its working fine. But during Login command, when api is called, we want to use it like ActivityIndicator that means it will show its background ui with blur effect, instead of showing white blank background. Is it possible to do it with radbusyindicator ?
Lance | Senior Manager Technical Support
Telerik team
 answered on 12 Mar 2019
1 answer
322 views
Currently the shape of the checkbox seems to be circular on iOS and square on Android. Is there a way to make the shape square across all platforms?
Didi
Telerik team
 answered on 11 Mar 2019
4 answers
224 views

I am using RadListView with Xamarin Forms 3.2.0.

I want to scroll list view's individual item using up and down arrow key. How can I enable this behavior?

Thanks

 

Lance | Senior Manager Technical Support
Telerik team
 answered on 08 Mar 2019
7 answers
251 views

I'm really struggling with the whole viewmodel and binding to a listview row.

I want to pull data from my sqlite table, and use one of the fields for my text label bound in my listview.

Can someone give me a working example of a binding in a listview pulling just one column from a sqlite table and putting each field on a single row label in the listview?

<listView:ListViewTemplateCell>

<StackLayout BackgroundColor="Bisque" Padding="5" Spacing="5">

<Label Text="{Binding Category}" TextColor="Black" />

</StackLayout>

</listView:ListViewTemplateCell>

How to make a query put each item into that label for rows in my listview?

 

Lance | Senior Manager Technical Support
Telerik team
 answered on 07 Mar 2019
1 answer
88 views

I have found that regardless of the value assigned to MajorLinesVisibility, CartesianChartGrid only draws horizontal lines.

Is there a way to make it show only vertical lines?

Yana
Telerik team
 answered on 07 Mar 2019
1 answer
244 views

Hi there, If I want to show my IOS entry box like Android entry box (no top, no left, no right border, except the bottom one). Is it possible to do so using RadEntry?

I tried with BorderThickness="0", but hides bottom border also

Lance | Senior Manager Technical Support
Telerik team
 answered on 05 Mar 2019
1 answer
179 views

Hello,

I'm wondering how I can make the header always visible, even when there are no records bound to it yet.
The Grid is initially empty but I want the header to be visible still. Now it's only showing a grey line.

Here's how we've setup the grid.

<telerikDataGrid:RadDataGrid AutoGenerateColumns="false" SelectionMode="Single" UserFilterMode="Disabled" UserGroupMode="Disabled" UserSortMode="None">
    <telerikDataGrid:RadDataGrid.Behaviors>
        <behaviors:EventToCommandBehavior EventName="SelectionChanged" Command="{Binding MyCommand}” />
    </telerikDataGrid:RadDataGrid.Behaviors>
    <telerikDataGrid:RadDataGrid.Columns>
        <telerikDataGrid:DataGridTextColumn PropertyName=“Prop1”>
            <telerikDataGrid:DataGridTextColumn.HeaderStyle>
                <telerikDataGrid:DataGridColumnHeaderStyle OptionsButtonTextColor="Transparent" VerticalTextAlignment="Center" BorderThickness="1" />
            </telerikDataGrid:DataGridTextColumn.HeaderStyle>
        </telerikDataGrid:DataGridTextColumn>
        <telerikDataGrid:DataGridTextColumn PropertyName="Prop2”>
            <telerikDataGrid:DataGridTextColumn.HeaderStyle>
                <telerikDataGrid:DataGridColumnHeaderStyle OptionsButtonTextColor="Transparent" VerticalTextAlignment="Center" BorderThickness="1" />
            </telerikDataGrid:DataGridTextColumn.HeaderStyle>
        </telerikDataGrid:DataGridTextColumn>
        <telerikDataGrid:DataGridTextColumn PropertyName="Prop3”>
            <telerikDataGrid:DataGridTextColumn.HeaderStyle>
                <telerikDataGrid:DataGridColumnHeaderStyle OptionsButtonTextColor="Transparent" VerticalTextAlignment="Center" BorderThickness="1" />
            </telerikDataGrid:DataGridTextColumn.HeaderStyle>
        </telerikDataGrid:DataGridTextColumn>
    </telerikDataGrid:RadDataGrid.Columns>
</telerikDataGrid:RadDataGrid>

 

Thanks!

 

Lance | Senior Manager Technical Support
Telerik team
 answered on 05 Mar 2019
5 answers
249 views

Hello,

I am using ListViewLoadOnDemandCollection https://docs.telerik.com/devtools/xamarin/controls/listview/listview-features-load-on-demand

at Manual Mode

When you click "Load More Items" listing 20 items.

how can ı do list first 20 items automatic when we open page?

and after listing first 20 items if you want more click "Load More Items"

 

 

Ahmet
Top achievements
Rank 1
 answered on 04 Mar 2019
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?