Hi,
I have upgraded my project from infragistics 5.2 to 9.2 . I found some issues in ultracalendarcombo. I have a calendarcombo inside ultragrid. when i enter some alpha or some numbers (ie invalid date) in the calendar combo , it has taken current date and display it. But i need to display empty column if the entered date is invalid.
UltraWinSchedule.CalendarCombo.CalendarComboEmbeddableOwner(UltraCalendarCombo1)
e.Layout.Bands(0).Columns(
).Editor = objDate1.GetEditor(UltraCalendarCombo1)
).FieldLen = 20
"dd-MMM-yyyy HH:mm:ss"
I used this above code to format the date. How can i clear this type of problem.
Anyone can help me.
thanks
Raja
This forum is for UltraToolbarsManager related question. You should post this question in either the schedule or grid forums for Windows Forms so someone can answer your question.