Hi,
I am using telerik listview in our project, where we have a scenario the user can expand and collapse the content of the listview item and we use visibility to play with expand and collapse. when we collapse the listview item the height of that item is not getting reduced. the user can see the empty space when the item is collapsed.
Is there any way we can force the UI to get redraw, so that the empty space can be avoided or any other way can we solve this issue.
Hi,
I am trying to create a stacked bar chart 2 separate columns for each data point starting from 0. Attached is what i have managed to achieve. I the second stack group to start from 0. Any suggestions on how to do this? I have set the first series of the second stack of data (the green one) to as combinemode.cluster which has moved the green data to start from zero however the purple and grey elements then just hover in a 3rd column at the same height as they are in the attached.
Also the green bar is as tall as the blue+yellow combined, however the chart UI doesn't seem to be auto sizing the chart correctly for this view, so there could be a bug here.
Thanks in advance
Phil
I have a simple page with one Image. Without any telerik controls. When I`m first loading the page it retrieves database and getting the PAth for the image source from SQLite. It is runnig ok, but if im adding assembly for Telerik listView (even without using it)
[assembly: Xamarin.Forms.ExportRenderer(typeof(Telerik.XamarinForms.DataControls.RadListView), typeof(Telerik.XamarinForms.DataControlsRenderer.iOS.ListViewRenderer))]
it breaks that simple assigning . Again I`m not even adding any telerik control. Thanks in advance for any help.
Hi, there!
We're planning on developing a mobile app and we haven't decided on going hybrid, C# (shared code) or purely native. We need this app to have several views and also have a background service to fire alarms that will be stored in our client's database, not locally in the phone.
Do you think we can use the hybrid approach? Or should we pick any of the other two ways?
Thanks a lot!
Hi, I am trying to format labels to be integer digits and include a character to represent a unit of measurement. I am using Xamarin Forms and here is the xaml:
<telerikChart:NumericalAxis Minimum="0" LabelFormat="%2.0f L" />
The above line will display whole numbers followed by the letter L on Android, but iOS it still shows one decimal place and no letter after the number. I have tried a combination of formatting options by iOS and I can't seem to change the label's format on iOS.
Is there a way to adjust the label format for iOS to remove decimals and add a letter to the label? I can separate the format string out to be platform specific, if they use different formatting rules. Thanks
I'm on the latest version of UI for Xamarin, 2015.3.1202, and everything works in debug. When I change it to release and try and compile in Android, I get the following linker error:
Severity Code Description Project File Line Suppression State
Error The "LinkAssemblies" task failed unexpectedly.
Xamarin.Android.XamarinAndroidException: error XA2006: Reference to metadata item 'System.Void Java.Interop.JavaTypeParametersAttribute::.ctor(System.String[])' (defined in 'Telerik.Xamarin.Android.Common, Version=2015.3.1202.0, Culture=neutral, PublicKeyToken=null') from 'Telerik.Xamarin.Android.Common, Version=2015.3.1202.0, Culture=neutral, PublicKeyToken=null' could not be resolved. ---> Mono.Cecil.ResolutionException: Failed to resolve System.Void Java.Interop.JavaTypeParametersAttribute::.ctor(System.String[])
at Mono.Linker.Steps.MarkStep.MarkMethod(MethodReference reference)
at Mono.Linker.Steps.MarkStep.MarkCustomAttribute(CustomAttribute ca)
at Mono.Linker.Steps.MarkStep.MarkCustomAttributes(ICustomAttributeProvider provider)
at Mono.Linker.Steps.MarkStep.MarkType(TypeReference reference)
at MonoDroid.Tuner.MonoDroidMarkStep.MarkType(TypeReference reference)
at Mono.Linker.Steps.MarkStep.MarkType(TypeReference reference)
at MonoDroid.Tuner.MonoDroidMarkStep.MarkType(TypeReference reference)
at Mono.Linker.Steps.MarkStep.MarkType(TypeReference reference)
at MonoDroid.Tuner.MonoDroidMarkStep.MarkType(TypeReference reference)
at Mono.Linker.Steps.MarkStep.MarkField(FieldReference reference)
at Mono.Linker.Steps.MarkStep.InitializeFields(TypeDefinition type)
at Mono.Linker.Steps.MarkStep.InitializeType(TypeDefinition type)
at Mono.Linker.Steps.MarkStep.InitializeAssembly(AssemblyDefinition assembly)
at Mono.Linker.Steps.MarkStep.Initialize()
at Mono.Linker.Steps.MarkStep.Process(LinkContext context)
at Mono.Linker.Pipeline.Process(LinkContext context)
at MonoDroid.Tuner.Linker.Process(LinkerOptions options, LinkContext& context)
at Xamarin.Android.Tasks.LinkAssemblies.Execute()
--- End of inner exception stack trace ---
at Xamarin.Android.Diagnostic.Error(Int32 code, Exception innerException, String message, Object[] args)
at Xamarin.Android.Tasks.LinkAssemblies.Execute()
at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__26.MoveNext() BGNMobileApp.Droid
if (property.Name == "StartDate") {
if (this.ownerVC.dataSource ["StartDate"].ValueCandidate == null) {
((TKDataFormDatePickerEditor)editor).EditorValueLabel.Text = string.Empty;
}
}