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
1995
Error in Summary Dialog
posted

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.

 

Parents
No Data
Reply
  • 469350
    Offline posted

    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.

Children