J
jehugaleahsa
Hello:
We have a DataGridView on a form and we also have other controls bound
to the same data. When the user clicks on the summary data in the
DataGridView, that item is displayed in the other controls (the
details). The DataGridView is read-only.
We have a tab order set up (correctly) on the form. If you simply hit
tab and go through all of the controls, it will do it in the correct
order.
However, one of our users noticed that if she edited a detail field,
hitting tab would shoot her down to a text box further down the form.
It is always the same text box.
This seems to be taking place when the control is validating. If you
watch carefully, it appears that all of the controls are being
highlighted (the screen sort of flashes). I'm not sure what it is
doing.
There isn't any code in the code-behind that would be selecting all of
the controls. It is just really freaky.
We have a DataGridView on a form and we also have other controls bound
to the same data. When the user clicks on the summary data in the
DataGridView, that item is displayed in the other controls (the
details). The DataGridView is read-only.
We have a tab order set up (correctly) on the form. If you simply hit
tab and go through all of the controls, it will do it in the correct
order.
However, one of our users noticed that if she edited a detail field,
hitting tab would shoot her down to a text box further down the form.
It is always the same text box.
This seems to be taking place when the control is validating. If you
watch carefully, it appears that all of the controls are being
highlighted (the screen sort of flashes). I'm not sure what it is
doing.
There isn't any code in the code-behind that would be selecting all of
the controls. It is just really freaky.