G
Guest
Click event getting lost during ColumnChanging event if modal dialog displayed
I am using VS2005
I have a situation as follows:
I have a handler for DataColumnChangeEvent ColumnChanging.
Inside this event it is some times necessary to pop up a modal dialog to get
missing information.
If the ColumnChanging event occurs because the user clicked a button on the
form (to close the form) the ColumnChanging event fires ok and the modal
dialog pops up but the click event from the button never fires.
I have a small program that demonstrates the problem.
I am using VS2005
I have a situation as follows:
I have a handler for DataColumnChangeEvent ColumnChanging.
Inside this event it is some times necessary to pop up a modal dialog to get
missing information.
If the ColumnChanging event occurs because the user clicked a button on the
form (to close the form) the ColumnChanging event fires ok and the modal
dialog pops up but the click event from the button never fires.
I have a small program that demonstrates the problem.