I have a column in a grid set to the Date style. I can type dates into it just fine, but when I click the dropdown button for the calendar control, I can't get out of July or August. I click the arrows pointing left and right to scroll months, and there's a little flicker in the text of the month like it's putting in the new month, and then switching it right back to July (or August if I'm going forward).
I tried setting the max value explicitly to new Date(9999,12,31), but that had no effect.
Any ideas?
Thanks,
J
J,
What version of the controls are you using? I know that there were some issues with the DateTimeEditor with the release of 9.1 that have since been fixed in the latest service release, so it's possible that one of these was affecting you. Aside from that, the only thing that I can think of is that you have MinDate/MaxDate restrictions somewhere. Where are you setting the MaxDate and on what object?
-Matt
Matt,
Thanks for the reply. I checked the Known Issues forum, and there are no posts--so I assumed there was no known problem with the DateTimeEditor. If there's already a service release, why is nothing listed in the Known Issues forum? Presumably, the issues fixed in the service release are known.
As soon as I find my product key, I'll register it and grab that service release.
I set no min value for the calendar, and I set the max to new DateTime(9999,12,31). I do that in InitializeLayout of the grid.