Completed
Last Updated: 29 Jan 2015 21:17 by Jim Handwerk
ADMIN
Nencho
Created on: 12 May 2014 12:07
Category: ComboBox
Type: Feature Request
1
Add the ability for the RadComboBox to provide more detailed information (Control ID) when an exception is thrown.

		
4 comments
Jim Handwerk
Posted on: 29 Jan 2015 21:17
Unless I'm missing something, this is NOT available in the stated release.  It is mentioned in the release notes that it's corrected, however no references to id exist in any "throw new ArgumentOutOfRangeException(...)" in RadComboBox.cs, version 2014.3.1209

The only thing that appears to reference the control ID is the indexed access of the RadComboBoxItemCollection.


ADMIN
Aneliya Petkova
Posted on: 24 Nov 2014 13:32
Hello,

I am glad to inform you that this feature is already added to the Telerik UI for ASP.NET AJAX suit and will be available in Q3 2014 SP1 release.

Regards,
Aneliya Petkova 
Joel
Posted on: 15 Sep 2014 15:53
This request is now 4 months old. It involves one line of code. What does "approved" mean for these requests? 

Having a feedback portal doesn't mean anything if you don't actually ACT on the feedback. 

Note that the Microsoft dropdownList control provides this error message which is significantly better than the RadComboBox message

"[ArgumentOutOfRangeException: 'ddlCountry' has a SelectedValue which is invalid because it does not exist in the list of items."
Joel Reinford
Posted on: 02 Jun 2014 20:19
Just change line 1635 to this:
throw new ArgumentOutOfRangeException("value", this.ID + " Selection out of range: " + cachedSelectedValue);