Hello,
I want on my listview item user can drag it over some list as well they can click on that item as well,below is my code which works fine in firefox,google chrome and safari but IE is not happy with my code.
<asp:LinkButton runat="server" ID="LinkButton1" CommandName="profiledetails" CommandArgument='<%# Eval("id")%>' >
<div id="Div1" style="position: relative; z-index: 10;margin-top: -180px;top:0px;left: 0px;" >
<telerik:RadListViewItemDragHandle ID="RadListViewItemDragHandle1" Height="160" Width="160"
CssClass="dragdrophandleimage" runat="server" ToolTip="Drag and drop it on the list to">
</telerik:RadListViewItemDragHandle>
</div>
</asp:LinkButton>
Can anyone help me with this? I should be drag the whole item as well as i should be able to click listview item as well.Is there any better way to achieve this?
Please help,
Thanks
Foram
I want on my listview item user can drag it over some list as well they can click on that item as well,below is my code which works fine in firefox,google chrome and safari but IE is not happy with my code.
<asp:LinkButton runat="server" ID="LinkButton1" CommandName="profiledetails" CommandArgument='<%# Eval("id")%>' >
<div id="Div1" style="position: relative; z-index: 10;margin-top: -180px;top:0px;left: 0px;" >
<telerik:RadListViewItemDragHandle ID="RadListViewItemDragHandle1" Height="160" Width="160"
CssClass="dragdrophandleimage" runat="server" ToolTip="Drag and drop it on the list to">
</telerik:RadListViewItemDragHandle>
</div>
</asp:LinkButton>
Can anyone help me with this? I should be drag the whole item as well as i should be able to click listview item as well.Is there any better way to achieve this?
Please help,
Thanks
Foram