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?