Telerik - RadComboBox

We'll use this article to aggergate coding techniques for the Telerik ASP.NET ComboBox

Related Articles

... and you 'll find more on the Telerik ASPNET Menu

Change the font
 
<telerik:RadComboBox Font-Names="Verdana"
Width="500" ID="ddlWBS" runat="server" ></telerik:RadComboBox>

Databinding

Me.ddlSize.DataSource = VeneerData.SPs.DD_SOPBoxSize_SEL().getTable
Me.ddlSize.DataValueField = "BoxSize"
Me.ddlSize.DataTextField = "BoxSize"
Me.ddlSize.DataBind()

RealWorldCode gives developers practical, real‑world solutions with clean, working code — no fluff, no theory, just answers.
Links
Home
Knowledge Areas
Sitemap
Contact
Et cetera
Privacy Policy
Terms and Conditions
Cookie Preferences