Hello,
I'm using MVVM pattern and a behavior to load hierarchical data from a radgridview... at the main row expansion I call a webservice to fetch data, after some operation I need to reload the inner gridview..... I don't know how to clean the content just loaded since if I do a
parentGrid.IsExpanded = false;
parentGrid.IsExpanded = true;
it doesn't make the call since it has the data already loaded...
Thanks in advance
Paolo
I'm using MVVM pattern and a behavior to load hierarchical data from a radgridview... at the main row expansion I call a webservice to fetch data, after some operation I need to reload the inner gridview..... I don't know how to clean the content just loaded since if I do a
parentGrid.IsExpanded = false;
parentGrid.IsExpanded = true;
it doesn't make the call since it has the data already loaded...
Thanks in advance
Paolo