Declined
Last Updated: 30 Oct 2014 11:54 by ADMIN
Arnout
Created on: 19 Jun 2014 08:03
Category: ComboBox
Type: Bug Report
0
radcombobox with enableloadondemand and an emptymessage containing a diacritical character fail. Example: ä
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*";
        }
Attached Files:
1 comment
ADMIN
Aneliya Petkova
Posted on: 30 Oct 2014 11:53
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