Hi,
We recently upgraded from 2022.3.912 to 2025.1.211 and it appears that VirtualGrid HeaderSizeNeeded is no longer called after we change VirtualGrid ColumnWidth to flush the cache of column widths. Is this a bug or is there some other way we should be forcing a recalculation of the column widths? Thanks in advance.
__Jason
The HeaderSizeNeeded event no longer raises on ColumnWidth changed because this behavior was unintentional and it was causing a bug in specific situations.
Resetting the InitialColumnCount should do the trick in your case. You can also try the Reset() method of RadVirtualGrid.