Click here to Skip to main content
15,921,113 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

I have used teleric grid view to add,edit and delete the record.It is working fine but now i one field with dropdown box.I want add dropdown box at the time of insert the record,but its its give me the error if i have added asp.net dropdown box. following is the code..

XML
<telerik:RadInputManager runat="server" ID="RadInputManager1" Enabled="true">
            <telerik:TextBoxSetting BehaviorID="TextBoxSetting1" InitializeOnClient="false" ErrorMessage="* Requied Field">
            </telerik:TextBoxSetting>
            <telerik:TextBoxSetting BehaviorID="TextBoxSetting2">
            </telerik:TextBoxSetting>
            <telerik:NumericTextBoxSetting BehaviorID="NumericTextBoxSetting2" Type="Number"
                AllowRounding="true" DecimalDigits="0" MinValue="0">
            </telerik:NumericTextBoxSetting>
            <telerik:TextBoxSetting BehaviorID="TextBoxSetting3" InitializeOnClient="false" ErrorMessage="* Requied Field">
            </telerik:TextBoxSetting>
        </telerik:RadInputManager>



how can i add the dropdown box control in it??
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900