Declined
Last Updated: 26 Feb 2018 16:33 by ADMIN
Created by: Geoff
Comments: 2
Category: UI for Xamarin
Type: Feature Request
1
When will you have a version of Telerik Rad controls in Visual Studio for Xamarin and Xamarin.Forms now that Microsoft has purchased Xamarin?
Declined
Last Updated: 26 Feb 2018 16:29 by ADMIN
Created by: Shritama
Comments: 1
Category: UI for Xamarin
Type: Feature Request
1
ScatterPlot currently support only numerical axis in android. It will best to support categorical axis in android.
Declined
Last Updated: 26 Feb 2018 11:01 by ADMIN
Created by: Elad
Comments: 1
Category: UI for Xamarin
Type: Feature Request
0
add RTL support for the autocomplete for iOS
Declined
Last Updated: 26 Feb 2018 11:01 by ADMIN
Created by: Oliver
Comments: 1
Category: UI for Xamarin
Type: Feature Request
1
Something similar or superior to the devexpress-grid would be fantastic.

https://components.xamarin.com/view/devexpress-grid
Declined
Last Updated: 26 Feb 2018 10:59 by ADMIN
Created by: Namek
Comments: 1
Category: UI for Xamarin
Type: Bug Report
3
I met an issue related to Xamarin.Forms RadListView (telerik component) which occurs only on iOS platform, while working fine on Android.
More details here - http://www.telerik.com/forums/radlistview-not-fitting-on-ios
Declined
Last Updated: 26 Feb 2018 10:54 by ADMIN
Created by: Prashant
Comments: 1
Category: UI for Xamarin
Type: Feature Request
0
Current behaviour is that only 1 month is shown in the view when the calendar is in month view. We need to have continous month view scroll where multiple months are visible in the view while scrolling depending on the height or multiplemonths =2 property
Declined
Last Updated: 26 Feb 2018 10:53 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 1
Category: UI for Xamarin
Type: Feature Request
1
Currently, the AutoCompleteBox's Tokens property is of type Collection<object>, this presents a problem when adding and removing items programmatically as there is no observability.

When an item is added or removed, the UI is not updated even though the token s collection has been. 

Here is a simple repro:

private void RadListView_OnItemTapped(object sender, ItemTapEventArgs e)
{
    // For this example e.Item is of type string

    (autoComplete.Tokens as Collection<object>)?.Add(e?.Item);

    // Item is added, but UI is not updated
    Debug.WriteLine($"Tokens count: {(autoComplete.Tokens as Collection<object>)?.Count}");
}

Declined
Last Updated: 26 Feb 2018 10:35 by ADMIN
Created by: Shritama
Comments: 2
Category: UI for Xamarin
Type: Feature Request
0
color for scatter nodes in scatterplot graph
Declined
Last Updated: 26 Feb 2018 10:24 by ADMIN
Created by: Shritama
Comments: 2
Category: UI for Xamarin
Type: Feature Request
2
Add markers in line graph.
Declined
Last Updated: 30 Oct 2017 17:03 by ADMIN
Created by: Fabricio
Comments: 2
Category: UI for Xamarin
Type: Feature Request
1
ListView: Concealed Search input that reveals after pull down gesture at the top of the list and its purpose is to filter the contents of the ListView. 
Declined
Last Updated: 15 May 2017 08:12 by ADMIN
ADMIN
Created by: Tsvyatko
Comments: 1
Category: UI for Xamarin
Type: Feature Request
0
Provide the ability to Center tab items horizontally.

Note:
This is already implemented, just set the HorizontalOptions of the header item to Center:
<telerikPrimitives:TabViewItem>
 <telerikPrimitives:TabViewItem.Header>
  <telerikPrimitives:TabViewHeaderItem Text="Home" HorizontalOptions="Center" />
 </telerikPrimitives:TabViewItem.Header>
Declined
Last Updated: 06 Feb 2017 13:09 by ADMIN
Created by: Lakmal
Comments: 1
Category: UI for Xamarin
Type: Feature Request
1
Hi,

Currently I'm evalating test automation tools for our xamarin project.Our first to develop an app for ios. We need to run in xamarin test cloud. Do you support it?

thanks
Declined
Last Updated: 11 Nov 2016 11:30 by ADMIN
Created by: Kyle
Comments: 2
Category: UI for Xamarin
Type: Bug Report
0
The first time our system navigates to a page with a RadSideDrawer, the page loads as expected when we set: text values, drawer length etc.... in the code behind. However, when we navigate away from and navigate back to the page with the RadSideDrawer, it seems so only show was statically set in xaml. It does not show the dynamic values we set in the code behind even though those values seem to be set successfully.
Declined
Last Updated: 12 Jul 2016 08:31 by ADMIN
Created by: Syed
Comments: 1
Category: UI for Xamarin
Type: Bug Report
1
please help me i am using telerik control for ios using xamarin how i can use selected date event handler in telerik control thank you.
1 2 3