I am using the Ultracombox without any issues. However, I recently upgraded to 1.6.7 and Infragistics-8.3. Upgraded the SF Infragistics wrapper and rebuilt the my project. No obivious problems. Then I dicovered that the following code no longer displays the text value, just the combo.value? My form displays what appears to be the "character" text value as expected.
Dim Priority As String = Me.cboPriorityCds.Text 'Now displays the Value.
Michael