Вопрос

I have a telerik RadTextBox, in which i want to display one line, the problem the content is a little bit scrolling and don't display all the text, how can i fix it. thanks in advance.

Это было полезно?

Решение

try to use textmode="singleline"

<telerik:RadTextBox runat="server" ID="txtbox1" TextMode="SingleLine"></telerik:RadTextBox>
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top