Declined
Last Updated: 25 Aug 2021 06:53 by ADMIN
Mark
Created on: 29 Jul 2021 16:41
Category: UI for Xamarin
Type: Feature Request
0
calendar picker
Would like an alternative date picker.  This would allow you to choose a date from a monthly calendar instead of scrolling month, date, or year.  It would be similar to the web version.
4 comments
ADMIN
Didi
Posted on: 25 Aug 2021 06:53

Hello Mark,

Thank you for your feedback. I will change the status of this item to Declined as a calendar picker can be achieved using TemplatedPicker. This picker allows you to create a custom picker based on the scenario you want to achieve.

Regards,
Didi
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Mark
Posted on: 24 Aug 2021 13:19

Didi,

Yes. We were able to get it to work with the TemplatedPicker.

ADMIN
Didi
Posted on: 24 Aug 2021 10:12

Hello,

Could you please verify whether the TemplatedPicker can be used in the scenario you want to achieve - Calendar Picker control? If not, please elaborate more on the exact requirements you have and the scenario you want to achieve? 

I look forward to your reply.

Regards,
Didi
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

ADMIN
Didi
Posted on: 02 Aug 2021 14:22

Hello,

I have changed the item ststus to Under Review. 

You can achieve a calendar picker using Templated Picker and add a Calendar control to it. We have a sample in our TemplatedPicker Getting Started Article.

Example:

<telerikInput:RadTemplatedPicker>
    <telerikInput:RadTemplatedPicker.SelectorTemplate>
        <ControlTemplate>
            <telerikInput:RadCalendar SelectedDate="{TemplateBinding SelectedValue, Mode=TwoWay}"/>
        </ControlTemplate>
    </telerikInput:RadTemplatedPicker.SelectorTemplate>
</telerikInput:RadTemplatedPicker>

Regards,
Didi
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.