This is a migrated thread and some comments may be shown as answers.

How to use a simple RadListView and Drag from It

0 Answers 43 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Edwin
Top achievements
Rank 1
Edwin asked on 13 Apr 2012, 04:28 AM
Hello, I have been trying to add a list with the following items

NAME
ADDRESS
SITE
So basically i created a List<string> srs  = new List<string>(); and bind it to the RadListView, but i dont understand how all that javascript and what other things i need to make this list draggable to a RadEditor, for example when the user drags NAME into the RadEditor it should add
[[NAME]] to the editor so it will look like this

The customer [[NAME]] has bought 10 items and they will be shipped to [[ADDRESS]] .

Thats how i need it to read in the editor so , if i drag NAME it should add that [[NAME]], this is to create templates. But to be honest.. I dont quite understand what i need from this example, i am lost. Any help would be much appreciated (to many things to track, javascript, etc.. and all those functions with the music stuff confuses me). I am new to the developing workd so would appreciate a simpler example.

http://demos.telerik.com/aspnet-ajax/listview/examples/itemdragdrop/defaultcs.aspx 

No answers yet. Maybe you can help?

Tags
ListView
Asked by
Edwin
Top achievements
Rank 1
Share this question
or