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
55
Scolling issue with WebGrid button
posted

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.