To resolve it you should set position:relative to the scrollable container (grid datadiv in your case) as shown below:
<style>
.rgDataDiv
{
position: relative;
} </style>
Regards,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.