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

Error with Combobox Selection out of range Nom du paramètre : value

1 Answer 145 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Maveric
Top achievements
Rank 2
Maveric asked on 31 Dec 2007, 10:17 AM
hi,

I have the following code in a formview :
        <telerik:RadComboBox ID="RcbFichierStat" runat="server" CssClass="txt" DataSourceID="OdsFichierStat" 
         AppendDataBoundItems="true" DataTextField="Nom" DataValueField="IdFichier" selectedvalue='<%#Bind("IdFichier") %>' Skin="Telerik"  
            RadComboBoxImagePosition="Right"
            <CollapseAnimation Duration="200" Type="OutQuint" /> 
            <ExpandAnimation Type="OutQuart" /> 
            <Items> 
            <telerik:RadComboBoxItem Text="Tous" Value="-1" /> 
            </Items> 
        </telerik:RadComboBox> 


I have the error (Message : Selection out of range Nom du paramètre : value)
 if I have the value -1 in my database
I don't understand, it must bind on the items I add on the declaration of
radcombobox.
What is the problem ??

Eric

1 Answer, 1 is accepted

Sort by
0
Rosi
Telerik team
answered on 02 Jan 2008, 05:19 PM
Hello Maveric,

Please find our online example where RadComboBox is inside RadGrid and behaves correctly.

Could you please open a support ticket and send us a simple running project illustrating the problem to test it locally.

Regards,
Rosi
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ComboBox
Asked by
Maveric
Top achievements
Rank 2
Answers by
Rosi
Telerik team
Share this question
or