I have a Silverlight RadGridView with a single HierarchyChild. I am using DomainDataSource via RIA to populate the GridView. I Add/edit records for the heiarchial rows from within a childwindow editform, whcih was launched by clicking one of the hierarchial rows for existing records or from a button for new records, This information updates the backend data from which is the source of the data for the new records or from a row that i clicked for the child window originally.
Once the child window is closed (the updated information has already been sent and once the submitted changes fires in the childwindow (domaindatasource ), i close the child window). Next, I call the load method for the DomainDataSource.In the Loaded event for the GridView's domaindatasource, i then call GridView.Rebind().
Result:
The rows in the hiearchy records never update. If i click to another page and come back they then update.
Is there another step that i am missing
Once the child window is closed (the updated information has already been sent and once the submitted changes fires in the childwindow (domaindatasource ), i close the child window). Next, I call the load method for the DomainDataSource.In the Loaded event for the GridView's domaindatasource, i then call GridView.Rebind().
Result:
The rows in the hiearchy records never update. If i click to another page and come back they then update.
Is there another step that i am missing