Hello, I was referencing this KB article --- http://www.telerik.com/support/kb/article/b454K-ggk-b454T-cec-b454c-cec.aspx --- (which was very helpful) showing how to open one RadWindow from another. I definitely like the method of opening the second window making the main form the parent. But if you do that, how does that first RadWindow capture when the second window is closed (in case data was updated in the 2nd window and display needs to be updated in the 1st)?
For example, you open a RadWindow from the main application form to show info about a user. The data is displayed in a read-only format. To edit, you click an "Edit" button which opens a second RadWindow. If data is saved there, the first RadWindow needs to know to update data from the database. But all the while, the main application form is the parent to both RadWindows.
Can you help?
For example, you open a RadWindow from the main application form to show info about a user. The data is displayed in a read-only format. To edit, you click an "Edit" button which opens a second RadWindow. If data is saved there, the first RadWindow needs to know to update data from the database. But all the while, the main application form is the parent to both RadWindows.
Can you help?