Hi,
I have implemented a prism navigable application with a page which contains a RadChartView populated dynamically with a SeriesProvider. On the first navigable page I can manipulate the series collection and remove serie or add new serie. When I remove a serie, the RadChartBase class raise an exception in UpdateDynamicSeries method. I think it's link with the way that prism manage the page (assumption that RadChartView is not link to mainview).
You can found a short sample here.
Run the sample, go to the Content page and try to remove a serie, the exception occurs.
I'm using version 2015.1.225.45 of telerik dll with implicit theme.
Thanks for your help.
Luc
I have implemented a prism navigable application with a page which contains a RadChartView populated dynamically with a SeriesProvider. On the first navigable page I can manipulate the series collection and remove serie or add new serie. When I remove a serie, the RadChartBase class raise an exception in UpdateDynamicSeries method. I think it's link with the way that prism manage the page (assumption that RadChartView is not link to mainview).
You can found a short sample here.
Run the sample, go to the Content page and try to remove a serie, the exception occurs.
I'm using version 2015.1.225.45 of telerik dll with implicit theme.
Thanks for your help.
Luc