Posted on Jan 19, 2012 (permalink)
Reply
Posted on Jan 23, 2012 (permalink)
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ListBoxIssue.aspx.cs" Inherits="test_ListBoxIssue" %>
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html
xmlns
=
"http://www.w3.org/1999/xhtml"
>
head
runat
"server"
title
></
</
body
form
id
"form1"
asp:ScriptManager
ID
"scriptManager1"
div
telerik:RadAjaxPanel
"RadAjaxPanel1"
telerik:RadListBox
"lbSelected"
Width
"300"
Height
"500"
EnableDragAndDrop
"true"
AllowReorder
ButtonSettings-ShowReorder
"false"
ItemTemplate
span
asp:Label
"lblText"
Text
"Hello"
asp:DropDownList
"ddlDefaultOptions"
asp:ListItem
"1"
Value
"2"
"3"
"4"
"5"
using
System;
System.Collections.Generic;
System.Linq;
System.Web;
System.Web.UI;
System.Web.UI.WebControls;
Telerik.Web.UI;
public
partial
class
test_ListBoxIssue : System.Web.UI.Page
{
protected
void
Page_Load(
object
sender, EventArgs e)
lbSelected.Items.Add(
new
RadListBoxItem());
}
Posted on Jan 24, 2012 (permalink)
Back to Top
UI controls for ASP.NET AJAX, MVC, WPF, Silverlight, Windows Forms and Windows Phone. Visual Studio productivity tools. Reporting and data layer solutions.
HTML5 / JavaScript tools for Web and Mobile applications
Functional, Performance, Load and Mobile Software Testing
CMS, Mobile Web, Ecommerce, Emarketing, Social Media
Project management software inspired by Agile best practices
It seems you haven't bookmarked any pages. Fix that by clicking the button below