[FIXED] [#1607] Grid Panel column Menu Scroll problem

  1. #1

    [FIXED] [#1607] Grid Panel column Menu Scroll problem

    Hi All,
    After migration from Ext.net 2.5 to 4.5 we observed below issue.
    In Grid panel earlier version (Ext.net 2.5) we get a scroll while we click on column menu as showed in attached image.
    Click image for larger version. 

Name:	Ext.2.5 Grid Panel - with Column Menu Scrool.png 
Views:	82 
Size:	10.4 KB 
ID:	25171

    After Migration we are not appearing scroll bar as showed in attached image.
    Click image for larger version. 

Name:	Ext.4.5 Grid Panel - without Column Menu Scrool.png 
Views:	70 
Size:	11.7 KB 
ID:	25172
    Last edited by fabricio.murta; Aug 13, 2018 at 2:49 PM.
  2. #2
    Hello @MOHAMMEDRAFI!

    I don't see the issue the way you point it. Unfortunately we'd need more information. The arrow showing feature is still in recent versions of Ext.NET and they are displayed when it is required, by what I could reproduce here.

    But, there's an issue where the lower arrow is off screen. That's just the 'down arrow' that is getting off-screen. Scrolling still works if we use the mouse wheel. And for this issue, we created the issue #1607.

    But the noticed issue does not really look like the screenshots you shared.

    If your issue really misses not just one, but both, and also the menu is not scrollable at all, then please provide us a test case to reproduce it. If in doubt, please refer to our threads about more information to fulfill a support request:

    - Tips for creating simplified code samples
    - More Information Required
    - Forum Guidelines

    We will be unable to further discuss issues with -both- scroller buttons in the menu, or total scrollability, unless a sample to reproduce the issue is provided.

    Regardless of that, we'll post an update here when we have the acknowledged issue above fixed on Ext.NET (either by our own, or fixed upstream by Sencha).
  3. #3
    Hello again, @MOHAMMEDRAFI!

    As far as the issue we noticed is concerned, it has been fixed and will make it to Ext.NET 4.7.0!

    I ask you kindly, if you happen not to be satisfied with the fix and still can reproduce an odd behavior with no scrollers at all, report us with a reproduction test case on a new thread, please.

    This way, we keep this thread to the issue that has been fixed (lower scroller off-screen), and possibly create a new issue for the issue you're facing and attach it to the new thread.

    Hope this is good news for you!
    Fabrício Murta
    Developer & Support Expert
  4. #4
    Hello,
    Thanks for your reply.Right now we have migrated whole of our application from Ex.net 2.5 to Ext.net 4.5.1 successfully. Our main concern now is if we migrate from 4.5.1 to to 4.7.0 , does it cause any breaking changes? Could you please confirm that there are no breaking changes/impact in migration 4.5.1 to 4.7.0 Please suggest.
  5. #5
    Hello @MOHAMMEDRAFI!

    You shouldn't have trouble upgrading between the 4.5.1 to 4.7.1 versions, unless you rely heavily in the use of private client-side code/implementations.

    Generally, one relies on private code (referring to private/protected members of the Ext JS space in JavaScript), when something very specific needs to be done. You can identify this just by checking the online Ext JS documentation against your client-side code, and see if your calls to methods/members are made to non-documented, or entities marked as private/protected therein.

    Anyway, if something goes wrong, we're here to help!
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. [CLOSED] Column index or the header value of a grid panel in context menu.
    By arjunrvasisht in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Jan 07, 2015, 10:34 AM
  2. Replies: 2
    Last Post: Apr 04, 2014, 5:11 AM
  3. [CLOSED] grid column filters - need to scroll menu!
    By ecko in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Jul 16, 2013, 11:33 PM
  4. [CLOSED] Grid Panel Column menu
    By FpNetWorth in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 12, 2012, 11:05 AM
  5. Replies: 3
    Last Post: Aug 01, 2012, 6:51 PM

Posting Permissions