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])
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.
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.