Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
305
XamGrid Horizontal Scrollbar Resets on Select First Column in a Group
posted

Whenever I select a row via selecting the first cell in a column group, the scrollbar resets to zero, scrolling the cell off the screen. It does not seem to happen to regular columns or 2nd-Nth column of a column group. It also doesn't seem to matter whether the cell is read-only or what type of control it contains?

How can I prevent this from happening?

Here are my settings:

    <ig:XamGrid.EditingSettings>
      <ig:EditingSettings
                      AllowEditing="Row"
                      IsEnterKeyEditingEnabled="True"
                      IsMouseActionEditingEnabled="SingleClick"
                      IsOnCellActiveEditingEnabled="True"/>
    </ig:XamGrid.EditingSettings>
    <ig:XamGrid.SelectionSettings>
      <ig:SelectionSettings  RowSelection="Multiple" CellClickAction="SelectRow"  />
    </ig:XamGrid.SelectionSettings>
    <ig:XamGrid.DeferredScrollingSettings>
      <ig:DeferredScrollingSettings AllowDeferredScrolling="Default">
      </ig:DeferredScrollingSettings>
    </ig:XamGrid.DeferredScrollingSettings>

Parents
No Data
Reply Children