This question is locked. New answers and comments are not allowed.
Hello,
I have encountered this issue after updating Telerik Controls to the latest public release (2013.3.1015).
Before the update, group headers would remain "frozen" at the top of the view when a long grouped GridView is scrolled.
After the update, the group headers are scrolled out of the view together with the top of their child content.
I found that there now is the GroupHeaderDisplayMode property to manage this, but any attempts to apply it appear to have 0 effect on the UI behavior.
I tied setting GroupHeaderDisplayMode="Frozen" on the GridView in XAML, as well as grid.GroupHeaderDisplayMode = DataGridGroupHeaderDisplayMode.Frozen;
Is there an issue, or am I missing some important point?
Thank you
P.S. This is with Windows 8.1 Preview, over .NET for Windows Store apps v4.5.1
I have encountered this issue after updating Telerik Controls to the latest public release (2013.3.1015).
Before the update, group headers would remain "frozen" at the top of the view when a long grouped GridView is scrolled.
After the update, the group headers are scrolled out of the view together with the top of their child content.
I found that there now is the GroupHeaderDisplayMode property to manage this, but any attempts to apply it appear to have 0 effect on the UI behavior.
I tied setting GroupHeaderDisplayMode="Frozen" on the GridView in XAML, as well as grid.GroupHeaderDisplayMode = DataGridGroupHeaderDisplayMode.Frozen;
Is there an issue, or am I missing some important point?
Thank you
P.S. This is with Windows 8.1 Preview, over .NET for Windows Store apps v4.5.1