Upgrading some of the front end features on my site.
Have chosen to use Telerik to help me with this.So if I had a <ajaxToolkit:ModalPopupExtender I can change this to a Telerik control using <telerik:RadWindow Modal="true" in the same way I can change <ajaxToolkit:AjaxFileUpload to <telerik:RadAsyncUpload
However, searching online and reading forums I cant find the Telerik equivalent to <ajaxToolkit:DragPanelExtender Does anyone have any idea to what it is?
<ajaxToolkit:DragPanelExtender
ID="DragPanelExtender1"
runat="server"
TargetControlID="ViewUploadImageMain"
DragHandleID="Header">
</ajaxToolkit:DragPanelExtender>
Have chosen to use Telerik to help me with this.So if I had a <ajaxToolkit:ModalPopupExtender I can change this to a Telerik control using <telerik:RadWindow Modal="true" in the same way I can change <ajaxToolkit:AjaxFileUpload to <telerik:RadAsyncUpload
However, searching online and reading forums I cant find the Telerik equivalent to <ajaxToolkit:DragPanelExtender Does anyone have any idea to what it is?
<ajaxToolkit:DragPanelExtender
ID="DragPanelExtender1"
runat="server"
TargetControlID="ViewUploadImageMain"
DragHandleID="Header">
</ajaxToolkit:DragPanelExtender>