Datagrid row save

Good morning,

Is there a way to stop the DataGrid uopdating upon pressing the Enter / Return Key while editing a row? I'd like to make the users always click a button.

Cheers
Reg

Not sure about such feature. You can do that on our demo?

Hi enchev,

No, your demo doesn't react that way, but mine does. Must be something I've coded up incorrectly.

Cheers
Reg

Morning enchev,

Turns out this was happening because I had a submit button on the page. Changing it to a standard button changed the behaviour accordingly.

Cheers
Reg