Hello,
Can you please add the control ID to this error so the affected control can be easily identified? Right now, if you have a page with multiple combo boxes, it is extremely time consuming to locate the one with the issue.
Thank you,
DJ
--
Selection out of range
Parameter name: value
Description: An unhandled exception occurred during
the execution of the current web request. Please review the stack trace
for more information about the error and where it originated in the
code.
Exception Details: System.ArgumentOutOfRangeException: Selection out of range
Parameter name: value
Source Error:
An unhandled exception was generated during the execution of the current
web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
|
Stack Trace: [ArgumentOutOfRangeException: Selection out of range
Parameter name: value]
Telerik.Web.UI.RadComboBox.PerformDataBinding(IEnumerable dataSource) +339
Telerik.Web.UI.RadComboBox.OnDataBinding(EventArgs e) +1196
Telerik.Web.UI.RadComboBox.PerformSelect() +34
System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() +134
Telerik.Web.UI.RadComboBox.OnPreRender(EventArgs e) +57
System.Web.UI.Control.PreRenderRecursiveInternal() +200
System.Web.UI.Control.PreRenderRecursiveInternal() +297
System.Web.UI.Control.PreRenderRecursiveInternal() +297
System.Web.UI.Control.PreRenderRecursiveInternal() +297
System.Web.UI.Control.PreRenderRecursiveInternal() +297
System.Web.UI.Control.PreRenderRecursiveInternal() +297
System.Web.UI.Control.PreRenderRecursiveInternal() +297
System.Web.UI.Control.PreRenderRecursiveInternal() +297
System.Web.UI.Control.PreRenderRecursiveInternal() +297
System.Web.UI.Control.PreRenderRecursiveInternal() +297
System.Web.UI.Control.PreRenderRecursiveInternal() +297
System.Web.UI.Control.PreRenderRecursiveInternal() +297
System.Web.UI.Control.PreRenderRecursiveInternal() +297
System.Web.UI.Control.PreRenderRecursiveInternal() +297
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +7474
|