Setting the AnimationContentColor through global styles in App.xaml causes the application to crash.
For example:
<Style TargetType="telerik:RadBusyIndicator" ApplyToDerivedTypes="True">
<Setter Property="AnimationContentColor" Value="{StaticResource Primary}"/>
</Style>
will result in an exception.
But setting the color inline in the control itself works fine.
Note that using color values (hex or named) has the same effect.
Hello,
we are using Xamarin forms Chart controls, the numbers/data labels are not showing on Pie Chart when Custom palette is given to Chart.
I can reproduce this with Samples (SDKBrowser). Attached screenshot. Please let me know any alternative to show numbers on Chart.
Thanks,
Ram prasad
http://www.telerik.com/android-ui-sunsetting?utm_medium=email&elqTrackId=7ae8549f46a94fdeacdf384fb0746c65&elq=05dc462aa0a041a1a1aa12685c181860&elqaid=12214&elqat=1&elqCampaignId=14238
Does this mean that Xamarin for Android is dead and only the Xamarin Forms version will be supported moving forward?
http://www.telerik.com/ios-ui-sunsetting?utm_medium=email&elqTrackId=d0725edf7f51483e9828ba1ecf9cdca4&elq=05dc462aa0a041a1a1aa12685c181860&elqaid=12214&elqat=1&elqCampaignId=14238
Does this mean that Xamarin for iOS is dead? Only Xamarin Forms version?
in the examples (and in my project code) the RadDataForm has a 30-40 pixel gap at the top.
You can see it when you set the background color to something other than white (see image).
How do I eliminate that?
Hi,
you can i place an Image next to an Editor like seen here?
http://www.telerik.com/xamarin-ui/dataform
thx
Martin
Hi all,
I am wondering if it is possible to programmatically update a menu item (for instance change the text) or also hide and then re-show an item.
I can get the items by the Items property of the TKSideDrawerSection but when the update in the item doesn't update the view, is there a way to force the menu redrawing ?
Dear Support,
I have tried with telerikDataControls:RadListView control but it is not showing Images in Windows and IOS but showing images in android. Could please help me out to overcome this problem.
Please find the link of our sample project for your reference.
sample Project link
With Thanks and Regards
Sudha M
I'm trying to use GaugeBarIndicator but still I'm getting error:
Severity Code Description Project File Line Suppression State
Error CS1503 Argument 1: cannot convert from 'Telerik.XamarinForms.DataVisualization.Gauges.GaugeBarIndicator' to 'Xamarin.Forms.View'
code snipet:
GaugeBarIndicator indicator = new GaugeBarIndicator();
this.Content = new StackLayout
{
Children =
{
indicator
}
};
When I try to use it in XAML:
<telerikGauges:GaugeBarIndicator x:Name="gauge" Value="75"
Fill="Green"
Offset="15"
StartThickness="0" />
I get error:
No property, bindable property, or event found for 'Content'
How can I resolve this issue?
Thanks for prompt response
the autocomplete textfield seems to come with a border (or margin... or padding...)
looks like a 1 pixel space between the autocomplete control and whatever control comes next under it
how can i get rid of it?
also the clear (x) button of the textfield isnt in the proper location (far right), seems like the textfield is not as wide as the autocomplete control itself...
how would i change it to be full width?
i attached a small picture showing the gaps... the autocomplete control is where "General hospital" is showing
thanks in advance