Ticket T675483
Visible to All Users

Popup with code from CSHTML partial view is shown after each operation in the pivot grid extension

created 6 years ago

[DevExpress Support Team: CLONED FROM T661552: Script Registration Issues]
Hey Larry - so I removed all my other jquery and related script includes and renderings. I also did the following:

<resources> <add type="ThirdParty" /> <add type="DevExtreme" /> </resources>
I did read through those articles and tried to do things like it said but still not working. No errors in the console related to devX but the dialog is popping still (see attached).

I out the latest here:
https://www.dropbox.com/s/w63a0xp6hz7s6yu/AlmanacMainWeb_09-21-2018.zip?dl=0

Would appreciate any help you can give. Have tried everything I can.

Thanks!
Craig

Answers approved by DevExpress Support

created 6 years ago

To resolve the issue, it is necessary to remove all HTML code from the pivot grid's partial views and keep only the @Html.DevExpress().PivotGrid( … ).Bind(Model).GetHtml() method calls. In the provided example you need to remove styles from the _EnrollmentCustomPivotGridPartial.cshtml and _EnrollmentCustomPivotGridPartialNetChanges.cshtml partial views and <br/><br /> tags from the end of the _EnrollmentCustomPivotGridPartial.cshtml file.

    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.