Hi, I'm fairly new with the suite of controls so it's a huge learning curve for me.
In using the UltraCalendarCombo to replace the .Net one, I am having some issues in trying to figure out the following:
a) when the control has focus, being able to tab across MM/DD/YYYY, for example when focus is on the control I'd like to be able to type 1 (for Jan) press tab key to go to the Day
b) only allowing numbers or "/" as input, currently I can type anything I want
c) if Month area is at focus, I'd like the updown part to work for month, if Day then Day, year then year (I assume I could this in code if not readily avail on the control)
Thanks in advance,
Glenn
It seems I was using the wrong control, I should have been using the UltraDateTimeEditor.