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
100
Error Exporting WinGrid To Excel
posted

The grid export to Excel looks normal except that with the latest release of WinGrid for Windows Forms, any formula column shows with an error.

The formula calculates the product of two numbers that are present in the grid.
I have experimented with two forms of the formula.

[SalesPrice] * [SalesQty]   and  using the function Product([SalesPrice] , [SalesQty])

In both cases the calculated column displays correctly in the grid but an error results when exported to Excel.

Error message when '[SalesPrice] * [SalesQty]' is:
A binary operator in the formula is missing an operand before it.

Error message when 'Product([SalesPrice] , [SalesQty])' is:
Stack empty.

 

 

  • 48586
    posted

    Hello, ­­­­­

     

    I am just checking about the progress of this issue. Let me know If you need my further assistance on this  issue?

     

    Thank you for using Infragistics Components.

  • 48586
    posted

    Hello ,

     

    I have tried to reproduce your issue with Infragistics 11.2 service release 2034 and with the sample I have created for the test, this issue is not reproducible. Please look at the attached sample and also the attached video.

    Please modify my sample in order to demonstrates your issue or give me the exactly steps which I should follow in order to be able to duplicate this issue on my machine.

     

    I am waiting for your feedback.

    84826.zip