Hi,
I'm trying to do something similar to this example: http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/popupeditform/defaultcs.aspx
But I can't find the property SelectedValue in the dropdownlist to bind it with the value, like this:
There is another way to do this?
Regards,
I'm trying to do something similar to this example: http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/popupeditform/defaultcs.aspx
But I can't find the property SelectedValue in the dropdownlist to bind it with the value, like this:
<asp:DropDownList ID="DropDownList1" runat="server" SelectedValue='<%# Bind("TitleOfCourtesy") %> |
Regards,