This is a migrated thread and some comments may be shown as answers.

Header wiggles when selecting a row

1 Answer 35 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 1
Mike asked on 02 Oct 2008, 02:00 PM

When someone clicks on a row in my grid, the header wiggles left, right, left.  What is causing this?  My users are complaining that it is very annoying and would like it to stop.

Your help would be appreciated, here are my client settings:

<ClientSettings AllowColumnsReorder="True" AllowDragToGroup="True" AllowRowHide="True" EnablePostBackOnRowClick="False" ReorderColumnsOnClient="True">  
   <Resizing AllowColumnResize="True" AllowRowResize="False" ResizeGridOnColumnResize="False" ClipCellContentOnResize="True" EnableRealTimeResize="False" /> 
   <Scrolling AllowScroll="True" UseStaticHeaders="True" SaveScrollPosition="True" /> 
   <Selecting AllowRowSelect="True" /> 
</ClientSettings> 

1 Answer, 1 is accepted

Sort by
0
Kapil Jain
Top achievements
Rank 2
answered on 02 Oct 2008, 02:10 PM
Please check the .SelectedRow_<skinname> definition in the stylesheet if your padding or margin value is not matching with your heading style padding/margin, your header will always wiggle on selection of row. Quick test - comment the selected row styles to see the effect.
Tags
Grid
Asked by
Mike
Top achievements
Rank 1
Answers by
Kapil Jain
Top achievements
Rank 2
Share this question
or