Completed
Last Updated: 06 Jul 2017 07:23 by ADMIN
ADMIN
Martin
Created on: 03 May 2017 13:18
Category: DateTimePicker
Type: Bug Report
0
DateTimePicker: Exception when changing the theme of an once opened DateTimePicker with DateSelectionMode=Month
When DateSelectionMode is Month, RadDateTimePicker has been opened and theme is changed, there is an InvalidOperationException.

Workaround:
1. Set the DateSelection mode to Day - <pickerInstance>.DateSelectionMode = DateSelectionMode.Day;
2. Clearthe merged dictionaries for the theme
3. Add the new dictionaries
4. Set the DateSelection mode to desired -  <pickerInstance>.DateSelectionMode = DateSelectionMode.Month;



Available in LIB version: 2017.2.710
0 comments