Hi,
I'm trying to figure out the best way to achieve the following scenario:
1. Have a RadGrid display a table of information i.e.
2. When client selects a row, to generate a report ( such as a breakdown of orders) that provides more detailed information on a value (i.e. Customer's name) in selected row.
Thanks,
Yankev
I'm trying to figure out the best way to achieve the following scenario:
1. Have a RadGrid display a table of information i.e.
Customer |
# of Orders |
# of Products Ordered |
Total Revenue |
John Doe |
10 |
23 |
$2300.00 |
2. When client selects a row, to generate a report ( such as a breakdown of orders) that provides more detailed information on a value (i.e. Customer's name) in selected row.
Thanks,
Yankev