I see that the online Demo can do this.
But problem with online Demos are that the Code is incomplete. Too many references are inside the Telerik.Example class.
Its hard to see what functions used.I also interested in a step by step xample which shows us how to implement drag and drop images into Editor.
In best way from PC and Macintosh.
Thanks Jens
PS: Ok i got it. But it would be helpfull to see a XAMLflix about it. I think for me it only works in OUT of Browser Mode.
0
Iva Toteva
Telerik team
answered on 05 Mar 2012, 06:04 PM
Hello Rob, Jens,
You can enable dropping files on the editor by setting the property of RadRichTextBox AllowDrop="True".
Then, handle the Drop event and provide your implementation there.
For example, in the online demo (as Jens has mentioned), if you drop an image file, it will be inserted as an InlineImage using the code:
This works on a PC in-browser. You can try it in the online demo.
If you have observed any issues, please let us know, so that we can investigate further.
Greetings,
Iva Toteva
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>