[CLOSED] Refresh gridpanel server side

  1. #1

    [CLOSED] Refresh gridpanel server side

    Hi,

    Can you please let me know the syntax to refresh the gridpanel in c# controller's action method.
    I am doing a batch save and passing StoreDataHandler to the action method.

    Once the save is successful i need to refresh / reload the grid to show updated data.

    Thanks
    Last edited by Daniil; Jul 05, 2013 at 12:30 PM. Reason: [CLOSED]
  2. #2
    Hi @PriceRightHTML5team,

    Please clarify, are you using this example as a base?
    http://mvc.ext.net/#/GridPanel_Update/Batch/

    If so, it should not be required to refresh a GridPanel, because all the updated info should be in a response of a save request.

    If you do really need to refresh, you could try to reload a Store.
    var store = this.GetCmp<Store>("Store1");
    store.Reload();
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi @PriceRightHTML5team,

    Please clarify, are you using this example as a base?
    http://mvc.ext.net/#/GridPanel_Update/Batch/

    If so, it should not be required to refresh a GridPanel, because all the updated info should be in a response of a save request.

    If you do really need to refresh, you could try to reload a Store.
    var store = this.GetCmp<Store>("Store1");
    store.Reload();
    Thanks Daniil

    This is what i wanted.

Similar Threads

  1. [CLOSED] Refresh TreePanel Server Side
    By Antonio09 in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 17, 2012, 5:00 PM
  2. How can i refresh the Treepanel in server side
    By NishaLijo in forum 1.x Help
    Replies: 7
    Last Post: Jan 18, 2012, 10:00 PM
  3. Refresh treepanel from server side after event
    By MikeWallaroo in forum 1.x Help
    Replies: 3
    Last Post: Nov 28, 2011, 9:43 AM
  4. Replies: 2
    Last Post: Feb 21, 2011, 10:29 AM
  5. Replies: 1
    Last Post: May 13, 2009, 12:14 PM

Tags for this Thread

Posting Permissions