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
1834
How To Prevent Auto-Scroll To Cell On Enter Edit Mode
posted

Hi,

I am trying to prevent the grid from scrolling horizontally to the right when the user clicks in the filter cell in a grid; the scrolling prevents the previous columns (which in this case are both small and important) from being seen.  I cannot find any settings for this at the grid, column, or cell level, but I may have missed.  Any pointers?

Thanks,

J

Parents
No Data
Reply
  • 5118
    posted

    I'm not sure I'm understanding 100% of what you want to do... do you want to fix the small important columns so that they always are visible and never scroll horizontally?  That is using FixedHeaders for the Column (MyColumn.Header.Fixed = true).  Are you trying to accomplish something else?  Do you have a snippet or screenshot that shows what you are after?

Children