Rank: Member Groups: Member
Joined: 10/4/2007 Posts: 20
|
hi,
is possible for the next product version give to developer the choice to able/disable the handles enter key??
Thanks Seltris
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi,
We currently do not have that on our list because automatically handles enter key is what most developers wants. If you do not want that, you can set the dialog's AcceptbuttonPostBack to false and then handle ClientSideOnAccept by yourself. Returns false from ClientSideOnAccept to prevent the dialog from being closed.
Thanks
|