Having a RadCombobox on a form and assign a EmptyMessage later containing a diacritical character, the EmptyMessage is treated like it has been entered as a value. So it will make a call to the webservice using that value which it should not do. Code example: protected void TestLinkButton_Click(object sender, EventArgs e) { this.CountryComboBoxControl.EmptyMessage = "Bitte wählen Sie ein Land*"; }
Hello, I tested this scenario on a sample page, but I was not able to reproduce the issue you are describing. Attached you can find the page I used for testing. http://screencast.com/t/XK7n24d0m1aM Regards, Aneliya Petkova