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

Drag drop - html table to Microsoft Word (WPF)

1 Answer 71 Views
DragAndDrop
This is a migrated thread and some comments may be shown as answers.
Prateek
Top achievements
Rank 1
Prateek asked on 16 Jun 2014, 10:42 PM
Hi,

I am trying to implement dragging & dropping  HTML table to Microsoft word document.

It is a WPF application where I am dragging a RadListBox item to word and if I am setting data objects type to "Text" then plain text is getting dropped in MS word document.  
var payload = DragDropPayloadManager.GeneratePayload(null);
payload.SetData("Text", "I am a plain text");

But my requirement is to drag and drop formatted text (with background, border, different font color).

Please advise.

1 Answer, 1 is accepted

Sort by
0
Kalin
Telerik team
answered on 19 Jun 2014, 10:36 AM
Hello Prateek,

I noticed you have opened another forum thread regarding the same question. I will ask you to continue the conversation there as I already replied you in the other forum.

Regards,
Kalin
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
DragAndDrop
Asked by
Prateek
Top achievements
Rank 1
Answers by
Kalin
Telerik team
Share this question
or