This question is locked. New answers and comments are not allowed.
Hi,
I'm doing something which seems like it should be really simple, but for some reason I can't get it to work.
I'm using an ObjectProvider and an ObjectView to bind to a RadGridView, and that works fine. Editing data from within the grid also works fine. But there are other parts of my application that use a different object scope to modify data, and for the life of me I can't get the RadGrid to update to show this data without closing my application and starting it again.
I've tried using the ObjectProvider.Refresh() method, followed by the RadGridView.Refresh() method, but that didn't work.
I even tried calling the ObjectView.PerformRefresh() method directly, but that didn't work either.
Can someone give me a hint as to how to best make this work?
Thanks,
Marcus.
I'm doing something which seems like it should be really simple, but for some reason I can't get it to work.
I'm using an ObjectProvider and an ObjectView to bind to a RadGridView, and that works fine. Editing data from within the grid also works fine. But there are other parts of my application that use a different object scope to modify data, and for the life of me I can't get the RadGrid to update to show this data without closing my application and starting it again.
I've tried using the ObjectProvider.Refresh() method, followed by the RadGridView.Refresh() method, but that didn't work.
I even tried calling the ObjectView.PerformRefresh() method directly, but that didn't work either.
Can someone give me a hint as to how to best make this work?
Thanks,
Marcus.