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