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.

 

 

Parents
No Data
Reply
  • 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.

Children
No Data