Telerik Forums
UI for Xamarin Forum
7 answers
90 views
When I trigger Calendar.NavigateToDate() with today's date, it doesn't work. In fact, I have to add two days to today's date, then it navigates (to today+2).

E.g.:
DOESN'T NAVIGATE: 2015-01-30 08:26:50 +0000     [today]
DOESN'T NAVIGATE: 2015-01-31 08:30:13 +0000     [today + 1]
DOES NAVIGATE: 2015-02-01 08:31:24 +0000          [today + 2]

(neither the overridden WillNavigateToDate() nor DidNavigateToDate() in the calendar's TKCalendarDelegate are hit with the first two dates; they are with the last date).

Thanks

Martin
Jack
Telerik team
 answered on 06 Feb 2015
1 answer
79 views
I need to customize a cell based on the date it represents. Neither void UpdateVisualsForCell (TKCalendar calendar, TKCalendarCell cell) nor  TKCalendarCell ViewForCellOfKind (TKCalendar calendar, TKCalendarCellType cellType) allows me to do this. 

Ideally I would like to override a method similar to TKCalendarEvent[] EventsForDate (TKCalendar calendar, NSDate date) (something like TKCalendarCell ViewForCell (TKCalendar calendar, NSDate date)). Or is there some other way to do this?
Jack
Telerik team
 answered on 02 Feb 2015
2 answers
62 views
I have a Calendar with, beneath it, a UITableView that lists the events of a specific date. When the user selects a date, the UITableView updates with the events for that day. However, now the selected date is not highlighted (i.e. there isn't a circle around the date) - have to tap the date again for it to be highlighted.

Can I "force" the date to be highlighted in the DidSelectDate() method? Any other suggestions?

Thanks

Martin
Martin
Top achievements
Rank 1
 answered on 30 Jan 2015
5 answers
138 views
Hi,

Now that theming is supported albeit on a limited basis in Xamarin forms 1.3.x are there any plans to provide themes like are available in Kendo, WPF etc? 

I don't know if the ability to override a base theme like we do in WPF is something that is achievable or planned?

Any feedback would be appreciated so I can get back to our designers with our future plans and needs.

Thanks,
Norman,.
N Mackay
Top achievements
Rank 1
 answered on 29 Jan 2015
1 answer
125 views
I specifically want to capitalise the first letter of the month name, and add arrows on either side of the month name. Please see attached screenshot of what I currently have.
Jack
Telerik team
 answered on 22 Jan 2015
1 answer
139 views
Has anyone been able to get this to work with v1.3.1? It was just released and I am getting the following error when I add Telerik to my projects.

Error 55 Cannot resolve reference assemblies. Please check the reference assemblies. Cannot resolve dependency to assembly 'Xamarin.Forms.Platform.WP8, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null' because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event. ~\Xamarin.Forms\Administrator.Forms.WinPhone\MainPage.xaml Administrator.Forms.WinPhone

I am guessing the Telerik dll's are expecting 1.3.0 still event though I have Xamarin.Forms.Platform.WP8, Version=1.3.1.0 referenced. There is no difference between 1.3.0 and 1.3.1 other than 1.3.1 being able to support the Unified API in iOS.
Ves
Telerik team
 answered on 16 Jan 2015
1 answer
106 views
Hi

As advised in Ticket 883426, I have cloned https://github.com/telerik/ios-sdk/tree/master/TelerikUIExamplesInCSharp. However, when I run the C# Calendar examples and I select "Calendar with events", I get the following exception:

System.InvalidCastException: Unable to cast object of type 'TelerikUI.TKCalendarPresenterWrapper' to type 'TelerikUI.TKCalendarMonthPresenter'.<br>  at Examples.CalendarWithEvents.ViewDidLoad () [0x00125] in <redacted>Telerik/ios-sdk/TelerikUIExamplesInCSharp/Examples/Calendar/CalendarWithEvents.cs:65<br>  at at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)<br>  at MonoTouch.UIKit.UIApplication.Main (System.String[] args, IntPtr principal, IntPtr delegate) [0x00005] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:62<br>  at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00038] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:46<br>  at Examples.Application.Main (System.String[] args) [0x00008] in <redacted>Telerik/ios-sdk/TelerikUIExamplesInCSharp/Main.cs:17


 I am using version 2014.3.1022.0 of the Tekerik.Xamarin.iOS lib

Thanks

Martin
Jack
Telerik team
 answered on 15 Jan 2015
8 answers
150 views
Is UI for Xamarin Forms included in the Devcraft subscription. It does not show up in the Teelrik Control panel.
Nikolay
Telerik team
 answered on 06 Jan 2015
3 answers
163 views
I working with the latest Xamarin PreRelease, 1.3 Pre3 .

Xamarin Chart no longer works with any pre release.

I get the error:

Missing method Xamarin.Forms.BindableProperty::Create

12-15 14:35:11.449 D/Mono    (25582): Assembly Ref addref Telerik.XamarinForms.Chart[0x60772948] -> System.ObjectModel[0x64d70888]: 4
12-15 14:35:11.454 D/Mono    (25582): Assembly Ref addref Telerik.XamarinForms.Chart[0x60772948] -> System.Linq.Expressions[0x607f0590]: 3
12-15 14:35:11.454 D/Mono    (25582): Assembly Ref addref Telerik.XamarinForms.Chart[0x60772948] -> System.Reflection[0x64d75628]: 3
12-15 14:35:11.454 W/        (25582): Missing method Xamarin.Forms.BindableProperty::Create<[2]>(Expression`1<Func`2<!!0, !!1>>,!!1,BindingMode,BindableProperty/ValidateValueDelegate`1<!!1>,BindableProperty/BindingPropertyChangedDelegate`1<!!1>,BindableProperty/BindingPropertyChangingDelegate`1<!!1>,BindableProperty/CoerceValueDelegate`1<!!1>) in assembly Xamarin.Forms.Core.dll, referenced in assembly Telerik.XamarinForms.Chart.dll
12-15 14:35:11.469 E/ViewRootImpl(25582): sendUserActionEvent() mView == null
Tsvyatko
Telerik team
 answered on 01 Jan 2015
2 answers
139 views
I uninstalled Xamarin studio and other tools then went to uninstall the Telerik UI for Xamarin and it tells me I need to install Xamarin Studio... is there a way around this?
arnjmllr
Top achievements
Rank 1
 answered on 17 Dec 2014
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?