Hi All, i'm working on producing a dynamic pie chart that's linked to a Radgrid column and updates as the grid is being filtered .
I have a Radgrid with the following columns;
application ids'
Application Status (only 3 status's "accepted/declined/in-progress")
Received date from
Revived date to
BatchID
What i'm trying to achieve;
1) Piechart that's based on the application status column
2) The Pie chart to recalculate when the applications are being filtered by Received date or batchID
Any advise or solutions will be much appreciated.