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?
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?