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

Telerik grid resize based on window resize

2 Answers 80 Views
Grid
This is a migrated thread and some comments may be shown as answers.
senthil
Top achievements
Rank 1
senthil asked on 06 Apr 2009, 02:00 PM
Hello ,

I am using telerik grid latest version. Whether any javascript is there to remedy Resize problem based on window resize.?Please help for this.

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 07 Apr 2009, 04:24 AM
Hi Senthil,

Try out the following css style and see whether it helps.

Style.Css:
 
 
<style type="text/css"
 
html 
    overflow:auto
 
html, 
body, 
form 
    margin:0; 
    height:100%; 
 
</style> 


Thanks
Shinu


0
senthil
Top achievements
Rank 1
answered on 07 Apr 2009, 04:33 AM
Hi Shinu,

 I already used this style sheet in master page. But not able to work out in mozila firefox .In Firefox if i am using rad ajax manager for the rad grid then the grid is not appear only header is visible. Thats why removed this style sheet and finding alternate way for resize. Thanks for reply, if any other way you know pls send me .

Thanks and Regards,
SenthilKumar.T
Tags
Grid
Asked by
senthil
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
senthil
Top achievements
Rank 1
Share this question
or