Telerik Forums
UI for Xamarin Forum
3 answers
123 views

Hello

is it possible to change the position of the month name and put it as the title of the activity, like in google agenda .?

Lance | Senior Manager Technical Support
Telerik team
 answered on 15 Sep 2017
3 answers
547 views

Hi,

 

We are trying now Telerik for Xamarin and we have a build issue:

First, we met the "java.exe" exited with code 2.

Then we activated Multi-Dex, and now we have: "java.exe" exited with code 1.

We are stuck...

 

JM
Top achievements
Rank 1
 answered on 15 Sep 2017
8 answers
159 views

The Xamarin Forms android sample doesn't compile in Visual Studio 2013.

Setting the max heap size to 1G does the trick but it would be worth updating the sample as someone new to Xamarin won't know that trick.

Stefan Nenchev
Telerik team
 answered on 14 Sep 2017
4 answers
194 views

HI, 

I am trying to define listview ItemSwipeContentTemplate but via C#. Can someone help me convert the XAML declaration here to C# alternate.

 

http://docs.telerik.com/devtools/xamarin/controls/listview/features/listview-features-cell-swipe

THIS IS WORKING:
<telerikDataControls:RadListView.ItemSwipeContentTemplate><DataTemplate><Grid><Grid.ColumnDefinitions><ColumnDefinition Width="100"/><ColumnDefinition/><ColumnDefinition Width="100"/></Grid.ColumnDefinitions><Button Text="increase" TextColor="White" BackgroundColor="#FF9966" Clicked="IncreaseButtonClicked"/><Button Text="decrease" TextColor="White" BackgroundColor="#66CCFF" Clicked="DecreaseButtonClicked" Grid.Column="2"/></Grid></DataTemplate></telerikDataControls:RadListView.ItemSwipeContentTemplate>

 

THIS IS NOT WORKING: 

Productlist.ItemSwipeContentTemplate = new DataTemplate(typeof(Itemcell));

public class Itemcell : ItemSwipeTemplateCell { public Itemcell() { Label text = new Label (){Text="Edit" }; this.View = text; } }


 

Lance | Senior Manager Technical Support
Telerik team
 answered on 13 Sep 2017
3 answers
131 views

Hello

i want to make item swipe content template in cs file not in xaml 

i tried this 

      MainList.ItemSwipeContentTemplate = new DataTemplate(() =>
            {

                var mainGrid = new Grid { ColumnSpacing = 0, RowSpacing = 0, Padding = 0, Margin = 0 };

                mainGrid.Children.Add(new Label { Text = "Sign"});

                return new ItemSwipeTemplateCell{ View = MainGrid };
            });

but it throws nullreferenceexception

i think the problem is in the last line 

but what else should i return 

i tried a lot of returns but all throws the same exception 

please help me ASAP

 

Stefan Nenchev
Telerik team
 answered on 13 Sep 2017
3 answers
107 views

How do I change the text "ALL-DAY" on the dayview?

Kind regards,

Anders

Anders
Top achievements
Rank 1
 answered on 11 Sep 2017
2 answers
73 views

Hello,

I have a BusyIndicator with a custom animation (an image that I'm rotating).  Everything works fine except the animation pauses each time it completes one cycle (I have it rotating from 0 to 360).  Is there anyway to disable the pause (I tried setting StartDelay - the only property that seemed relevant - to 0, but that only controls the initial loop not the start of each loop).

 

I guess I can do a work around by just setting the "to" property to something very large and changing the duration to make the animation happen at the same speed, but I was hoping there was a more elegant solution.

 

Thanks
Matt
Top achievements
Rank 1
 answered on 11 Sep 2017
3 answers
113 views
Is there a way to have a different colors for different point on a single line for TKChartLineSeries?
Stefan Nenchev
Telerik team
 answered on 08 Sep 2017
1 answer
87 views
I am using a listview and I am applying the swipe feature to it and also contains a group header. I faced no problems on the ios version and the user can not swipe the group headers, but on the other hand, the user is able to swipe the group header! so whats the problem here? (I am using API 25 , Xamarin.Forms 2.3.4.270, Android libraries 25.4.0.2).
Nikolay Demirev
Telerik team
 answered on 07 Sep 2017
3 answers
147 views

I am using the ItemSwipeContentTemplate feature of telerik listview.In IOS, when I swipe the item it is getting swipped but the issue I am facing is it is giving some fixed height to swip-able area where I can trigger some event and leaving the other part of item area empty even though I have given the very much height to grid to cover the full area but it is not doing so. After doing the left swipe, i want to make the full area triggable and want to give the color to full area.

Thanks In Advance.

mo
Top achievements
Rank 1
 answered on 07 Sep 2017
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?