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
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.
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...:)