I have a Windows 11 machine with a Logitech mouse. When I have the mouse pointer within a RadGrid, I can turn the mouse wheel to scroll the grid contents vertically and I can hold down the SHIFT key and turn the mouse wheel to scroll the grid contents horizontally. Alternatively, I can hold the mouse wheel down and move the mouse to scroll the contents vertically or horizontally. As soon as I freeze columns in the RadGrid, I lose the ability to scroll horizontally with the mouse wheel.
The issue can be demonstrated on the Telerik Web UI Grid Scrolling Demo page by enabling/disabling frozen columns.
Is this something that can be looked into?
Regards,
Dave
The issue can be demonstrated on the Telerik Web UI Grid Scrolling Demo page by enabling/disabling frozen columns.
Is this something that can be looked into?
Regards,
Dave
Hi Dave,
The horizontal scrollbar is a fake one when using frozen columns - the real horizontal scrollbar is hidden and the RadGrid data area is not scrolled, but some columns are hidden and shown. I am afraid a scroll wheel cannot be used in such a scenario.