Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
95
ArgumentException caused by column key containing "."
posted

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

InfragisticsDotTester.zip
  • 469350
    Verified Answer
    Offline posted

    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.