This is a migrated thread and some comments may be shown as answers.

RadListView

1 Answer 45 Views
ListView
This is a migrated thread and some comments may be shown as answers.
NewBee
Top achievements
Rank 1
NewBee asked on 29 Oct 2010, 04:21 PM
I have a dataset that is return to my ASPX page to be used by a RadListView Control. 

messageListCurrent.DataSource = LoadData(

True)         'this is the dataset

 

messageListCurrent.DataBind()


Now I need to access the columns and set up the ItemTemplate for RadListView in code, not in design view.  How do I do this????  I can not find any examples of this.

1 Answer, 1 is accepted

Sort by
0
Vasil
Telerik team
answered on 02 Nov 2010, 04:50 PM
Hi NewBee,

See this help topic about how you can create RadListView in the code-behind.

Greetings,
Vasil
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ListView
Asked by
NewBee
Top achievements
Rank 1
Answers by
Vasil
Telerik team
Share this question
or