When I add a date time editor control to a ribbon, it doesn't allow me to change the month when I click on the left and right arrows of the popup calender control. The control just collapses to its default text editor view.
This seems like a bug and should be reported to the support group. When you report the issue, please reference issue #11631. The problem is actually with the editor or maybe a combined interaction. For now, you can get around that aspect by setting its IsAlwaysInEditMode to true although you may notice that keyboard focus is not within the dropdown anymore.
e.g.
<igEditors:XamDateTimeEditor IsAlwaysInEditMode="True" DisplayMode="IncludeBoth" />
Hi Andrew,
I've got the same problem.
<igEditors:XamDateTimeEditor IsAlwaysInEditMode="True" DisplayMode="IncludeBoth" /> does not help.
Is there any solution for the collapsing Calendar in Ribbon?
Thank you.