Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8312379
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T20:08:38+00:00 2026-06-08T20:08:38+00:00

My extjs version is 4.0.2a. Sometimes vertical scrollbar in grid stops working. It is

  • 0

My extjs version is 4.0.2a. Sometimes vertical scrollbar in grid stops working. It is common problem. I’ve found some solutions, but they didn’t work for me:

this.Grid.hideVerticalScroller();
this.Grid.initVerticalScroller();
this.Grid.update();
this.Grid.determineScrollbars();
this.Grid.forceComponentLayout();
this.Grid.doComponentLayout();

I’ve also tried scroll: false, but it didn’t work too and maked my browser stop responding.
I think, I can disable extjs grid scrollbar and add browser standart scrollbars (overflow:auto), but I don’t know how.
Any suggestions?


P.S. I can’t use another version Extjs, because there is very big working project with some fixes in some core files. It will be very hard to make all work with new version of Extjs

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T20:08:40+00:00Added an answer on June 8, 2026 at 8:08 pm

    Here’s the “fix” I used with 4.0.7; it may work with 4.0.2. Code is not mine, I took it from sencha.com forum:

    Ext.define('Ext.ux.grid.Panel', {
        extend: 'Ext.grid.Panel',
    
        initComponent: function() {
            var me = this;
    
            me.callParent(arguments);
    
            me.on('scrollershow', function(scroller) {
              if (scroller && scroller.scrollEl) {
                scroller.clearManagedListeners(); 
                scroller.mon(scroller.scrollEl, 'scroll', scroller.onElScroll, scroller); 
              }
            });
        },
    
        onViewRefresh: function() {
            var me = this;
    
            try {
                me.callParent();
            }
            catch (e) {};
        }
    });
    

    Use Ext.ux.grid.Panel instead of Ext.grid.Panel to inherit your Grid classes from. It doesn’t solve the problem completely but drastically reduces the visibility of that particular bug.

    On a side note, I would recommend you to bite the bullet and upgrade to 4.1.1, in my experience it was well worth the effort. Start with removing your custom fixes from the core; you can refactor them into separate classes that override core classes. After that, it’ll go easier. I know, I’ve been through that too.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In ExtJS version 3, there was a property grid in Ext.grid.RowSelectionModel and in version
I have a problem with a Ext.Grid.EditorGridPanel, I am currently using ExtJS 2.3.0, that
does extjs contain method equivalent to inArray? i checked the API but found nothing!
ExtJS have adapter for working with other javascript libraries. But why? Why not just
ExtJS Class Handling is good to handle, but you have to pay it with
I need a grid built in extjs designer to add data to the grid
So I have a need to create an ExtJS component (version 2.3.0). The component
I've downloaded the latest version of ExtJS (4.0.7) and am deploying it on my
I'm using the Sencha ExtJS Framework in Version 4.05 and i have the following
I am having a problem running a Ext GWT 3.0 with GWT (version 2.4).

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.