On Android, the times in DayView are always in am/pm, irregardless of device or app culture settings. Has anyone found a way around this? I've filed a support ticket, but I'm posting here hoping some one has a nice workaround for this.
iOS works fine and shows the 24h clock expected.
Hi,
So I have a SideDrawer defined in Xaml (a lot of the code was modified from ypur QSF app). I am wondering how I could centralize the SideDrawer, so that way I dont have to redefine the SideDrawer (menu and maincontent) on every page, because I know this is really bad. Im new to Xamarin.Forms so I not really sure how to approach this.
Thanks
Hello,
How can I add default selected item in filtereditems when my page is loaded.
Regards
Hello,
I'm using Xamarin Forms Telerik AutoComplete and When I select multiple item there is locking after third selection. I can't select third item in AutoComplete component.
Android runs perfectly but iOS dont.
My sample code is here;
<telerikInput:RadAutoComplete
CompletionMode="Contains"
BackgroundColor="White"
ItemsSource="{Binding Source}"
TextSearchPath="Name"
VerticalOptions="Start"
DisplayMode="Tokens"
SuggestionViewHeight="400">
<telerikInput:RadAutoComplete.BindingContext>
<local:ViewModel />
</telerikInput:RadAutoComplete.BindingContext>
<telerikInput:RadAutoComplete.SuggestionItemTemplate>
<DataTemplate>
<Grid Padding="0, 5, 0, 5">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto" />
<ColumnDefinition Width="*" />
</Grid.ColumnDefinitions>
<Image HeightRequest="20" WidthRequest="20" Source="{Binding ImageSource}" VerticalOptions="Center" />
<telerikInput:RadAutoCompleteLabel TextColor="Silver" HighlightColor="Black" FontSize="24" Grid.Column="1" VerticalOptions="Center" />
</Grid>
</DataTemplate>
</telerikInput:RadAutoComplete.SuggestionItemTemplate>
</telerikInput:RadAutoComplete>
https://play.google.com/store/apps/details?id=com.telerik.xamarin&hl=en
https://play.google.com/store/apps/details?id=com.telerik.examples
Where can I download the full source code for the sample?HI,
Are there any plans for this feature?
It's an ability that's been added to the Syncfusion listview so might be an idea to allow this feature.
It's something we've wanted since last year.
Is there a roadmap on what features will appear in Q3? I've given feedback many times about features the existing controls need but the listview hasn't changed a lot since release apart from the nice drag and drop feature.
Thanks.
Hello.
I wonder if Telerik have some controls which can play the role as TreeView with checkboxes for Xamarin Forms ?
This is my diagram - Diagram1(Attach file).
I use as HorizontalAxis - NumericalAxis, as VerticalAxis - CategoricalAxis.
"1", "2", "11", "111" - it is tasks with start and end dates.
Now in my diagram displays tasks and the number of days (in proportion).
But I need to display the start and end dates of the task on the diagram.
I think it will suit me - DateTimeContinuousAxis(HorizontalAxis ) .
But I do not know how to display proportionally the duration for DateTimeContinuousAxis.
Please, help me.
Hello,
i would like to know if it's possible to load Appointments dynamically as we Navigate in the calendar, right now i m loading all the data at once, and it made the calendar very slow.
Thanks