Product: Telerik UI for WPF
Control: RadDatePicker (custom inherited as NewDatePicker)
Target Framework: .NET Framework 4.7
Issue Summary:
W're facing an inconsistency in behavior with the RadDatePicker control between development and test environments.
Steps to Reproduce:
2. Set SelectedDate = DateTime.Now.AddMonths(-6) (e.g., Jan 23, 2025).
3. Run the application and open the DatePicker calendar.
4. Observe the calendar view:
What We Tried:
Note: In Test environment First time click that time its show the current Date secound time I click that time it show the expected output.
I using the <telerik:RadDatePicker>
DisplayFormat = (Long or short) only there I need a customer format how we archive.
Example : 1 July 2025, 1 JUL 2025
Is it possible to have the RadCalendar inside the RadDatePicker and RadDateRangePicker to have a different theme than the RadDatePicker and the RadDateRangePicker?
I tried setting this within the RadDatePicker control's xaml:
<telerik:RadDateTimePicker.CalendarStyle>
<Style TargetType="telerik:RadCalendar">
<Setter Property="telerik:StyleManager.Theme"
Value="Windows11" />
</Style>
</telerik:RadDateTimePicker.CalendarStyle>
...but it has no effect.
When Static header are enabled and few columns are fixed,
Scenario:
1.If the Start and End Dates range are more than 1 month, the data is not exactly aligned with the Header dates after scrolling towards right.
2.If filter is applied, then the footer is displayed at very bottom.
Hello,
How can I change the header button text color and the week number text color (see attachment)?
Kind regards
Hello,
I want to know if its possible to update Gantt Tasks when you change a Start Date or End Date from the Grid View part. For example, if I delay Proptotype Task, all the task behind should be delayed the same time as Prototype.
Hi,
I used RadTimeSpanPicker, but I got a situation where I also needed a date.
So I want to use RadDateTimePicker as in the picture,
But with the RadTimeSpanPicker clock and not with the clock that RadDateTimePicker has.
I would be happy to help if this can be done and how
Thank you.
I want to change DateTime.Now format like MM/dd/yyyy throughout application. so please help me out.
Thanks & Regards
Murugan M