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.