Hi Team,
In manual data editing, pressing Enter key in any of the input controls while editing a record triggers InitInsert command instead of the expected command e.g. PerformInsert, Update etc...
This is reproducible in the online demo as well. Steps to reproduce;
1- Edit a record.
2- Hit enter while Name input for instance is focused.
3- A postback is triggered and the command name about to be executed is InitInsert.
Is there a built-in approach to disable this behavior?