I have a simple Kendo grid with inline editing capabilities that I want to tie to a Pie chart.
Basically, when I update the value of a certain row[column] in the grid, I want the Pie chart
to reflect the change and redraw immediately. How can I do that?
The data for the grid is saved/added to a List<ProductViewModel> which has Name and Price properties.
Basically, when I update the value of a certain row[column] in the grid, I want the Pie chart
to reflect the change and redraw immediately. How can I do that?
The data for the grid is saved/added to a List<ProductViewModel> which has Name and Price properties.