Same problem on your exempel: http://demos.telerik.com/aspnet-ajax/listbox/examples/applicationscenarios/insertitem/defaultcs.aspx
Se attached image.
First time i use/test ListBox ....
<telerik:RadListBox ID=
"rlbAktivitet"
RenderMode=
"Auto"
AllowReorder=
"true"
AllowDelete=
"true"
EnableDragAndDrop=
"true"
Height=
"290px"
Width=
"240px"
SelectionMode=
"Single"
TabIndex=
"1"
runat=
"server"
>
<HeaderTemplate>
Rangordna 3 st:
</HeaderTemplate>
<Items>
<telerik:RadListBoxItem Text=
"Argentina"
/>
<telerik:RadListBoxItem Text=
"Australia"
/>
<telerik:RadListBoxItem Text=
"Brazil"
/>
<telerik:RadListBoxItem Text=
"Canada"
/>
<telerik:RadListBoxItem Text=
"Chile"
/>
<telerik:RadListBoxItem Text=
"China"
/>
<telerik:RadListBoxItem Text=
"Egypt"
/>
<telerik:RadListBoxItem Text=
"England"
/>
<telerik:RadListBoxItem Text=
"France"
/>
<telerik:RadListBoxItem Text=
"Germany"
/>
<telerik:RadListBoxItem Text=
"Sweden"
/>
</Items>
</telerik:RadListBox>