I need some help please..
Example..
I have a grid with data and I need to have the ability to drag that data to 3 different folders [Keep] - [Delete] - [Hold]
I have looked at the Radgrid drag and drop Demo.. I noticed that the javascript has a lot of stuff hardcoded, so how would I be able to use the sample code to accomplish the task above?
Thanks
4 Answers, 1 is accepted
How can I use this Drag and Drop Listview example with a Grid? Is there an example somewhere?
http://demos.telerik.com/aspnet-ajax/listview/examples/itemdragdrop/defaultvb.aspx?show-source=true
Thanks
Based on the provided description it is bit difficult to me to understand what the exact functionality you need to achieve is. Do you want to contaminate drag and drop between grid and ListView or you are having issue in implementing this functionality for two grid controls. Please do provide exact explanation оf the required functionality so that we can suggest the best solution for your specific case.
Regards,
Maria Ilieva
Telerik
Hello Maria,
I would like to use the example below, but I would like to know how to use the example with a Grid instead of a Listview.
http://demos.telerik.com/aspnet-ajax/listview/examples/itemdragdrop/defaultvb.aspx?show-source=true
Thanks,
This specific scenario can only be implemented with ListView items. Therefore you can replace the RadGrid with a ListView control to achieve the required functionality.
Regards,
Maria Ilieva
Telerik by Progress