Hello,
I'm developing application with ADO DB, using telerik. Currently my problem is to reload data of RadGridView after I commit changes to DB from another window.
My app structure is Window (main window) with Pages inside. In some places I'm calling window.ShowDialog() (<- dialog window), and those windows contains some editable data, which I commit to db. And after I commit those data I want to refresh my page, inside my main window. However, pages aren't static, so I can't simply call any refresh of their containters from my dialog window. Is there any way to set something like listening to page, which is triggered after dialog window is closed? Or is there any other way to refresh data on window closing?