Hi ,
Please provide the Picker control that supports the xamarin forms
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
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
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?
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?
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
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!
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"