This is a migrated thread and some comments may be shown as answers.

RadCombobox pupulated via WebSerice inside a RadGrid EditFormTemplate

1 Answer 61 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
max
Top achievements
Rank 1
max asked on 18 Mar 2009, 11:33 AM
Hi I'm using a Combobox populated via webservice inside a grid editform template.
When there is no data (InserMode form) the combobox works great.
When There are data I generally set the properties SelectedValue and Text; when I open the EditForm, the page throw a javascript exception and the EditForm won't appear..

This is the javascript exception:
Errore di run-time di Microsoft JScript: Sys.WebForms.PageRequestManagerServerErrorException: Selection out of range
Parameter name: value

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 18 Mar 2009, 01:00 PM
Hello max,

This is probably a server-side exception which is reported inside alert box by ASP.NET Ajax. You can try temporarily disabling ajax to debug the server-side error (set the EnableAJAX property of your RadAjaxManager or RadAjaxPanel to false). You could also open a support ticket and send us a runnable version of your application which we can troubleshoot.

Regards,
Albert
the Telerik team


Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ComboBox
Asked by
max
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or