I am trying to use a RadWindow as a replacement for radalert. I have created a RadWindow and put a literal control on it. I set the literal's text property to a string of HTML amounting to a message. I have the RadWindow set to Autosize. When the window is displayed, the width is set so that the text message line wraps after every word. Is there a way to have the RadWindow width set so that the text only wraps when a real line break (<br/>) is detected. The radalert works this way, so it seems that it should be possible.
Thanks
Thanks