I've been trying out the Navigator and have some doubts about it:
- shouldn't the pages on the Navigator close using CTRL+F4, i find it odd that it doesn't since they cycle using CRTL+TAB;
- now suppose you have a form with a few textboxes inside a page and want to ask the user, when they close the page, if he wants to save the changes made. The typical dialog would display 3 options: Yes, No and Cancel. I could show the dialog using the event KryptonNavigator.Pages.Removing but I found that there wasn't a e.Cancel property that would be true if the user wanted to actually cancel the closing of the page.
Any thoughts or help would be appreciated