Bug Report T292502
Visible to All Users

Group Summary Editor is resized to the full height of the monitor

created 9 years ago

Hi,

  1. DemoCenter 15.1 -> WPF -> DataGrid -> Large Data Source
  2. Group by column "From(2)"
  3. Right click on "From(2)" -> Group summary editor …

The editor is resized to full height of monitor.

Should the Group summary editor window has constant initial height as in v14.2.x?

Comments (1)
DevExpress Support Team 9 years ago

    Hello Tomas,

    I will forward this ticket to our R&D team and we will contact you as soon as we get any results.

    Thanks,
    Elliot

    Answers approved by DevExpress Support

    created 9 years ago (modified 9 years ago)

    We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.

    Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.

      Show previous comments (1)
      Andrey Marten (DevExpress Support) 7 years ago

        Hello Robert,

        Yes, you can set the MaxHeight property of the SummaryEditorControl control by using a custom implicit style for the corresponding data type:

        XAML
        xmlns:dxg="http://schemas.devexpress.com/winfx/2008/xaml/grid" <Style TargetType="dxg:SummaryEditorControl"> <Setter Property="MaxHeight" Value="400"/> </Style>

        See the attached project illustrating the main idea of this approach.

        Thanks,
        Andrey

        RJ RJ
        Robert Jakomin 7 years ago

          Hi Andrey,

          thank you very much, it works perfectly!

          Andrey Marten (DevExpress Support) 7 years ago

            That's great, Robert. You are always welcome!
            Andrey

            Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

            Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.