Dynamically created UserControl with Store/PageProxy

Page 2 of 2 FirstFirst 12
  1. #11
    Quote Originally Posted by Daniil View Post
    Well, it should be possible if recreate the Store.

    But I would set up an UpdateProxy for saving.
    Well I Have tried but without success . It throws a syntax error.Moreover it does invoke page load event . But it never reaches to OnBeforeStoreChanged
    <UpdateProxy>
         <ext:HttpWriteProxy Url="CustomArticles/EmailOnIncidentsClose.aspx?ArticleID=164" Method="POST">
         </ext:HttpWriteProxy>
    </UpdateProxy>
  2. #12
    It is a substitution of OnBeforeStoreChanged, i.e. another way to save a data.
  3. #13
    Quote Originally Posted by Daniil View Post
    It is a substitution of OnBeforeStoreChanged, i.e. another way to save a data.
    Pardon me but it is unclear for me what you mean by saying substitution ??
    Last edited by zeus; Nov 14, 2012 at 11:40 AM.
  4. #14
    It means you should not use them - UpdateProxy and UpdateProxy - together.

    You already replaced PageProxy with HttpProxy to avoid recreating the Store on server.

    How I suggest to replace OnBeforeStoreChanged with UpdateProxy because of the same reason.

    Here is an example how to use UpdateProxy.
    https://examples1.ext.net/#/GridPane.../HandlerUsing/
  5. #15
    Quote Originally Posted by Daniil View Post
    It means you should not use them - UpdateProxy and UpdateProxy - together.

    You already replaced PageProxy with HttpProxy to avoid recreating the Store on server.

    How I suggest to replace OnBeforeStoreChanged with UpdateProxy because of the same reason.

    Here is an example how to use UpdateProxy.
    https://examples1.ext.net/#/GridPane.../HandlerUsing/
    thanks it became clear now
Page 2 of 2 FirstFirst 12

Similar Threads

  1. TabPanel and Store with PageProxy?
    By dmoore in forum 1.x Help
    Replies: 4
    Last Post: Aug 25, 2011, 3:40 PM
  2. [CLOSED] Reload store created dynamically
    By stoque in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Aug 18, 2011, 5:07 PM
  3. [CLOSED] Export dynamically created Grid/Store
    By CarWise in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 05, 2011, 12:40 PM
  4. [CLOSED] Combobox with store and pageproxy
    By John_Writers in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 15, 2011, 4:19 PM
  5. Multi Store PageProxy
    By andreydruz in forum 1.x Help
    Replies: 1
    Last Post: Jan 08, 2011, 12:28 PM

Posting Permissions