All Products
Demos
Services
Blogs
Docs & Support
Pricing
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for Silverlight Forum
/
HTMLPlaceHolder
/
HTMLPlaceholder and RADEditor
Cancel
Telerik UI for Silverlight
Resources
Buy
Try
Feed for this thread
2 posts, 0 answers
Pavol Husar
4 posts
Member since:
Nov 2009
Posted 19 Jan 2010
Link to this post
Hi,
I am currently working to show some working prototypes to my superior, so we can decide to build our new project using Telerik controls, or not. I need to make rich content editing in standard Silverlight's RowDetailTemplate. I have first looked on RadEditor for Silverlight, but it lacks a lot features(images, styles, etc.). Now I am trying to put a RadEditor for ASP.NET inside a HTMLPlaceholder. There are few displaying glitches which we can ignore for now, but the problem is that I can't get to load editor's content into my variable in Silverlight.
The idea is, that elements in my RowDetailTemplate are firing an event when they are changed so I can mark them, and upload multiple rows when user decides to "publish changes". I have lost my faith into HTMLPlaceholder firing any events when content of editor is changed, the only thing i need is to save editor's content when "publish changes"is clicked.
Any idea how to get content of RadEditor inside HTMLPlaceholder?
Thanks a lot.
Valentin.Stoychev
Admin
2198 posts
Posted 22 Jan 2010
Link to this post
Hello Pavol Husar,
the bst will be if you just create a separate html/asp.net page that holds the editor. then you just pass the url of that page to the html placeholder and you should be ok.
Greetings,
Valentin.Stoychev
the Telerik team
Instantly find answers to your questions on the new
Telerik Support Portal
.
Watch a
video
on how to optimize your support resource searches and
check out more tips
on the blogs.
Back to Top
Close