Hi
I have been facing weird problem and i have lost almost my 2 days in solving this issue.
I have Ultradatetimeeditor control. Now as soon as i click Prev/Next button in dropdown calender, the text in editor gets changed. But i want the text to change when user clicks a date in the calnder just like DateTimeEditor that you get when you go to DateTime Property in the property page of UltraDateTimeEditor.
Thanks
Ajay
Hello agurevich,
Thank you for your feedback and for sharing this with us. We believe that the other community members could benefit from such threads.
Please feel free to let me know if a question about our toolset comes up on your mind.
Hi,
I ran into the same issue.
I solved it by creating my own class inherited from UltraDateTimeEditor.
See attached.
Thanks Mike.
Thats gr8...
Actually i was trying to achieve the same with ultragrid DateTime Column filter.
It has Editor of type UltraDateTimeEditor.
But setting the EditorComponent of the column to UltraCalendarCombo has resolved my problem.
Thanks very much...:)
Hi Ajay,
I don't see any way to do this with UltraDateTimeEditor.
You should consider using the UltraCalendarCombo control, instead. The UltraCalendarCombo behaves as you are describing and does not change the control's Value when you scroll the months.