We have complex website with many framesets. Thus, we cannot control how the client will resize his interface.
In one of the frames, we have a WebGrid. The first column of the grid is set to Infragistics.WebUI.UltraWebGrid.ColumnType.Button.
If the Grid is displayed like that the last visible column is not displayed completely (let's say, only the upper half of that row is visible), when user position the mouse (without clicking) over that button cell (half-visible in the last row), the whole grid scrolls up a little bit, in order to display that row completely visible.
It looks as a button in the grid always tries to get focus (to display itself fully visible) on MouseOver event.
Our clients find it very annoying, and there are asking us to prevent that scrolling behavior.
Any ideas how to fix this issue?
Thanks.