This question is locked. New answers and comments are not allowed.
Is it possible to use a gridviewexpressioncolumn in a radgridview as a datasource for a series mapping in a bar chart? My gridview is analogous to the one at http://demos.telerik.com/silverlight/#GridView/ExpressionColumn, and I want to chart the values in "total value in stock" in a bar chart, just like in http://demos.telerik.com/silverlight/#Chart/Gallery/Bar. Is it possible to do this without repeating the calculation?
Ideally, the bar chart would be updated whenever the inputs (price or qty) were edited in the gridview as well.
Ideally, the bar chart would be updated whenever the inputs (price or qty) were edited in the gridview as well.