Hi,
I just noticed, that selecting a Row in an UltraCombo control causes an ArgumentException if the Column Key of the DisplayMember contains a ".". Is this an intended behaviour? if so, can it be disabled? Due to an update to our translation code, we are adding prefixes to all texts in our application, including column names.
I attached an simple example of the issue. Selecting the row in the ConboControl will result in mentioned exeption.
We are running Infragistics v12.1
The dot (.) is used as a separator character by the grid and also by the BindingManager in DotNet. So you should not use a dot in the names of any fields or tables, as this will almost certainly cause a wide range of problems with DataBinding.