RowUpdated and RowsInserted Listeners of GridView

  1. #1

    RowUpdated and RowsInserted Listeners of GridView

    Hi,

    RowUpdated and RowsInserted Listeners of GridView moved where?? The Lis

    <View>
    	<ext:GridView runat="server" LoadMask="true" LoadingText="Please wait...">
    		<Listeners>
    			<Refresh Fn="dd" />
    			<RowsInserted Fn="ff" />
    			<RowUpdated Fn="demo" />
    		</Listeners>
    	</ext:GridView>
    </View>
    The Listeners were in Ext 1.0. But not in Ext 2.0.

    Thanks
    Last edited by yash.kapoor; Oct 22, 2012 at 8:20 AM.
  2. #2
    Any idea or update...
  3. #3

Similar Threads

  1. GridView Listeners RowsInserted and RowUpdated
    By yash.kapoor in forum 2.x Help
    Replies: 9
    Last Post: Jan 03, 2013, 8:00 AM
  2. Listeners with razer
    By zhdl in forum 2.x Help
    Replies: 2
    Last Post: Jul 18, 2012, 12:53 AM
  3. Listeners with MVC3
    By zhdl in forum 2.x Help
    Replies: 0
    Last Post: Jul 09, 2012, 1:43 AM
  4. Replies: 2
    Last Post: Nov 04, 2011, 6:06 PM
  5. SelectionModel vs Listeners
    By Juls in forum 1.x Help
    Replies: 1
    Last Post: Apr 07, 2009, 5:02 PM

Posting Permissions