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
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?
When the user clicks in the filter cell in the right-most column, the grid scrolls over to make that cell the left-most visible cell; the previous columns' cells are now out of view. I simply want the grid not to scroll to the cell when the user clicks in it.
I will try fixed headers and see if that solves the problem.