I am working on creating a bound set of datagrid/table with a chart so that when the table gets updated, it reflects in the chart. Since there isn't yet a concept of an editable table yet, I will be using the CRUD example to update a table cell. How can I achieve one way binding between the table and the chart? I went through the discussion on "Associated Views: Cross Component Interactivity for Data Visualizations" and it gives me a hint to push the datasource to the linked components one by one, the way its supported for each component. But want to know the proper and easier way of achieving this.
Thanks
Monika