How can I open a radwindow after an insert, delete or edit operation? If need to show confirmation that the operation succeeded. I would also like to show a dialog after an insert asking the user if they want to do another insert operation without going back to the grid and clicking the add button.
I've tried this
RadWindowManager1.Windows[0].VisibleOnPageLoad = true;
But it doesn't work.
Thanks
I've tried this
RadWindowManager1.Windows[0].VisibleOnPageLoad = true;
But it doesn't work.
Thanks