Hi. Is there any simple built-in way to remove timestamp from RadEditor comments? Now comments are displayed as "Author Name: Comment text: timestamp", but I need only author name and comment text.
1 Answer, 1 is accepted
0
Vessy
Telerik team
answered on 24 Sep 2013, 12:58 PM
Hi Marla,
I am afraid that RadEditor does not provide such a built-in functionality, but you could submit a feature request for such feature and we will consider its implementation. The only possible workaround that I could suggest you is to implement your custom content filter in order to strip the undesired timestamp attributes from the Editor's content. You can see a sample implementation of a custom filter in the following live demo: Custom Content Filters
Note, though, that such filters will be executed when the user is switching between the Editor modes (Design/HTML) or when the content is passed to the server, but no everytime after a new comment has been inserted.
Hope this helps.
Regards,
Veselina Raykova
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.