Hello.
I am unable to find the source of the demo for Telerik's Xamarin Forms which is available from Google Play.
Could You post me a link please?
Thanks in advance.
In http://docs.telerik.com/devtools/android/controls/listview/listview-getting-started is defined the class City : Java.Lang.Object
This class is used in CityDataSourceAdapter http://docs.telerik.com/devtools/android/controls/listview/listview-dataoperations
How to use a class City in C# not a Java.Lang.Object?
Thanks
Hi everyone, could you give me a example how to use mulitple axes in Xamarin.iOS, it looks like example here http://d585tldpucybw.cloudfront.net/sfimages/default-source/productsimages/ui-for-xamarin/chart/axes_type_support.png?sfvrsn=2 ,
I have download example in apple appStore, but i can't find example like that ,
thanks
Good evening! I hope you're doing alright!
I just started working with Telerik for Xamarin android and I'm following the examples we have (This time, the one for RedCartesianChartView). However, it doesn't compile and shows me this error:
"Cannot implicitly convert type 'System.Collections.Generic.List<AgoraVai.MonthResult>' to 'Java.Lang.IIterable'. An explicit conversion exists (are you missing a cast?"
The error referes to this line of code:
lineSeries.Data = (Java.Lang.IIterable)this.monthResults;
I really don't know what to do D: Thank you in advance!
Is there a way we can access individual controls in a DataForm at run-time? I have several individual fields that based on other values need to become read-only etc.
Also, you do not seem to have a control for a regular button. There is a control for a toggle button, but I need to put some small buttons with icons next to fields to open pop-ups. i.e. Custom Search forms, or to display additional information about a value that has been entered.
Finally, your layouts seem to be more inline with phones, and do not take into account tablets. For example I have a form with several groups of data. On a phone the groups should be arranged vertically, however, on a tablet in landscape more, there is more than enough space to show the groups across the screen. How can we achieve this?
Many thanks for your help.
Hi there,
Does ListView use UICollectionVIew internally on iOS?
Hello,
I am using RadPieChart and it's pallette includes two different colors. I need to get palette colors as solid instead of gradient view.
How can I remove this gradient view (please see attachment pieChart.png) from my chart ? (Currently, it looks like a border on the piechart.)
Additionally, I have attached my expected pieChart view (expectedPieChart.png).
(Note: Attached chart view look like a donut chart instead of PieChart, I used white rounded container on the PieChart for this.)
Thanks,
Hello guys,
I have downloaded the sample version of Telerik. I need to use SideDrawer control so I have copied the example of Location SideDrawer (Location.xaml and Location.xaml.cs files) from Telerik Sample example folder and added all the references of Telerik into my PCL and iOS project. Though I am not able to get this SideDrawer. Will you please tell me is there anything which I have forgot to do ?
Please help....!
Thank you.