GridView Listeners RowsInserted and RowUpdated

  1. #1

    GridView Listeners RowsInserted and RowUpdated

    Hi,

    RowsInserted and RowUpdated Listeners has been removed. How can i use these listeners.

    Thanks
  2. #2
    Any Update...
  3. #3
    Hi,

    Any Update...
  4. #4
    <View>
        <ext:GridView runat="server" LoadMask="true" LoadingText="Please wait...">
            <Listeners>
                <Refresh Fn="dd" />
                <RowsInserted Fn="ff" />
                <RowUpdated Fn="demo" />
            </Listeners>
        </ext:GridView>
    </View>
    Any update about these Listeners, where they moved or renamed.

    Thanks
  5. #5
    Hi @Daniil,

    Any update for this thread.

    Thanks
  6. #6
  7. #7
    Thank you Vladimir Sir....
  8. #8
    Hi,

    I don't think ItemAdd and ItemUpdate can be used instead of RowInserted and RowUpdated, because description shows different meanings as follows:-

    itemupdate( record, index, node, eOpts )
    Fires when the node associated with an individual record is updated

    itemadd( records, index, node, eOpts )
    Fires when the nodes associated with an recordset have been added to the underlying store

    rowsinserted( view, firstRow, lastRow )
    Internal UI Event. Fired after rows are inserted.

    rowupdated( view, firstRow, record )
    Internal UI Event. Fired after a row has been updated.

    Please tell ItemAdd and ItemUpdate can be used instead of RowInserted and RowUpdated.

    Thnaks
  9. #9
    Hi @Daniil,

    I think this should also be in Breaking_Changes.txt.

    Thnaks
  10. #10
    Use ItemAdd and ItemUpdate events
    http://docs.sencha.com/ext-js/4-1/#!...-event-itemadd
    http://docs.sencha.com/ext-js/4-1/#!...ent-itemupdate


    These event are not working with Rowsinserted and RowUpdated.

Similar Threads

  1. Listeners with razer
    By zhdl in forum 2.x Help
    Replies: 2
    Last Post: Jul 18, 2012, 12:53 AM
  2. Listeners with MVC3
    By zhdl in forum 2.x Help
    Replies: 0
    Last Post: Jul 09, 2012, 1:43 AM
  3. Replies: 2
    Last Post: Nov 04, 2011, 6:06 PM
  4. ExtraParameters use from listeners
    By ISkomorokh in forum 1.x Help
    Replies: 0
    Last Post: Dec 10, 2009, 11:49 AM
  5. SelectionModel vs Listeners
    By Juls in forum 1.x Help
    Replies: 1
    Last Post: Apr 07, 2009, 5:02 PM

Posting Permissions