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

Use RadListView item as variable for a RadGrid

0 Answers 43 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Allan
Top achievements
Rank 2
Allan asked on 05 Jun 2012, 11:08 PM
I would like to nest a RadGrid within the ItemTemplate/AlternatingItemTemplate of a RadListView and then use a ListView dataitem as a variable for the select statement that populates the RadGrid datasource.

For example:
______________________________________________
User Name: jdoe
First Name: John
Last Name: Doe
______________________________________
|_UserName__|__Workstation__|_LastLogOn_|
|     jdoe           |   PC103              |     8:00 am   |
______________________________________

______________________________________________
User Name: ssmith
First Name: Sally
Last Name: Smith
______________________________________
|_UserName__|__Workstation__|_LastLogOn_|
|      ssmith       |           PC107     |     8:05 am   |
______________________________________

______________________________________________


Is this possible?


No answers yet. Maybe you can help?

Tags
ListView
Asked by
Allan
Top achievements
Rank 2
Share this question
or