You can probably make it a bit better if you use the HeaderTemplate of the columns and add the draggable div there.
<RadzenGridColumn TItem="Chart" Property="LinkName" Title="Link Name" FormatString="{0:0.00000 THz}" Width="105px">
<HeaderTemplate>
<div class="draggable">
Link Name
</div>
</HeaderTemplate>
</RadzenGridColumn>