[CLOSED] GridPanel MenuFilter need to re-fire after loading data client side

  1. #1

    [CLOSED] GridPanel MenuFilter need to re-fire after loading data client side

    Hi, I need to reload grid data from client side and apply same filter which was applied on Grid menu.
    I have to hide/Show grid columns conditionally and to boost it its i am using following code, which is working fine.
    But after reloading the data Menu Filter lost and all data shown in Grid while Filter Icon remain at column header.
    I need to re-fire that Menu filter Event.

    any suggestion ???


    var gridStore = null;
    Ext.suspendLayouts();
    var filterData = App.MyGridPanel.filters.getFilterData();
    gridStore = App.MyStoreGrid.proxy.data;
    // Code to Hide/Show Grid Columns
    
    App.MyStoreGrid.loadData(gridStore, false);
    App.MyGridPanel.getView().refresh();
    Ext.resumeLayouts(true);
    Last edited by Daniil; Aug 26, 2015 at 7:26 AM. Reason: [CLOSED]
  2. #2
    Hi @aditya,

    Moved from the Help forum.

    It looks like we missed your question. Being a premium member, please post in Premium forums. Then we won't miss it.

    Though, you were not a premium member when you asked it.

    Anyways, could you, please, clarify the question is still actual or we can close the thread?
    Last edited by Daniil; Aug 26, 2015 at 7:27 AM.

Similar Threads

  1. [CLOSED] How to fire remote validation in client side?
    By trePjt in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Mar 20, 2014, 8:15 AM
  2. [CLOSED] Hot to fire a a grid command on client-side including toggle
    By blueworld in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: Oct 17, 2012, 1:53 PM
  3. [CLOSED] Iframe not loading from client side
    By LeeTheGreek in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Dec 20, 2011, 6:26 PM
  4. Bind data to GridPanel Client Side
    By AnandVishnu in forum 1.x Help
    Replies: 1
    Last Post: Sep 14, 2011, 12:18 PM

Posting Permissions