Posted 22 Mar 2011 Link to this post
<
telerik:RadComboBox
ID
=
"cboProducts"
runat
"server"
Skin
"Windows7"
Font-Names
"Tahoma"
Font-Size
"13px"
Width
"500px"
Height
"150px"
CollapseDelay
"0"
EmptyMessage
"-- Select --"
CausesValidation
"false"
EnableLoadOnDemand
"true"
EnableItemCaching
ExpandDelay
MarkFirstMatch
HighlightTemplatedItems
ShowMoreResultsBox
EnableVirtualScrolling
ShowToggleImage
>
ExpandAnimation
Duration
Type
"None"
/>
CollapseAnimation
HeaderTemplate
table
style
"width: 500px"
cellspacing
cellpadding
tr
td
"width: 100px;"
Product ID</
"width: 330px;"
Product Name</
"width: 70px;"
Product Price</
</
ItemTemplate
"width: 465px"
"width: 90px;"
<%# DataBinder.Eval(Container, "ProductID")%>
"width: 300px;"
<%# DataBinder.Eval(Container, "Attributes['ProductName']")%>
align
"right"
<%# DataBinder.Eval(Container, "Attributes['ProductPrice']")%>
Posted 23 Mar 2011 Link to this post