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

Telerik Radgrid showing unknown behaviour

6 Answers 111 Views
Grid
This is a migrated thread and some comments may be shown as answers.
mesha
Top achievements
Rank 1
mesha asked on 26 Apr 2010, 05:32 PM
Hi,

I am using Telerik radgrid in my application and i am unable to find out the solution for the radgrid behaviour which is shown in the attached image.

I tried to resize the grid but no luck!

I would really appreciate if someone can guide me the solution.

BTW i am using IE8. It is absolutely working fine in IE 7 and 6 versions and the telerik version is Q1 2009.

Thanks,
Shashi

6 Answers, 1 is accepted

Sort by
0
mesha
Top achievements
Rank 1
answered on 27 Apr 2010, 09:30 AM
Hello,

Can someone reply to my post please?

It is very very urgent for me to resolve this issue.

I have been told to fix this problem long time back and i tried my best to resize but no luck..:(

Please find a solution.

Thanks,
Shashi
0
Rosen
Telerik team
answered on 28 Apr 2010, 06:58 AM
Hi Mesha,

I guess that the grid is wrapped in a UpdatePanel or ajaxified through RadAjax. In such case you should set height of the UpdatePanel explicitly using a css rule similar to the following:

<style type="text/css">
     #YourUpdatePanelClientID
     {
         height:100%;
     }
 </style>
 
or if you are using RadAjaxManager.

All the best,
Rosen
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
mesha
Top achievements
Rank 1
answered on 28 Apr 2010, 10:08 AM
Hi Rosen,

Many Thanks for your reply.
I am using something like this

<telerik:RadAjaxManagerProxy ID="radAjaxMgr" runat="server">

 

 

<AjaxSettings>

 

<telerik:AjaxSetting AjaxControlID="rgrdDocumentList">

 

 

<UpdatedControls>

 

 

<telerik:AjaxUpdatedControl LoadingPanelID="lstLoadingpane" ControlID="rgrdDocumentList" />

 

<telerik:AjaxUpdatedControl ControlID="hiddenDirtyFlag" />

 

</UpdatedControls>

 

</telerik:AjaxSetting>

 

</AjaxSettings>

 

</telerik:RadAjaxManagerProxy>

 

 

<telerik:RadAjaxLoadingPanel Transparency="10" ID="lstLoadingpane" runat="server"

 

 

IsSticky="true" CssClass="FileStoreModalPanel">

 

</telerik:RadAjaxLoadingPanel>

Could you please suggest how can i define in stylesheet.

I have tried your sample but no luck..:(

Thanks,
Shashi

 

 

0
Rosen
Telerik team
answered on 29 Apr 2010, 08:20 AM
Hi Mesha,

I have attached a small sample which illustrates a possible implementation.

Greetings,
Rosen
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
mesha
Top achievements
Rank 1
answered on 29 Apr 2010, 09:30 AM
Hi Rosen,

Many Thanks for your sample.

I was able to succeed half away with your sample. Unfortunately, this time the header text of the radgrid is shrinking and when i scroll i am able to see the header text. I have tried setting the width as mentioned but no luck.

Please see the attached image.

Your earliest response is much appreciated.

Thanks,
Shashi

0
Rosen
Telerik team
answered on 03 May 2010, 08:35 AM
Hi Shashi,

Can you paste (using the format code block) you page declaration?

Best wishes,
Rosen
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
mesha
Top achievements
Rank 1
Answers by
mesha
Top achievements
Rank 1
Rosen
Telerik team
Share this question
or