Pass GridPanel or Store via DirectEvent/ExtraParam

  1. #1

    Pass GridPanel or Store via DirectEvent/ExtraParam

    Hi,
    can anybody give me a short example, if it is possible, how I can pass a GridPanel object store to a directevent?

    If it isn't possible, there is a way dimilar to ext-parameter
    Value="#{Store1}.getRecordsValues()"
    but that pass only the modify records?

    Thank you!

    Stefano Lonati
  2. #2
    Hi,

    A Store instance is too big to be passed on server and it has many recursive links to be encoded. You should pass only required data.

    Quote Originally Posted by slonati_adv View Post
    Value="#{Store1}.getRecordsValues()"
    but that pass only the modify records?
    The getRecordsValues method should return all records values, not just modified.

    Do you need to get the modified records only?

Similar Threads

  1. Replies: 2
    Last Post: Feb 28, 2012, 2:03 PM
  2. Replies: 2
    Last Post: Nov 11, 2011, 3:02 AM
  3. [CLOSED] Send all treepanel nodes to directevent as extraparam
    By KorsG in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Feb 09, 2011, 4:57 PM
  4. Replies: 1
    Last Post: Nov 19, 2010, 7:01 PM
  5. Replies: 3
    Last Post: Mar 29, 2010, 9:10 AM

Tags for this Thread

Posting Permissions