This question is locked. New answers and comments are not allowed.
I'm trying to create a control with formatted entry and a drop-down suggestions list, specifically an am / pm time field with seconds with a list of suggested but not mandatory times. I'm trying to use a RadComboBox and setting its FormatString Property to do this. I couldn't find any docs on this Property so I tried using the Mask characters from the RadMaskedEditBox docs. I've tried "HH:mm:ss tt" and simply "##:##:## LL". In neither case did it restrict values to the specified format or move the cursor to next wildcard section when I tried to type or right-arrow past non-wildcard characters of the mask or press space in front of non-wildcard characters like RadMaskedEditBox does. I've tried setting FormattingEnabled to True and False. Any ideas? Thanks.
BTW, what are the DisplayMember and ValueMember Properties for?
BTW, what are the DisplayMember and ValueMember Properties for?