I have a grid that is part of a user control. Everything is working fine, except when editing an item. When you are inside one of the textbox of the GridBoundColumns and press the "Enter" key, the "Add new record" command button gets pressed and the insert form is opened up.
I guess I could disable the insert button when in edit mode, but I would prefer that the default button when in the editform be the submit button of the editform.
All the examples I have tried seem to work they way I want them to, but I can't see why my grid behaves differently.
Help or suggestions would be appreciated.
-Steve
I guess I could disable the insert button when in edit mode, but I would prefer that the default button when in the editform be the submit button of the editform.
All the examples I have tried seem to work they way I want them to, but I can't see why my grid behaves differently.
Help or suggestions would be appreciated.
-Steve