Hi,
I have added a dropdown in InsertItemTemplate as below:
How to add the dropdown in ItemTemplate as well as the EditItemTemplate of the RAD Grid.
How to set the selectedValue in the ItemTemplate and EditItemTemplate?
Thanks
I have added a dropdown in InsertItemTemplate as below:
<
InsertItemTemplate
>
<
asp:DropDownList
ID
=
"ddlGender"
runat
=
"server"
>
<
asp:ListItem
Text
=
"Male"
Value
=
"Male"
></
asp:ListItem
>
<
asp:ListItem
Text
=
"Female"
Value
=
"Female"
></
asp:ListItem
>
</
asp:DropDownList
>
</
InsertItemTemplate
>
How to add the dropdown in ItemTemplate as well as the EditItemTemplate of the RAD Grid.
How to set the selectedValue in the ItemTemplate and EditItemTemplate?
Thanks