Quantcast
Channel: BlogoSfera » populate
Viewing all articles
Browse latest Browse all 10

Telerik Radcombobox.SelectedValue not working

$
0
0

I am trying to populate my telerik dropdown on page load. I am using the following code for this: ddIntervention.SelectedValue=3 The RadComboBox is inside two update panels. aspx page: <telerik:RadComboBox ID="ddIntervention" runat="server" DataSourceID="SqlDataSource3" DataTextField="ProcedureDesc" MaxHeight="180px" Filter="Contains" DataValueField="ProcedureID" HighlightTemplatedItems="True" MarkFirstMatch="True" Width="350px" EmptyMessage="Search By Intervention Name" EnableAutomaticLoadOnDemand="True" ShowMoreResultsBox="True" EnableVirtualScrolling="True" ItemsPerRequest="10" DropDownWidth="350px" AutoPostBack="True" CausesValidation="False" ResolvedRenderMode="Classic" AllowCustomText="true"> </telerik:RadComboBox> <asp:SqlDataSource […]

The post Telerik Radcombobox.SelectedValue not working appeared first on BlogoSfera.


Viewing all articles
Browse latest Browse all 10

Trending Articles