how can i conditionally add line breaks to a expression?. I know about ctrl+enter but this won't work conditionally and seems i can't put in /n. I also know about your html textbox but tried using that so failed to work.
Thanks
Shane
2 Answers, 1 is accepted
0
Accepted
Steve
Telerik team
answered on 08 Dec 2009, 08:25 AM
Hi Shane,
Using Ctrl+Enter would produce the following output in the InitializeComponent() method:
There is no way to apply this conditionally from the designer, but you can always alter the Value of the textbox in the provided events and add necessary \r\n to your data.