Column Freeze: Columns and Headers do not match anymmore after horizontal scrolling

4 replies. Last post: July 9, 2010 12:19 AM by Glenn Layaar
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

We use WebGrid 7.0.7200.403 with Visual Studion 2010 on Win7 64bits

When we activate column freeze and start scolling horizontally (move completely to the right and then back) , the column-header and data-columns do not match anymore.

Here is the markup:

  <LayoutSettings AllowBatchUpdate="True"
                        AllowColumnMove="Yes" AllowEdit="Yes" AllowExport="Yes"
                        AllowFilter="Default" AllowColumnFreezing="Yes">
                         <ClientSideEvents OnRowContextMenu="WebGrid1_OnRowContextMenu" OnAfterInitialize="WebGrid1_OnAfterInitialize" 
                            OnRowSelect="WebGrid1_OnRowSelect" OnBatchUpdateSuccess="WebGrid1_OnBatchUpdateSuccess" OnSynchronizeChangesUI="OnSynchronizeChanges"  OnAfterExitEditMode="OnExitEdit"
                            OnUndoChanges="OnUndoChanges"  OnCancelRowEditing="OnCancelEdit" OnEnterEditMode="WebGrid1_OnEnterEditMode" />
                         <FreezePaneSettings ActiveFrozenColumns="4" MaxFrozenColumns="4"
                             ShowInContextMenu="True" />
                         <BatchUpdateSettings AutomaticObjectUpdate="False" />
                    </LayoutSettings>

 

All times are GMT -5. The time now is 11:44 PM.
Previous Next