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

RadTextBox Height

2 Answers 410 Views
Input
This is a migrated thread and some comments may be shown as answers.
Arun Kumar
Top achievements
Rank 2
Arun Kumar asked on 17 Oct 2013, 08:47 AM
I set textmode as Multiline to RadTextBox and Rows is set as 10. If I set skin (silk) to RadTextBox the height does not changed, it shows as single line textbox. I have to manually set the height. If I remove the skin it works perfectly. How do I rectify this issue ?

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 18 Oct 2013, 06:06 AM
Hi Arun Kumar,

This seems to be a bug associated with the Silk Skin. As a work around, you can override the default CSS as follows.

CSS:
<style type="text/css">
    .RadInput textarea.riTextBox
    {
        height: auto !important;
    }
</style>

Thanks,
Shinu.
0
Arun Kumar
Top achievements
Rank 2
answered on 19 Oct 2013, 11:22 AM
Hi Shinu,

Thanks, It works.
Tags
Input
Asked by
Arun Kumar
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Arun Kumar
Top achievements
Rank 2
Share this question
or