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

RadTextBox with Multiline

3 Answers 88 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Shahid
Top achievements
Rank 1
Shahid asked on 17 Jul 2008, 07:41 PM
I am not able to diplay the RadTextBox with multiline.
When I set it to single line, everything seems alright. But when its multiline I can't even see the box. Any help???

3 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 18 Jul 2008, 07:50 AM
Hi Shahid,

Please check the following forum thread for details on that problem:
http://www.telerik.com/community/forums/thread/b311D-bekebd.aspx



All the best,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Shahid
Top achievements
Rank 1
answered on 18 Jul 2008, 04:14 PM
Hi Tunev,

Thank you very much for your reply!!

I am not using any style sheet manager. But still getting the problem.

When I remove the form decorator everything seems alright. 
0
Georgi Tunev
Telerik team
answered on 21 Jul 2008, 12:15 PM
Hello Shahid,

The problem is not in the RadStyleSheetManager - the article that I sent you contains solutions for various issues including the multilne textbox - please check the zipped file there.

The exact part of the solution that you need is:
 /* Fix problem 2: Needed because IE converts a single CSS rule into three rules, which confused the RadFormDecorator initialization mechanism under IE */ 
  textarea, button 
  { 
    visibility:visible !important; 
  } 


All the best,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
FormDecorator
Asked by
Shahid
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Shahid
Top achievements
Rank 1
Share this question
or