I have a grid control with Form template for editing, with EditMode="PopUp" and PopUpSettings-Modal="true". Now while click on add or edit button, edit template from(popup) will open. Then just press on enter button on keyboard, will open another edit template form.
My observation is even after opening edit form, control focus remains in parent. So while opening edit form I am explicitly set focus on control in edit form, and found working fine. But after click anywhere in edit form except any controls or just drag edit form, then press enter, will open new edit form.
My observation is even after opening edit form, control focus remains in parent. So while opening edit form I am explicitly set focus on control in edit form, and found working fine. But after click anywhere in edit form except any controls or just drag edit form, then press enter, will open new edit form.
