Grid editing on mobile phone

Posted by: ramakrishna on 6 May 2019, 3:25 pm EST

  • Posted 6 May 2019, 3:25 pm EST

    When I edit the grid in mobile phone the one screen keyboard pops up and disappears immediately. This issue seems to be because of resize event canceling the edits.

    I was able to fix the issue in CustomEditors by commenting the resize handler

            // close editor when user resizes the window
           // this._ctl.addEventListener(window, 'resize', () => {
           //     if (this._ctl.containsFocus()) {
           //         this._closeEditor(true);
           //         this._grid.focus();
           //     }
           // });
    

    How can I do the same for native grid editor?

  • Posted 7 May 2019, 8:29 am EST - Updated 3 October 2022, 8:04 pm EST

    Hello,

    We are sorry but we were unable to replicate the issue at our end. Please refer to the image attached. you may observe that, the grid editor is working as per expectation.

    Please let us know in case we have missed something, please feel free to provide exact steps to reproduce the issue.

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels