[CLOSED] Extend timeout for loading a store

  1. #1

    [CLOSED] Extend timeout for loading a store

    Hi
    is it possible?
    Last edited by Daniil; Jan 09, 2011 at 12:11 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Please try <DirectEventConfig>.

    Example
    <ext:Store runat="server">
        ...
        <DirectEventConfig Timeout="120000" />
    </ext:Store>
    Default value is 30000.
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi,

    Please try <DirectEventConfig>.

    Example
    <ext:Store runat="server">
        ...
        <DirectEventConfig Timeout="120000" />
    </ext:Store>
    Default value is 30000.

    Hi Daniil What is the property to make this in the version of Ext.Net 2.0?
  4. #4
    Quote Originally Posted by osef View Post
    Hi Daniil What is the property to make this in the version of Ext.Net 2.0?
    See the following item in the Breaking Changes log:

    https://examples2.ext.net/#/Getting_...AKING_CHANGES/

    156. The Store's DirectEventConfig has been removed.
    
         Use the PageProxy's RequestConfig property instead to apply required options for the actions which are done via a PageProxy.
    
         If you use, for example, the GridPanel's submitData JavaScript method you might need to pass a respective config directly to this method as the second parameter.
         https://examples2.ext.net/#/GridPanel/Miscellaneous/Export_Data_Ajax/
    
         Example
         grid.submitData(false, { isUpload: true });
    Hope this helps.
    Geoffrey McGill
    Founder

Similar Threads

  1. [CLOSED] Store load + session timeout
    By borja_cic in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 27, 2011, 6:38 AM
  2. Replies: 12
    Last Post: May 20, 2011, 12:35 PM
  3. [CLOSED] [MVC] Extend EXT Resources
    By tiramisu in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 29, 2010, 1:32 PM
  4. Loading one store after another
    By chezinho in forum 1.x Help
    Replies: 0
    Last Post: Nov 11, 2010, 2:33 PM
  5. [CLOSED] How to extend Ext.NET components
    By pil0t in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 26, 2010, 4:46 PM

Posting Permissions