Hi,
I have RadEditor content stored in the database with html tags and trackchanges on. How can I display this content on the reporting services without HTML tags? Please let me know. I don't see any online examples.
regards
1 Answer, 1 is accepted
0
Ianko
Telerik team
answered on 21 Oct 2014, 10:33 AM
Hello Nara,
In RadEditor you can use the server-side Text property to get the text without the HTML tags.
Although using the Track Changes you should firstly invoke either AcceptTrackChanges() to accept the changes or RejectTrackChanges() to reject the changes. After that using the Text property you can get the plain text.
Regards,
Ianko
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.