I have added the jQuery draggable implementation to some column headers in a radgrid. I'm using this to let me remove a column from a grid by simply dragging it off of the grid. The grids that I was doing this too are in multiple user controls that are dynamically loaded based on what step of the workflow you are at. A problem arose when I tried to use Ajax instead of full postbacks when swapping out user controls. The issue that I'm having is the same that's listed on the jQuery site here: http://dev.jquery.com/ticket/4996. I seem to have no access to the jQuery javascript code that is rendered by Telerik, and was wondering if there was any way to override the function called by jQuery.fn.offset so I can apply the changes mentioned in the post on the jQuery website.
Thanks,
-Ryan