[CLOSED] Loading data in store take too long. browser hangs.

Page 2 of 3 FirstFirst 123 LastLast
  1. #11
    Yes, it happens after load data
  2. #12
    help me out , time is running out , grid panel does not fit, initially but when I click the header it fits...
  3. #13
    Quote Originally Posted by speedstepmem3 View Post
    I also have another issue, GridPanel does not force fit and show scrollbar even though i give forcefit = true, autoscroll = true. But the crazy thing is after the grid gets displayed when i click on any header the gridpanel gets fit and scroll bar displays.
    Please clarify do not you need a scroll bar at all?
  4. #14
    Please try to set up:
    ScrollOffset="0"
    for a GridPanel's View.
  5. #15
    Quote Originally Posted by Daniil View Post
    Please try to set up:
    ScrollOffset="0"
    for a GridPanel's View.

    I need a scrollbar and it must also force fit. But this does not happen first, when I click the header of any column. then I get forcefit and scrollbar thats my issue...
  6. #16
    It's hard to say anything concrete without a sample to reproduce.

    But please try:
    GridPanel1.view.fitColumns.defer(10, GridPanel1.view);
    at the end of the script.

    Hope this helps.
  7. #17
    Quote Originally Posted by Daniil View Post
    It's hard to say anything concrete without a sample to reproduce.

    But please try:
    GridPanel1.view.fitColumns.defer(10, GridPanel1.view);
    at the end of the script.

    Hope this helps.
    Thanks, now the columns got fit, but still no scroll bar, Is there any code that will display the scroll bar
  8. #18
    Did you remove ScrollOffset="0"?
  9. #19
    Generally, you give few changes to help you.

    I bet if you would provide us with a runnable sample to reproduce the problem, we will sort it out in a few moments.

    But you didn't post even a GridPanel configuration.
  10. #20
    Please clarify can we mark the thread as closed?
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Replies: 2
    Last Post: Dec 19, 2011, 1:54 AM
  2. [CLOSED] Bug when open window, loading mask hangs
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Oct 14, 2011, 6:23 PM
  3. [CLOSED] Loading data from server to store by javascript
    By leon_tang in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Apr 21, 2011, 4:44 PM
  4. Replies: 2
    Last Post: Mar 09, 2010, 12:55 PM
  5. Replies: 10
    Last Post: Nov 20, 2008, 3:17 PM

Posting Permissions