Unplanned
Last Updated: 15 Jan 2019 15:44 by ADMIN
Created by: Mano Sadeh
Comments: 0
Category: UI for Xamarin
Type: Bug Report
0
When the Mask property is set to letters and digits, the Mask accepts symbols too.
Unplanned
Last Updated: 14 Jan 2019 15:00 by Manish
Created by: Manish
Comments: 1
Category: UI for Xamarin
Type: Feature Request
7
Introduce Android Snackbar for Xamarin.Forms that needs to work on app level
Unplanned
Last Updated: 21 Dec 2018 11:42 by ADMIN
Created by: JJ
Comments: 0
Category: UI for Xamarin
Type: Feature Request
1

Add a StyleSelector to allow for different background colors for different AllDayAppointments. Currently all appointments share the color defined in MultiDayView or the default one.

This would allow the appointment to have different background colors depending on the context of the appointment entity.

Unplanned
Last Updated: 20 Dec 2018 15:20 by ADMIN

When Maximizing and Restoring the application's window, the RadSideDrawer's MainContent sometime gets measured wrong. This results in a corrupt state where all the main content is off-screen when the app is in the Restored state.

This can be tricky to reproduce without guidance, therefore I've recorded a video (attached) to demonstrate how to reproduce it as fast as possible with the code below:

<ContentPage ...>
    <telerikPrimitives:RadSideDrawer
            DrawerLength="400"
            AreGesturesEnabled="false"
            DrawerLocation="Bottom"
            DrawerTransitionType="SlideInOnTop"
            DrawerTransitionDuration="0.2"
            IsOpen="False"
            VerticalOptions="FillAndExpand">
        <telerikPrimitives:RadSideDrawer.DrawerContent>
            <StackLayout
                VerticalOptions="FillAndExpand"
                BackgroundColor="GreenYellow">
                <Label
                    Text="DrawerContent"
                    VerticalOptions="FillAndExpand"/>
            </StackLayout>
        </telerikPrimitives:RadSideDrawer.DrawerContent>
        <telerikPrimitives:RadSideDrawer.MainContent>
            <StackLayout
                Orientation="Vertical"
                VerticalOptions="FillAndExpand"
                BackgroundColor="LightBlue"
                Margin="0"
                Padding="10">
                <Button
                    Text="Telerik"
                    FontSize="Large"
                    BackgroundColor="Orange"
                    HorizontalOptions="FillAndExpand" />
            </StackLayout>
        </telerikPrimitives:RadSideDrawer.MainContent>
    </telerikPrimitives:RadSideDrawer>
</ContentPage>

Completed
Last Updated: 22 Nov 2018 16:14 by ADMIN
Available in minor release 2018.3.1122. It will also be available in the R1 2019 release.
Completed
Last Updated: 09 Nov 2018 13:41 by ADMIN
ADMIN
Created by: Didi
Comments: 0
Category: UI for Xamarin
Type: Bug Report
0
Available in minor release 2018.3.1109. It will also be available in the R1 2019 release.
Declined
Last Updated: 26 Oct 2018 13:51 by ADMIN
Created by: Mano Sadeh
Comments: 3
Category: UI for Xamarin
Type: Feature Request
1
Xamarin.Forms library that allows to have for Google-Map-Like sliding panel from bottom of the screen. 
Declined
Last Updated: 24 Oct 2018 08:07 by ADMIN
I have a RadLegend that is within a portion of the UI that has its visibility toggled with IsVisible. The logical tree is as follows (it's a custom styled tab UI):

MasterDetailPage -> Detail -> ContentPage -> StackLayout -> Grid (IsVisible bound to "ShowData") -> StackLayout (IsVisible bound to "ShowCategoryData") -> StackLayout -> RadLegend

Sometimes it's visible, sometimes it disappears after one of its parent control's visibility changes, sometimes it reappears. Not sure what the rhyme or reason is on when it happens. Seems to happen more on iOS than on Android, but I've seen it happen on both.

Full XAML for the page it happens on is attached.
Unplanned
Last Updated: 24 Oct 2018 06:56 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: UI for Xamarin
Type: Feature Request
1
Currently the Height is not changed, however the control should update its size when expanding/collapsing/adding new items and removing existing items.
Declined
Last Updated: 23 Oct 2018 06:57 by ADMIN
Created by: Missing User
Comments: 1
Category: UI for Xamarin
Type: Feature Request
1
When you work with mobile one of the major issues I have found is that the picker does not allow filtering so when you have more than a hundred of items the user can select on but you are displaying a thousand it’s kind of complicated, so a filtered picker would be awesome for developers that are working with Telerik controls
Completed
Last Updated: 18 Oct 2018 11:49 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: UI for Xamarin
Type: Bug Report
2
There are 2 approaches to customize the theme -> directly override the resources in the BlueResources dictionary or create a custom resource dictionary and merge it instead of the BlueResources one.

If you take the first approach in a .NET standard project and override one of the colors -> an ArgumentException is thrown:

Use the second approach as a workaround where you create a custom resource dictionary, copy all the colors from the original one and modify them within your custom one.

Available in the R3 2018 SP release.
Completed
Last Updated: 18 Oct 2018 11:48 by ADMIN
The reason for the exception is that when the IsBusy of the indicator changes, the Content is added to and removed from the visual tree. Because it is data-bound, the chart immediately tries to notify its native counterpart that an update is necessary, and the iOS control is looked up. However, sometimes, the old iOS control is found, which has been disposed.
A possible workaround is not to put content inside the busy indicator. Use the busy indicator as a simple overlay.

Available in the R3 2018 SP release.
Completed
Last Updated: 18 Oct 2018 11:47 by ADMIN
When the SelectionMode of the RadCalendar is Range and you have set a MaxDate - you should not be able to select dates after the MaxDate. However, swipe-selecting cells which are disabled is working. 

Available in the R3 2018 SP release.
Completed
Last Updated: 18 Oct 2018 11:46 by ADMIN
Available in the R3 2018 SP release.
Declined
Last Updated: 16 Oct 2018 07:14 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 1
Category: UI for Xamarin
Type: Feature Request
0
Provide a ComboBox-like filtering functionality.

With the current feature set, this might be achieved by simply allowing all the items to be visible in the SuggestionsView when the Entry is focused (instead of showing no results until filtering has started)
Declined
Last Updated: 15 Oct 2018 13:29 by ADMIN
Created by: Mano Sadeh
Comments: 1
Category: UI for Xamarin
Type: Feature Request
1
Add the ability to create a TablView without any header. This could be usful in case you want to host a few ContentView in each tab and change grammatically the select tab.

Also, a SelectedItemIndex property will be useful as well.

Thanks,
Mano
Unplanned
Last Updated: 12 Oct 2018 08:30 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 0
Category: UI for Xamarin
Type: Feature Request
1
Xamarin.Forms has made MergedWith obsolete in XF 3.1, you can now use the more traditional Source path to merge ResourceDictionaries.

Provide a path to the UI for Xamarin ResourceDictionaries. This can be done directly through the DLL itself or include the XAML files in the product distribution (or both).
Declined
Last Updated: 18 Sep 2018 11:57 by ADMIN
Created by: francesco
Comments: 2
Category: UI for Xamarin
Type: Feature Request
0
A custom Searchbar that could be display over navigation bar. (Ex: See WhatsApp)
Unplanned
Last Updated: 18 Sep 2018 07:00 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 0
Category: UI for Xamarin
Type: Feature Request
1
When using the Telerik project template, the assembly references are added using full paths.

This presents a problem for source control projects as Xamarin projects are frequently used across Mac and PC. When a windows file path to the UI for Xamarin installation folder is used, this is not compatible for a Mac machine.

Current implementation uses this type of path:

C:\Program Files (x86)\Progress\Telerik UI for Xamarin R2 2018\Binaries\[PlatformName]\Telerik.dll

This path would not be present on a Mac, however if you use a relative path instead, like this:

..\..\Progress\Telerik UI for Xamarin R2 2018\Binaries\[PlatformName]\Telerik.dll

 the developer on the Mac could place the Telerik installation in a similar folder path and both PC and Mac could use assembly references.



Alternative
Add an option to choose the Telerik NuGet package reference instead of assembly references.
Declined
Last Updated: 17 Sep 2018 13:19 by ADMIN
Created by: Software Engineers
Comments: 2
Category: UI for Xamarin
Type: Bug Report
0
Using Visual Studio for Mac, added packages using telerik nugget server, added radCalendar in xaml code. preview crashes and exception report window pops up.