I have a number of forms that open in a modal RadWindow. On the popup window, there are a number of other forms that can be edited individually. When they are saved, I wanted just a standard MsgBox to appear like so:
That works fine, however it does NOT open over the top (or take focus) over the RadWindow.
Also, once the user clicks ok on the msgbox, how can I also close the RadWindow?
MsgBox("Information has been updated. ", MsgBoxStyle.Information, "Information Update")That works fine, however it does NOT open over the top (or take focus) over the RadWindow.
Also, once the user clicks ok on the msgbox, how can I also close the RadWindow?