Rank: Member Groups: Member
Joined: 11/16/2012 Posts: 11
|
I have a client which submitted a form within dialog control. Instead of hitting submit to complete the form, he hit enter. The screen blinked and saved the entry but did not close upon submittal. Is this normal behavior on enter key submit? I would like to enable to close on enter key as well.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
By default enter key posts back the page. For a full post back, the dialog will be destroyed (thus closed) unless you explicitly shows it in your code.
Thanks!
|