Ajay Kumar
Top achievements
Rank 1
Ajay Kumar
asked on 10 Mar 2015, 06:23 AM
I need a help for listview drag n drop opretion. where listview1 hold the images and i want to drag images from listview1 to listview2 and then when i click any button i want all paths of Images which is in the listview2. and also i want to set the image size on listview2. Please help me.
4 Answers, 1 is accepted
0
Accepted
Hello Ajay,
Thank you for writing.
I have created a small sample project that contains the desired functionality. First I created a custom object that contains the image and its path. I used it to bind the first RadListView to a collection of such objects. Then I used the PreviewDragDrop event to handle the drag and drop functionality. The second RadListView is not data bound, it just shows the images and stores the path in the item's Tag. The following articles will help you to understand how everything works:
I hope this helps. Should you have any other questions do not hesitate to ask.
Regards,
Dimitar
Telerik
Thank you for writing.
I have created a small sample project that contains the desired functionality. First I created a custom object that contains the image and its path. I used it to bind the first RadListView to a collection of such objects. Then I used the PreviewDragDrop event to handle the drag and drop functionality. The second RadListView is not data bound, it just shows the images and stores the path in the item's Tag. The following articles will help you to understand how everything works:
- Programmatically populating with data
- Drag and Drop using RadDragDropService
- Formatting Items
- Databinding
I hope this helps. Should you have any other questions do not hesitate to ask.
Regards,
Dimitar
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0
Ajay Kumar
Top achievements
Rank 1
answered on 13 Mar 2015, 11:10 AM
Hello Dimitar ,
Thank you for you reply , But this example is not fulfill my requirement , so i attach a file where will see two listviews , first listview content all images and listview2 cantent only those images which i drag from listview1, and i also want to reorder listview2 images and finaly i want all paths of those images which is in the listview2.
Please give me some solution .
thank you,
Ajay
Thank you for you reply , But this example is not fulfill my requirement , so i attach a file where will see two listviews , first listview content all images and listview2 cantent only those images which i drag from listview1, and i also want to reorder listview2 images and finaly i want all paths of those images which is in the listview2.
Please give me some solution .
thank you,
Ajay
0
Accepted
Hello Ajay,
Thank you for writing back.
I am not sure which part of the example does not fulfill your requirement. I have recorded a small video and you can see that you can drag and drop from the first to the second one, reorder the images and retrieve the images path.
I am looking forward to your reply.
Regards,
Dimitar
Telerik
Thank you for writing back.
I am not sure which part of the example does not fulfill your requirement. I have recorded a small video and you can see that you can drag and drop from the first to the second one, reorder the images and retrieve the images path.
I am looking forward to your reply.
Dimitar
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0
Ajay Kumar
Top achievements
Rank 1
answered on 19 Mar 2015, 04:13 PM
Thanks Dimitar,
Thank you for your reply. the example you sent me is working for me .
regard
Ajay
Thank you for your reply. the example you sent me is working for me .
regard
Ajay