bruno-pere Posted July 4, 2013 Posted July 4, 2013 Hi! I want to prevent navigation in the grid only after a record has been edited. In some situations on slow connections, a post in the grid can take a few seconds and I want to prevent the user from navigation the grid in that moment. I activated WebOptions.LoadMask. I activated WebOptions.knEnabled. When the user saves the record with a enter key, per example, the grid take few seconds to show "please wait" (loadmask), post and hide the message. In the time before "please wait" is showed, the user can navigate the grid. Then, when the grid returns focus after save, the position moved by the user is lost. The grid should not lose position or the grid should not allow navigation when saving. One or another. If the user moves the cursor using the mouse, the grid should not lose position. I tried using OnKeyDown and OnKeyPress ExtEvents and e.stopPropagation, e.stopEvent, e.cancel, e.preventDefautl, etc. and nothing works. To simulate slow connections I use the program speedlimit on my mac. There are other programs for windows. I need help. Thx! Bruno
Administrators Farshad Mohajeri Posted July 4, 2013 Administrators Posted July 4, 2013 Logged as feature request.
bruno-pere Posted July 5, 2013 Author Posted July 5, 2013 I did a work around until the feature is done. Thx! Bruno
Sherzod Posted December 5, 2013 Posted December 5, 2013 Logged as feature request. Hi Farshad. This feature is implemented in the current version? Thank you.
Recommended Posts