[CLOSED] TextField DirectEvents Sucess

  1. #1

    [CLOSED] TextField DirectEvents Sucess

    Attached Thumbnails Click image for larger version. 

Name:	TextFieldError1.png 
Views:	10 
Size:	32.4 KB 
ID:	7530   Click image for larger version. 

Name:	TextFieldError2.png 
Views:	8 
Size:	31.0 KB 
ID:	7531  
    Last edited by Daniil; Jan 27, 2014 at 3:00 AM. Reason: [CLOSED]
  2. #2
    Hi @osef,

    If there is the only input field on the page and a user presses Enter, a browser submits a form automatically. I.e. a hard PostBack occurs. It dominates over a DirectEvent.

    You can add a hidden field to avoid it.
    <input type="text" style="display: none;" />
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi @osef,

    If there is the only input field on the page and a user presses Enter, a browser submits a form automatically. I.e. a hard PostBack occurs. It dominates over a DirectEvent.

    You can add a hidden field to avoid it.
    <input type="text" style="display: none;" />
    This is working Daniil, thank you.

Similar Threads

  1. Replies: 10
    Last Post: Jan 30, 2014, 11:42 PM
  2. Replies: 5
    Last Post: Aug 16, 2013, 2:40 PM
  3. Replies: 6
    Last Post: Feb 21, 2013, 4:44 AM
  4. How to add 2 DirectEvents in a gridpanl row
    By arunsathyan in forum 1.x Help
    Replies: 1
    Last Post: Jun 12, 2010, 10:45 AM
  5. Replies: 0
    Last Post: Jun 08, 2010, 6:55 AM

Tags for this Thread

Posting Permissions