I see that after reordering cells in RadListView, the data is reordered automatically. That's pretty nice. I'm looking for a way to go the other direction. If I reorder the data programmatically, I'd like the interface to refresh so it reflects the order of the data. Is this possible with RadListView?
Can i insert a button in the raddataform?
Regards.
Hi Guys,
I am trying to use the Xamarin.Forms Autocomplete control but it is very strange that it works in different way on iOS 10.3 and Android 6.0
Actually,
private void RadAutoComplete_SuggestionItemSelected(object sender, Telerik.XamarinForms.Input.AutoComplete.SuggestionItemSelectedEventArgs e)
{ var dataItem = e.DataItem;
}
When I select an item from the autocomplete list on Android => e.DataItem is of the object type from the List which is my ItemsSource.
But when I select an item on iOS the e.DataItem is actually string with the value of the selected object. but not the whole object containing all other information in it ? How to fix this ?
<telerikInput:RadAutoComplete HorizontalOptions="FillAndExpand" BackgroundColor="Transparent" ItemsSource="{Binding AreaTypes}" WidthRequest="200" TextSearchPath="AreaType" Watermark="Search here..." SuggestionItemSelected="RadAutoComplete_SuggestionItemSelected" CompletionMode="Contains">
</telerikInput:RadAutoComplete>
Hi,
Are there any examples for the attached gauge style? or how to achieve with current Telerik xamarin forms ?
Thanks,
Ram
Hello,
I am using RadCartesianChart BarSeries. In UWP I am able to show datalabels on bars by ShowLabels property when Vertical Axis is Numerical. But when I make Categorical Axis as Vertical Axis and Numerical Axis as Horizontal Axis , data labels don't appear. I am able to reproduce this issue with Telerik Samples.
It works fine on Android or iOS. can any one suggest a solution?
Thanks,
Ram
The full path of the file it points to is Topspin.Android C:\TS\TS\TS.Android\obj\Debug\__library_projects__\Telerik.Xamarin.Android.Input\library_project_imports\res\values\attrs.xml 2`
I cannot build my project while this is happening.
I would like to change the size of the text and the color of the watermark. And if possible the message of 'No items found'.
Can you help me?
Regards.
Hi Team,
I am new to Teleric for Xamarin Forms. I have a Teleric trial account & using the same I am trying to install the Package but unable to login with credentials. Getting credential dialog gain on window after entering username & password.
Can anyone suggest what am I doing wrong? Also correct If free trial credentials does not work.