I have a RadComboBox that fills with people’s names, and then a RadGridView that populates with more data about the person chosen.
There is a problem only on Mac’s with character encodings, such as: Saône (The symbol above the ‘o’ causes the application to freeze and crash when trying to bind the list to the grid view/combo box itemsource).
This problem only occurs when using the app on a Mac, all the symbols work on Windows.
Has anyone experienced this or know of a fix where I won't have to replace each symbol letter for a plain english one?
Thanks,
Misha