[CLOSED] How to increase timeout

  1. #1

    [CLOSED] How to increase timeout

    Hi,

    We have a page with a grid using Ext.net and users are getting timed out if the grid does not load within a minute. The grid pulls data from SQL Server.

    Is there a way to increase the timeout on the grid? The ASP.net timeout value is set to 40 minutes.

    Ext.Net version: 1.0
    .Net Framework 4.0

    Thanks

    Ravi Swaminathan
    Last edited by Daniil; Jul 04, 2012 at 11:19 AM. Reason: [CLOSED]
  2. #2
    To increase the Timeout, you can set the .Timeout property on the Stores Proxy.

    That said, if your Store is taking >1 minute to load, you should really think about changing how you load data. You should be loading less data, and using server-side Paging/Filtering/Sorting.

    Hope this helps.
    Last edited by geoffrey.mcgill; Jun 29, 2012 at 6:32 PM.
    Geoffrey McGill
    Founder
  3. #3

    Re: How to increase timeout

    Thanks for the server side paging/sorting/filtering suggestion, Geoffrey. We do plan to work on that shortly.

    I set the Timeout on Store using DirectEventConfig.

    Is there a way to set it globally on the page itself - giving an example?

    Thanks

    Ravi Swaminathan
  4. #4
    Quote Originally Posted by wisdomchuck View Post
    Is there a way to set it globally on the page itself - giving an example?
    I searched on the forums for you and found the following thread, which appears related to your requirements...

    http://forums.ext.net/showthread.php...lted-site-wide

    Hope this helps.
    Geoffrey McGill
    Founder

Similar Threads

  1. How we can increase the Row height of Listview
    By NishaLijo in forum 1.x Help
    Replies: 1
    Last Post: Mar 23, 2012, 1:14 PM
  2. [CLOSED] increase font size
    By nhg_itd in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 29, 2011, 7:04 AM
  3. [CLOSED] Increase spacing between items in grouptabpanel
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Aug 16, 2011, 1:25 PM
  4. Replies: 7
    Last Post: Nov 04, 2010, 9:15 PM
  5. Increase timeout session
    By Kamal in forum 1.x Help
    Replies: 0
    Last Post: Jul 15, 2009, 1:29 PM

Posting Permissions