[CLOSED] Avoid postback when "Intro" key is presed in textfield control

  1. #1

    [CLOSED] Avoid postback when "Intro" key is presed in textfield control

    Hi guys,

    How avoid the postback in a ext:textfield control?. I try with CauseValidation="false" and AutoPostback="false" but doesn't work.

    Thanks for your replies!
  2. #2

    RE: [CLOSED] Avoid postback when "Intro" key is presed in textfield control

    Hi fquintero,


    By default the <ext:TextField> does not autopostback. You would have to explicitly set the control to autopostback.*


    Can you provide a simplified .aspx code sample demonstrating how to reproduce this issue?


    I'll run a few tests as well to see if I can find any issues.*


    Geoffrey McGill
    Founder
  3. #3

    RE: [CLOSED] Avoid postback when "Intro" key is presed in textfield control

    Hi,

    When I make the example all is works fine. Then I review my page and discover the problem. When have a normal button or image button in the form, the "intro" key make the postback.

    I have other problem. The tabs in the page, in IE, works like "links". When click in any tab, the page update the url to http://myurl.com/page.aspx#.

    How I can solve this problem?


    Thanks for your replies!

  4. #4

    RE: [CLOSED] Avoid postback when "Intro" key is presed in textfield control

    Hi fquintero,

    Thanks for update. So if I understand you correctly... the original problem has been solved? If yes, then I'll mark this thread as [CLOSED].


    Re: The TabPanel problem, please create a new thread for this new topic. As a general rule, we try to keep each thread centered around one unique topic.


    Geoffrey McGill
    Founder
  5. #5

    RE: [CLOSED] Avoid postback when "Intro" key is presed in textfield control

    *Hi,


    Thanks for your replies. Yes the problem are solved, and the tab problem in IE are posted in other thread (http://forums.ext.net/showthread.php...=4132-4-1.aspx).



    Thanks!!!

Similar Threads

  1. Replies: 4
    Last Post: Mar 20, 2012, 1:27 PM
  2. Replies: 3
    Last Post: Feb 03, 2012, 4:07 PM
  3. Replies: 6
    Last Post: Oct 13, 2011, 9:51 PM
  4. [CLOSED] Creating a control by extending the ext:TextField control
    By Shanth in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Sep 12, 2011, 2:58 PM
  5. [CLOSED] How to avoid form flickering while postback
    By king1231986 in forum 1.x Help
    Replies: 4
    Last Post: Nov 06, 2008, 1:54 AM

Posting Permissions