[CLOSED] gridpanel with paging

  1. #1

    [CLOSED] gridpanel with paging

    Hi
    Mine is a Razor view engine application.
    I have a gridpanel to which I have applied remote paging.
    Is there any event which get raised when the page specific data is loaded in client browser. like pagechanged etc.
    I have to update some cell values on load of gridpanel page.
    Last edited by Daniil; Oct 08, 2013 at 6:49 AM. Reason: [CLOSED]
  2. #2
    Hello!

    You can use Store's load event: http://docs.sencha.com/extjs/4.2.2/#...ore-event-load

    App.GridPanel1.getStore().on('load', function(store, records, successful) { console.log('loaded'); })
  3. #3
    Hi everybody,

    Also a PagingToolbar's Change event might be helpful.
    http://docs.sencha.com/extjs/4.2.1/#...g-event-change

Similar Threads

  1. [CLOSED] gridpanel with local paging. Maintain checkbox selection while paging
    By PriceRightHTML5team in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 20, 2013, 10:20 AM
  2. about gridpanel paging
    By jforce in forum 2.x Help
    Replies: 0
    Last Post: Jan 15, 2013, 1:54 AM
  3. Gridpanel paging bug
    By kakagu in forum 1.x Help
    Replies: 2
    Last Post: Apr 07, 2012, 1:31 PM
  4. Paging GridPanel
    By marcmvc in forum 1.x Help
    Replies: 2
    Last Post: Jul 21, 2010, 10:28 PM
  5. GridPanel Paging
    By Yannis in forum 1.x Help
    Replies: 3
    Last Post: Jun 30, 2010, 11:27 PM

Tags for this Thread

Posting Permissions