Hello,
I'm using the below code to setup a grid. The columns don't stay frozen when I am using the keyboard to navigate the grid.
<ClientSettings AllowKeyboardNavigation="true" >
<Selecting AllowRowSelect="false" EnableDragToSelectRows="false" CellSelectionMode="SingleCell" />
<Scrolling UseStaticHeaders="false" AllowScroll="true" ScrollHeight="100%" FrozenColumnsCount="5"
EnableColumnClientFreeze="true" SaveScrollPosition="true" />
<KeyboardNavigationSettings AllowSubmitOnEnter="true" EnableKeyboardShortcuts="true" SaveChangesKey="S" />
Any help on this would be much appreciated.