or
<
telerik:RadComboBox
runat
=
"server"
ID
=
"ddlHardCopies"
HighlightTemplatedItems
=
"true"
Width
=
"250px"
AllowCustomText
=
"True"
>
<
ItemTemplate
>
<
table
>
<
tr
>
<
td
>
<
asp:checkbox
runat
=
"server"
ID
=
"chkHardCopy"
onclick
=
"stopPropagation(event);"
Text='<%# DataBinder.Eval(Container, "Value")%>'/>
</
td
>
<
td
>
<
asp:TextBox
runat
=
"server"
ID
=
"txtHardCopyQuantity"
onclick
=
"stopPropagation(event);"
Width
=
"20px"
Text='<%# DataBinder.Eval(Container, "Quantity")%>'/>
</
td
>
<
td
>
<%# DataBinder.Eval(Container, "Text")%>
</
td
>
</
tr
>
</
table
>
</
ItemTemplate
>
</
telerik:RadComboBox
>
Hi,
The ASP.NET List Box control allowed the user to hold down shift then accumulate the selection i.e. select first item, second item then fourth and all items would be selected however in the Telerik ASP.NET AJAX List Box selecting first, second then fourth would select 2-4 and de-select the first item.
Does a setting exist that reverts back the behaviour of the old ASP.NET controls?
<
asp:Button
ID
=
"btnUpdate"
Text
=
"Update"
runat
=
"server"
CommandName
=
"Update"
/>
User love to cut and paste from here and there. apply and reapply font styles etc.
This continuously leaves residual html, what for the user results in ‘strange behavior’.
Is there some way to clean or prevent this? From the editor except from going in the source?