[CLOSED] groupingsummary.css issue

  1. #1

    [CLOSED] groupingsummary.css issue

    I'm running into the following problems which date
    back at least to version 0.8 and are still in the most recent version of 1.0. groupingsummary.css includes the following style rule, which
    causes the first column of a grid to have 16px padding on the left:
    <p class="MsoNormal">
    </p>
    
    
    
    
    
    <p class="MsoNormal" style="">.x-grid3-cell-first .x-grid3-cell-inner {
        padding-left:16px;
    }</p>
    
    <p class="MsoNormal">
    </p>

    <p class="MsoNormal">Unfortunately, this has a couple of problems:</p>

    <p class="MsoNormal" style="margin-left: 0.25in; text-indent: -0.25in;">1) This causes
    the first column of all grids on any page that includes ux-all.css to
    have the extra padding, even if grouping is disabled or is turned off.</p>

    <p class="MsoNormal" style="margin-left: 0.25in; text-indent: -0.25in;">2) The extra
    padding only appears if the first column is not hidden.</p>

    <p class="MsoNormal">The first of these is the most annoying.</p>





    <p class="MsoNormal">To see these problems, go to your examples page at:
    </p>

    <p class="MsoNormal">https://examples1.ext.net/Examples/G...oupingSummary/</p>





    <p class="MsoNormal">Initially the first column will be indented.
    </p>

    <p class="MsoNormal">If you then uncheck ?show in groups? checkbox,
    you?ll see that the first column still has the extra padding, as would
    any ungrouped grid on the page. This is an illustration of the first
    problem.</p>



    <p class="MsoNormal">If you then group by ?Task? (which as a
    side-effect hides ?Task?, which is the first column), you?ll
    see the first visible column is not indented (since it does not have the
    x-grid3-cell-first class). This is an illustration of the second problem.</p>

    <p class="MsoNormal">Obviously, I can work around this by overriding the given
    style rule, but I thought I would point it out to you. Is this something you might fix or should I work around it?
    </p>
  2. #2

    RE: [CLOSED] groupingsummary.css issue

    Hi,

    The first is fixed (please update from SVN).
    The second issue is not so easy to fix. It is required to change javascript code. Thanks for pointing out the bug. We let you know when the second issue will be fixed
  3. #3

    RE: [CLOSED] groupingsummary.css issue

    Thanks for the fix. It works fine.

Similar Threads

  1. [CLOSED] GroupingSummary plugin issue
    By bakardi in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Nov 18, 2011, 7:18 PM
  2. [CLOSED] [1.0] GroupingSummary
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 31, 2010, 8:00 PM
  3. GroupingSummary - Not show the sum
    By Maia in forum 1.x Help
    Replies: 1
    Last Post: Jan 21, 2010, 6:21 AM
  4. GroupingSummary error
    By jortega in forum 1.x Help
    Replies: 0
    Last Post: Apr 24, 2009, 8:25 AM
  5. GroupingSummary error
    By mjessup in forum 1.x Help
    Replies: 1
    Last Post: Feb 18, 2009, 2:39 PM

Posting Permissions