Hello,
In my application, I have a combo box that is bound to a SharePoint list. It is required that the user either select one of the records from the list or enter another value manually.
The problem I am having is in the validation of this comb box. If the user selects a record, I can test the Selected property for IsBlank, however, if they enter another value manually, the Selected property remains blank, so validation fails. I do not see any property of the combo box that lets me test the actual text for validation.
Does any know how to access the actual text value of a combo box so I can validate against it?
Thank you for looking
Kevin