I have a grid on a webpage with scroll. When I run this on a mobile device and try to group by dragging the column header the position of the header when dragging begins is way off.<See attached picture>
My test project where that happens is a copy of the demo you provide with the AJAX control suite. You will find the project attached.
I noticed that this problem is not there on the official Telerik demo website - DEMO. I am modifying that page so that scroll appears
<div style="height: 300px"></div>
and header position when dragging is still correct.
So what am I doing wrong in my project?