Hi
I have a WinGrid with a column that is set to MergeCellEvaluationType = MergeSameText and MergedCellStyle = Always. This works just fine, except whenever the underlying data changes, the changed data is not reflected in the Grid.
e.g.
1. Create three rows, with cells in Column B all set to "Isaac".
2. Grid correctly merges all cells in Column B into one.
3. Change Row one, Column B = "Joe Bloggs".
4. Grid still shows in merged cell of "Isaac".
Any ideas?
Thanks
Isaac
Hi Isaac,
What's your data source? It may not be sending notifications that the data has changed.
Or, it's possible that the grid just isn't re-merging the cells when it gets the notification, in which case this could be a bug.