Is there a way to wrap the text or atleast increase the font size of the textbox used to edit the node text? I tried using the rtEdit css class and style attributes for input control but it did not resolve the issue. I will greatly appreciate your help.
1 Answer, 1 is accepted
0
Yana
Telerik team
answered on 09 Jan 2009, 07:22 AM
Hi Som,
Please use the following css style to increase the font-size of the node text when it's in edit mode:
div.RadTreeView .rtEdit .rtIn input{
font-size: 15px;
}
Best regards,
Yana
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.