Unplanned
Last Updated: 02 Apr 2024 13:54 by Huynh
DateTimePicker's Accept and Cancel commands are not fired in popup mode on WinUI
Completed
Last Updated: 13 Mar 2024 09:00 by ADMIN
Release 6.8.0
Time/Date/DateTime Picker allows you to create custom Accept and Cancel commands, still, currently there isn't a way to bind a command parameter and then use it in the corresponding command Execute method.
Unplanned
Last Updated: 22 Aug 2023 12:53 by Gerard

When setting the SelectedIndex to the TabStripStyle, the index does not change. 

 
    <ContentPage.Resources>
        <ResourceDictionary>

            <Style TargetType="telerik:TabViewHeader" x:Key="tabstripStyle">
                <Setter Property="Orientation" Value="Vertical"/>
                <Setter Property="SelectedIndex" Value="1"/>
            </Style>


        </ResourceDictionary>
    </ContentPage.Resources>
    <VerticalStackLayout>
        <telerik:RadDateTimePicker TabStripStyle="{StaticResource tabstripStyle}" x:Name="picker"/>
    </VerticalStackLayout>
Unplanned
Last Updated: 08 Jul 2022 10:40 by Carlos

 display a calendar in the dropdown of DateTime picker with an hour selector a side

for example: