Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
UltraCalendarCombo issue
posted

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.

 

 

 

 

Dim objDate1 As New

UltraWinSchedule.CalendarCombo.CalendarComboEmbeddableOwner(UltraCalendarCombo1)

e.Layout.Bands(0).Columns(

 

"ContactDate"

).Editor = objDate1.GetEditor(UltraCalendarCombo1)

e.Layout.Bands(0).Columns(

 

"ContactDate"

).FieldLen = 20

e.Layout.Bands(0).Columns(

 

"ContactDate").Format =

"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

Parents
No Data
Reply
  • 44743
    posted

    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.

Children
No Data