Hi,
This is not working as I would have expected. (Using Q1)
I have a RadWindow that contains a couple of input text boxes and two buttons - Save and Cancel. For the Save button, I have added the attribute
And for the Cancel button, I have added the attribute
I open the window with the ShowDialog method.
I expected that clicking either the Save or Cancel button would cause the Closed event to be fired, including a DialogResult of True or False depending on which button was click. Instead my Close event handler doesn't receive an event and the dialog window does not close.
What am I missing?
Thanks,
Mike Maddux
This is not working as I would have expected. (Using Q1)
I have a RadWindow that contains a couple of input text boxes and two buttons - Save and Cancel. For the Save button, I have added the attribute
RadWindow.ResponseButton
="Accept"
And for the Cancel button, I have added the attribute
RadWindow.ResponseButton
="Cancel"
I have a handler for the Closed event.
I open the window with the ShowDialog method.
I expected that clicking either the Save or Cancel button would cause the Closed event to be fired, including a DialogResult of True or False depending on which button was click. Instead my Close event handler doesn't receive an event and the dialog window does not close.
What am I missing?
Thanks,
Mike Maddux