[CLOSED] ComponentColumn fires edit event on every keypress

  1. #1

    [CLOSED] ComponentColumn fires edit event on every keypress

    I have a textfield in componentcolumn. I want to catch an event when user has finished editing the textfield. The current edit event on componentcolumn fires on every keypress. Is there another event I should be listening to?
    Last edited by Daniil; Sep 05, 2014 at 8:09 AM. Reason: [CLOSED]
  2. #2
    Hi @jchau,

    when user has finished editing the textfield
    Please describe a moment when editing might be considered as finished.
  3. #3
    For regular grid cell editing, it's the textfield's blur event I think.
  4. #4
    Ok.

    A ComponentColumn listen to a field's Change event and fires the Edit event accordingly. So, here is a related thread.
    http://forums.ext.net/showthread.php?42581

    You can set this:
    <ext:TextField runat="server" CheckChangeEvents="change" />

Similar Threads

  1. TriggerField KeyPress event
    By reyonlines in forum 1.x Help
    Replies: 8
    Last Post: Oct 08, 2013, 6:29 AM
  2. [CLOSED] GridPanel BeforeRowSelect event fires twice
    By vadym.f in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 04, 2013, 2:30 PM
  3. Replies: 0
    Last Post: May 01, 2013, 4:35 PM
  4. [CLOSED] GridPanel RowSelect event fires twice
    By vadym.f in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jul 17, 2012, 1:30 PM
  5. [CLOSED] keypress event
    By RomualdAwessou in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 18, 2011, 3:53 PM

Tags for this Thread

Posting Permissions