Is there a way to set a button as the default if the user presses the enter key – like on a login page.
(Like ASP.NET forms)
I see the “Shortcut Key” property but ENTER is not one of the choices.
It’s not that easy with ASP.NET forms. It used to drive me crazy and I always ended up having to add javascript to find the submit button using a custom property and make it the default one. https://forums.asp.net/t/985791.aspx?ASP+NET+2+0+Enter+Key+Default+Submit+Button
With Wisej you can decide what to do when the user presses Return in several ways, here are two:
HTH
Please login first to submit.