Hi,
I have a strange problem when I select a item on a RadComboBox.
The comboBox is populated with data stored on a DB that have accented letters like: "Encuesta de alumnos próximos a graduarse"
If I view all the data binded on the control it shows me correctly, but when I select an item instead of show me the accented letter it show me a strange character like: "Encuesta de alumnos próximos a graduarse".
Any idea what can be the problem??
Note: the data is correctly stored on the DB, my query return me "Encuesta de alumnos próximos a graduarse" the problem only happened when the item is selected on the ComboBox.