This is a migrated thread and some comments may be shown as answers.

Refresh page on window close

0 Answers 403 Views
Window
This is a migrated thread and some comments may be shown as answers.
Mateusz
Top achievements
Rank 1
Mateusz asked on 05 Jan 2018, 03:09 PM

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?

No answers yet. Maybe you can help?

Tags
Window
Asked by
Mateusz
Top achievements
Rank 1
Share this question
or