[CLOSED] can we simplify the output of the Ext.Net

  1. #1

    [CLOSED] can we simplify the output of the Ext.Net

    Hello:

    we try to load about 700 record into grid panel and found there is a performance hit for the browser. we look at the source code of the page which is Ext.Net generated and found there are many tags. Another reason is the store.filter() method in client side take a very long time.

    Just want to know is there anyway we can simplify the output of Ext.Net and any solution to improve the performance of store.filter() in client side.

    Thank you very much
    Last edited by Daniil; Jul 16, 2012 at 9:47 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Remote paging and filtering looks to be a good way to improve performance in your case. Here is some example.
    https://examples1.ext.net/#/GridPane...ilters_Remote/

    Also please investigate the following threads.
    http://forums.ext.net/showthread.php?13726
    http://forums.ext.net/showthread.php?15712
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi,

    Remote paging and filtering looks to be a good way to improve performance in your case. Here is some example.
    https://examples1.ext.net/#/GridPane...ilters_Remote/

    Also please investigate the following threads.
    http://forums.ext.net/showthread.php?13726
    http://forums.ext.net/showthread.php?15712
    How do we use remote filter in MVC model? In the controller, we can't access the store.
  4. #4
    Please start a new forum thread.

Similar Threads

  1. [CLOSED] Output Cache issue with Direct Method / Direct Event
    By amitpareek in forum 1.x Legacy Premium Help
    Replies: 18
    Last Post: Mar 01, 2013, 5:03 AM
  2. Replies: 1
    Last Post: Aug 30, 2011, 7:56 PM
  3. Replies: 1
    Last Post: Jun 23, 2011, 1:04 PM
  4. [CLOSED] Http output in DirectEvent?
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Sep 22, 2010, 2:00 PM
  5. [CLOSED] Output Page Cacheing
    By rthiney in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 19, 2010, 3:23 PM

Posting Permissions