We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

ComboBoxAdv Bug

ComboBoxAdv incorrectly sets new selected value when using databinding. If the old selected value is not the first item in the list and a new value of emptystring is selected the new value will be the first item in the list, empty string is properly selected if the old value was the first item in the list. Example if selected value is two, select new value of empty, value will be one. In case where old value is one, and select new value of empty new value will be empty. WindowsApplication2_5523.zip

3 Replies

AD Administrator Syncfusion Team January 6, 2004 10:31 PM UTC

Hi Ben, Yes, we are able to see the problem. Here is a workaround that seems to address this issue. In your DataTable code: r = dt.NewRow(); r["id"] = 4; r["val"] = ""; changing the last line to: r["val"] = " ";//space seems to take care of this issue. We will look into it further and update this posting. Regards Arun


AD Administrator Syncfusion Team January 10, 2004 12:37 PM UTC

Hi Ben An update to let you know that this issue has been addressed internally by the Essential Tools team. Kindly open an incident using Direct Trac if you have any further questions on this issue. Regards Arun


BE Ben January 12, 2004 02:18 PM UTC

Arun Thanks for the update. Ben

Loader.
Live Chat Icon For mobile
Up arrow icon