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

Radpane doesnt support % as height

2 Answers 76 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Vish
Top achievements
Rank 1
Vish asked on 24 Jul 2008, 09:15 AM
hi,

I tried to give height and width as 100% for a radpane.
But its not taking it,

If i give in px then it takes.

Any idea how to give heigh nad width in % ??

Thanks in advance,
Sid

2 Answers, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 24 Jul 2008, 03:13 PM
Hello Vishwanath,

Since I do not have your code I can only assume what could be the problem. I suggest to add the following style in your page's head:

 <style type="text/css">  
    html, body, form  
    {  
      height: 100%;  
      padding0px;  
      margin0px;  
    }  
    </style> 

In case this does not help, please provide more information about your code. It will be best if you open a new support ticket and send me a reproduction project along with an explanation and screenshot of the desired appearance.

Kind regards,
Svetlina
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Stoick
Top achievements
Rank 2
answered on 24 Jun 2009, 09:09 PM
I had the same issue and this resolved the problem for me. Thanks
Tags
Splitter
Asked by
Vish
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Stoick
Top achievements
Rank 2
Share this question
or