[FIXED] [#1281] [3.3.0] [4.0.0-beta] GridPanel with Row Editor Horizontal Scroll when RTL is true

Page 2 of 2 FirstFirst 12
  1. #11
    Hello @Geovision,

    Please don't use that override with Ext.NET 4.1.0. That was only meant for Ext.NET 3.3.0.

    We are still unable to find a fix, but the workaround suggested by Fabricio appears to be working nicely, i.e. wrapping the GridPanel in a Viewport:
    <ext:Viewport runat="server" RTL="true" Layout="FitLayout">
        <Items>
            <ext:GridPanel ...>
                ...
            </ext:GridPanel>
        </Items>
    </ext:Viewport>
    It is best that we can suggest right at the moment.
  2. #12
    Hello!

    This example is working fine in both Chrome and Internet Explorer 11 with soon to-be-released Ext.NET 4.2.0!

    The viewport is not really required, but both the grid panel and its view must be set with RTL="true".

    In short:

    <ext:GridPanel runat="server" RTL="true">
        <ViewConfig runat="server" RTL="true" />
    </ext:GridPanel>
    The paging toolbar at bottom bar, the grid filters and row editing plugins also works fine in this set up. We will be marking this as fixed then. Let us know if you still can't get it to work and we'll help you out (or reopen the issue if we overlooked anything!)
    Fabrício Murta
    Developer & Support Expert
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 2
    Last Post: Jan 13, 2017, 1:04 AM
  2. Replies: 1
    Last Post: Apr 28, 2016, 5:49 PM
  3. Replies: 3
    Last Post: Apr 27, 2016, 1:29 AM
  4. Replies: 7
    Last Post: Mar 22, 2016, 7:48 PM
  5. No Horizontal Scroll bar in GridPanel
    By fangmdu in forum 1.x Help
    Replies: 2
    Last Post: Jul 05, 2012, 9:53 PM

Posting Permissions