StrataFrame Forum

Infragistics UltraCombobox Text Issues

http://forum.strataframe.net/Topic21849.aspx

By Michael Reese - 2/6/2009

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

By Trent L. Taylor - 2/6/2009

I really am not sure why this would change anything.  We have not yet loaded 8.3.  When moving forward with releases, we generally try to keep UI updates to a minimum with 3rd party controls unless there is a specific reason or issue that an update would fix.  This is a good example of why always being on the latest UI update isn't always a great thing.  I will add the 8.3 download to my list, but it will be a week or two before I can get this done.  We do not currently have an active subscription with them so I will have to start that process.
By Michael Reese - 2/6/2009

I agree, it's amazing how many things can go worng! I have a coded workaround in the meantime.

Thanks Trent.