This is a migrated thread and some comments may be shown as answers.

Is there a control as Memo

1 Answer 82 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Fabiana
Top achievements
Rank 1
Fabiana asked on 29 Sep 2010, 07:28 PM
Hi support!

I would like to know if there is some telerik control as Memo control,that I can configure  Maxlength and multiples lines?

Can I  configure RadRichText control  Maxlength ?


Thanks!

1 Answer, 1 is accepted

Sort by
0
Iva Toteva
Telerik team
answered on 30 Sep 2010, 04:31 PM
Hello Fabiana,

RadRichTextBox does offer functionality for editting multiline text.
Currently, there is no specific API to offer functionality such as MaxLength, because RadRichTextBox is designed for more complex scenarios. However, you can always use the RadDocument API and TxtFormatProvider to perform checks on the document length and validate the content (e.g. export the document to plain text and check the length of the generated string). Note that this will exclude non-text items such as images, inline UI elements, etc.

Kind regards,
Iva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Fabiana
Top achievements
Rank 1
Answers by
Iva Toteva
Telerik team
Share this question
or