[CLOSED] AfterEdit in Ext 2x?

  1. #1

    [CLOSED] AfterEdit in Ext 2x?

    Hi,

    What should we use instead of AfterEdit in Ext 2x?

    For Eg: In Ext 1x we use like this:

    <AfterEdit Fn="ValidateAfterEdit" />
    Please guide us.
    Last edited by geoffrey.mcgill; Jan 06, 2014 at 3:34 AM. Reason: [CLOSED]
  2. #2
    Hello

    If I understand correctly, the CellEditing plugin is what you want

    <Plugins>
                    <ext:CellEditing runat="server">
                        <Listeners>
    	                    
                            <Edit Fn="edit" />
                        </Listeners>
                    </ext:CellEditing>
                </Plugins>
    (example usage https://examples2.ext.net/#/GridPane..._DirectMethod/)
  3. #3
    Please see item #44 of the 2.0.x Breaking Changes:

    https://examples2.ext.net/#/Getting_...AKING_CHANGES/

    Hope this helps.
    Geoffrey McGill
    Founder
  4. #4

    AfterEdit in Ext 2x?

    Hi,

    Thank you for your guidance. Please mark this post as closed!!

Similar Threads

  1. Gridpanel - Afteredit Event
    By Tbaseflug in forum 1.x Help
    Replies: 1
    Last Post: Feb 09, 2012, 9:22 AM
  2. AfterEdit after RemoteValidation?
    By chearner in forum 1.x Help
    Replies: 0
    Last Post: Oct 19, 2011, 6:15 PM
  3. RowEditor and AfterEdit
    By alexrodi82 in forum 1.x Help
    Replies: 3
    Last Post: Oct 17, 2011, 6:09 PM
  4. AfterEdit in GridPanel
    By huzzy143 in forum 1.x Help
    Replies: 0
    Last Post: Sep 10, 2011, 5:29 PM
  5. afteredit in gridedtor
    By Mohammad Yakub in forum 1.x Help
    Replies: 2
    Last Post: Jan 27, 2009, 7:23 AM

Posting Permissions