HomeCommunityControl GalleryForm ControlsDrop DownsTelerik Rad ComboBox for ASP.NET AJAX

Telerik Rad ComboBox for ASP.NET AJAX



Submit a Review

1,632 Downloads

16,040 Views


Description


Overview

Telerik ComboBox for ASP.NET AJAX is a flexible drop-down list control that renders anything from simple string values to any HTML you want in the drop down list. From multi-column support to template support, anything you need in a drop down can be rendered in RadCombobox. All this flexibility comes packaged in a control that renders lightweight, semantic HTML for optimum page performance and SEO.

Key Highlights:

• High-performance Rendering
• Flexible Databinding Mechanism
• Rich and Extensible Client-side API
• Load-on-Demand
• Powerful Autocomplete
• Filtering and Sorting
• Template Support
• Search Engine Friendly
• Cross Browser Support


Check out the other ASP.NET AJAX Controls offered by Telerik. The suite features over 60 powerful and advanced controls such as asp.net grid, asp.net editor, asp.net chart, and many more.

Syntax Example

<radcb:radcombobox Width="200px" Height="115px" Skin="Brick" ID="RadComboBox1" Runat="server" TabIndex="1"> <ItemTemplate> <img src='Img/<%# DataBinder.Eval(Container.Item, "CustomAttributes['ImagePath']") %>' alt="" /> </ItemTemplate> <Items> <radcb:RadComboBoxItem ImagePath="pic1.gif" Text="Beetle"></radcb:RadComboBoxItem> <radcb:RadComboBoxItem ImagePath="pic2.gif" Text="Golf"></radcb:RadComboBoxItem> <radcb:RadComboBoxItem ImagePath="pic3.gif" Text="Jetta"></radcb:RadComboBoxItem> </Items> </radcb:radcombobox>

Screenshots

Reviews

Submit a review