38 Answers, 1 is accepted
Unfortunately we do not have RichTextBox implemented yet, which would allow for the functionality you request. However this is in our TODO list and will be included in subsequent release of our Reporting product.
Please excuse us for the temporary inconvenience.
Regards,
Steve
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center

Thanks,
Brett
We cannot say for certain an exact release date, but it will not be for Q2 as we've already have our hands full with tasks. One thing that separates us from the other companies is that we always listen to our customers. That's why I suggest to leave this forum open for comments from the community and see how big the interest for rich textbox is. The more clients request this functionality, the bigger the chance we move it forward in our TODO list and implement it for .. let's say Q3 this year.
What do you say guys? How big plus is RichTextBox availability for your reports and to what extend do you believe we should implement it. Should we have basic formatting capabilities only at first (standard richtextbox) or should we dive into exploring richtextbox handling html, so that can be used in all reporting formats?
Your comments are invaluable!
Greetings,
Steve
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center

Hi people, and my answer is YES... rich textbox is MUSTHAVE. However, let me tell you our story so you can understand why it is so important. We are pension insurance company and we send to our customers every 2 weeks some reports or information ... every time more then 5000 reports. We grab a lot of information from our database, but there are a lot of other let us say static text that changes frequently. We call that template. Telerik Reporting is reliable and fast, it generates more then 5000 pages in less then 2 seconds but result does not look nice because all text is left aligned. We would also like to emphasize (make some words more visible or readable) some important data in letter with making the text bold or adding color to it. You can't always present your data in tables; for some purposes tables are fine but for others, regular text with injected data from database is better. It depends on audience to which you will present your report.
So this is one vote plus for RICHTEXTBOX. Looking forward to meet this in next release.
Regards,
Nenad









Look at Crystal Reports for their functionality....again...no need for designer to be as extensive but even an enhanced Value property box that I would assume is under Telerik control to apply formatting would be awesome.

Thank you

Thank you very much for the input - your feedback is very good and we now have a clear idea of what you are after.
Initially we will release basic rich text formatting options while creating the reports. Later on (eventually end of next year) we may offer HTML support and RadEditor interoperability.
Your comments are welcome.
Regards,
Vassil
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.

Keep up good working.
Regards, Nenad

In some cases, though monotonous, I use a separate textbox for each word and just place them close together. So, "Please NOTE: This is a test" would use 4 text boxes. One for "Please ", one for "NOTE: ", one for "This" and finally one for " is a test".
(Forgive my spacing issue. I don't know why it's rendering this way.)

There is no promise for rich textbox in my colleagues last post. Our developers have started working on it, but we would not be able to deliver it for Q3. Again we do not want to engage with a specific timeframe as we work in dynamic environment and priorities change all the time.
Thank you for the patience guys!
Greetings,
Steve
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.

Thanks - the sooner we can get this the better.



There would be richtextbox introduced for the Q1 2009 release scheduled for the end of February. Keep your fingers crossed for a flawless release :)
Best wishes,
Steve
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.

Until this feature is implemented I will be looking at one of your competitors. (Hate to do it...I LOVE telerik stuff...it is the only component provider I have purchased. Maybe you can get it out before I release my product mid-March.)
Just my 2¢.
Happy Customer
As noted in my previous reply, we are working on rich textbox for the Q1 release expected at the end of February, which is before mid March.
Sincerely yours,
Steve
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.


There would be no linespacing at least for the first draft of the rich textbox which would have a pretty basic html handling. However we would consider adding it for one of the subsequent versions depending on how things come along of course :)
Best wishes,
Steve
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.

I thought this entire thread was about the addition of a RICHTEXTBOX?
That _should_ mean a text box that you can put RTF (rich text format) text into. Such as text from Word and every other such program.
This way, I can have some custom formatted and controlled by end user text on the report - they can make it in wordpad or anything. To implement this, you just need to render the rich text out onto the report.
I know Developers Express has this feature, cannot say about the others.
Instead you have built a very limited HTML viewer. I am sure that will be useful in some scenarios, but due to it's limiations not sure what those are....after all, if I have to make the HTML, I might as well make the report.
Cannot believe I have waited 9 months on 'Rich Text Support' to be given 'Limited HTML rendering'......
We have been discussing the text formatting features of Telerik Reporting for a while now. We have used different names and terms that might sound misleading or inconsistent. In order to eliminate any further misunderstanding let me elaborate a bit more on what exactly we are working on.
Currently, in order to display a text content one should use the TextBox report item. It renders plain text formatted according to the item's Style. This means that the entire TextBox content is rendered in one color, with the same font and size. Although this functionality covers the basic reporting needs we need, it does have some limitations that make the process of designing reports cumbersome. So, we decided to move one step further and style not only the entire item, but different parts of the content.
The new report item we are developing will allow formatting of different parts of the contained text with different styles. This includes the basic formatting: background and fore color, text align, font name, size and style, plus organizing the text in paragraphs and lists. In order to keep the formatting information with the text (that is - "rich text") we need to use some kind of meta language. There are several document markup languages that are suitable for this task. To name some of them: HTML, XHTML, RTF, TeX, LaTeX, etc. Of course we have the freedom to use our own internal representation/format. Although they all use different syntax, the output that the end user sees is usually the same.
After examining the different possibilities, the capabilities of the supported output formats, and the feedback from our customers (Thank you!) we decided to stick to HTML (to be more specific, we will support a subset of the HTML elements that are suitable for formatting the text). Not to mention that Telerik is well known on the market by its award winning WYSIWYG HTML editor - RadEditor.
The new item, called HtmlTextBox, can render XHTML content, and will support the following HTML elements: STRONG, B, EM, I, U, DIV, SPAN, P, FONT, CENTER, UL, OL, LI, BR; it will also support these CSS styles: background color, font (family, size, weight, style), border (color/style/width), text align and color. We decided to start with a limited set of HTML/CSS elements; if things go well we will extend the HTML capabilities of the HtmlTextBox.
Our primary goal was to enable rich formatting of the report content - not to develop a HTML rendering engine/viewer/browser. The HTML/CSS subset we will support is just for this case. Moreover Telerik Reporting supports a number of different export formats. Some of them have limited rendering capabilities (for ex. MS Excel) that could hardly be passed by.
The new HtmlTextBox report item has one more feature - it supports merging fields - a functionality similar to the MS Word's mail merge, but extended with the Telerik Reporting's built-in expressions.
The new rich text features will be available no later than the 2009.1 release scheduled for March 10. Then all of you will have the chance to play with them and give your feedback. It is our believe that the HtmlTextBox will be powerful enough for your richtext formatting needs.
Regards,
Svetoslav
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.


On that note it would be great if you offered a built in toolbar mode for the editor that supported only the features supported by the report control because I'll need to limit what the user can do in their customization to what will be supported by the report control. Sure, I can create the tools file myself, but I would suspect that other folks would want this as well so it may make sense to include it in the product.
Finally, please make sure the documentation clearly states what tags and CSS attributes are supported.
Thanks for including this as a step 1. I'm hopeful that you will support full HTML/CSS capabilities in the future.

I totally agree with rh: the RadEditor should definitely have a default toolbar mode displaying only the options supported by the HtmlTextBox report item.
As rh said, we can create our custom toolbar, and that's what I did for now:
<Tools> |
<telerik:EditorToolGroup> |
<telerik:EditorTool Name="Cut" /> |
<telerik:EditorTool Name="Copy" /> |
<telerik:EditorTool Name="Paste" /> |
<telerik:EditorTool Name="Undo" /> |
<telerik:EditorTool Name="Redo" /> |
<telerik:EditorTool Name="FontName" /> |
<telerik:EditorTool Name="FontSize" /> |
<telerik:EditorTool Name="Bold" /> |
<telerik:EditorTool Name="Italic" /> |
<telerik:EditorTool Name="Underline" /> |
<telerik:EditorTool Name="ForeColor" /> |
<telerik:EditorTool Name="BackColor" /> |
<telerik:EditorTool Name="JustifyLeft" /> |
<telerik:EditorTool Name="JustifyCenter" /> |
<telerik:EditorTool Name="JustifyRight" /> |
<telerik:EditorTool Name="InsertUnorderedList" /> |
<telerik:EditorTool Name="InsertOrderedList" /> |
<telerik:EditorTool Name="InsertParagraph" /> |
</telerik:EditorToolGroup> |
</Tools> |
But if you continue to add support for new html/css tags we'll have to update our radEditor(s) everytime.
So I give my +1 to this suggestion :)
Keep up the great work!
Best regards,
Ricardo.

That feature would also allow creation of more nice GUIs.
Please implement that.
Thanks
You can use the HtmlTextBox report item to add rich text features to the report's text boxes.
Regards,
Nasko
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.
