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
305
Grid grouping BUG in 10.2 & 10.3
posted

Hi

I found this problem in UltraGrid when grouping by not populated column.

You can reproduce it in my sample app.

1. Click Populate - mind desc column is not populated

2. Group By Desc column

3. Click Generate Description

Expected:

to get as many group rows as distinct values in Desc column

Actual:

One group row.

 

This bug is holding us from releasing new applications to our clients, can you please let me know if it is possible to get patch version with fix for this issue?

 

Thanks

Krzysztof

 

WindowsFormsApplication30.rar
Parents
No Data
Reply
  • 69832
    Offline posted

    At a glance that looks like a bug because I see you are correctly raising a property changed event when the values change. You might want to log an incident for this.

    In the meantime, I expect removing the column from and then re-adding it to the SortedColumns collection after changing the cell values will work around the problem.

Children