Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
435
Close Button on Row Summary drop down does not work with office theme on.
posted

So if you:

-turn on Row Summaries

-turn on Office 2007 theme

-The red 'X' will not work (clicking on it does nothing).  The green check works fine.

Anyone else had this problem?

 

This works fine:

                <igDP:XamDataGrid Name="_firstTabGrid" >

                    <igDP:XamDataGrid.FieldSettings>

                        <igDP:FieldSettings AllowSummaries="True" />

                    </igDP:XamDataGrid.FieldSettings>

                </igDP:XamDataGrid>

 

This does not:

                <igDP:XamDataGrid Name="_secondTabGrid" Theme="Office2k7Blue">

                     <igDP:XamDataGrid.FieldSettings>

                        <igDP:FieldSettings AllowSummaries="True"/>

                    </igDP:XamDataGrid.FieldSettings>

                </igDP:XamDataGrid>

 

Thanks for the help

Parents
No Data
Reply
  • 27093
    posted

    Hello,

    For your convinience we have created a case with an attached development issue.

    In order to follow its development : CAS-22071-UZH8EM

    Best regards.

    The DS team.

Children
No Data