I'm attempting to track down a problem we're seeing in the UltraGrid and I'm wondering if anyone else has seen a similar issue. We're using winforms 10.1, with the latest hotfix installed.
In a few places in our code we are calling ultraGrid1.DisplayLayout.Bands[0].SortedColumns.RefreshSort(true).
Today we noticed that when a grid contains data grouped by 1 or more columns, when the RefreshSort(true) is called the data is regrouped incorrectly (for instance we'll see multiple groups of the same value). However when I make the same call with the false parameter (don't regroup by) the sort and the groups are correct.
I tested this on a previous version of our software running 9.1 (containing the same calls to RefreshSort(true)) and see no problems at all.
Are there any known changes to the RefreshSort(true) method that might be causing what I'm seeing?
Thanks
Chris Rowland
Hello Chris,
Thank you for contacting us.
If you would like to follow the service release calendar please take a look at the following link:
http://ko.infragistics.com/support/service-releases.aspx#ServiceReleases
If you have any other questions please do not hesitate to ask.
Hi Chris,
Yes, this sounds like a known bug which will be fixed in the next service release. The SR is due out at the beginning of July.
It would appear that what I'm seeing when this method is called is probably related to the groupby bug other people are reporting and has been mentioned is being fixed in the next service release.