Mike,
I am using Infragistics 10.1. I am facing an issue in the Ultrawingrid while using Summary dialog. When i apply "Count" for decimal column, it show the count in the bottom. After that if i remove the count and apply "Sum" and "Average" i got an error "Invalid reference //ugBalanceSheet/Band 0/(). Empty element encountered at location 24.". For your reference i attached a sample project with this post.
Steps to reproduce the error:
a) Run the application
b) Click the "Summary" at the column header "Balance".
c) Select "Count" in the summary dialog
d) Click "OK" to close. (the count "Count = 10" will display below)
e) Once again click the summary at the column header "balance"
f) Select "Average" & "Sum" in the summary dialog.
g) Click "Ok" to apply.
Now the application will close and you will get the above mentioned error "[UltraCalcException : Invalid reference //ugBalanceSheet/Band 0/(). Empty element encountered at location 24."
Guide us to solve this issue.
Hi,
I ran your sample and followed your steps, but I do not get any errors.
The error message you are getting does not make any sense when related to these steps, in any case.
The summaries that you get from the summary dialog are built-in to the grid, they do not even use formulas. So there's no way that that a built-in summary could possibly cause an error in a formula that I can see.
I am, of course, using the latest service release.
Thanks for your reply. Now i am using Infragistics v10.1. I didnt have any latest release. I will check this in latest release and update you the status.
Thanks for your reply. I am using Infragistics vol 10.1. I didnt update any service release. I will update you after checking this in the latest service release.