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

Pb with Chrome: grid not displayed

2 Answers 49 Views
Grid
This is a migrated thread and some comments may be shown as answers.
CSurieux
Top achievements
Rank 2
CSurieux asked on 02 Mar 2010, 09:37 AM
Hello,

I have a strange case with chrome, working perfectly with IE and FF: my grid is not displayed when using chrome ( v  4.1.249.1021 unknown (40167) , strange version....also)

Here is a sample code

asp:ScriptManagerProxy ID="SCMPDocument" runat='server' /> 
<Telerik:radformdecorator id="FormDecorator1" runat="server" decoratedcontrols="Default" /> 
<telerik:RadGrid ID="myDataGrid" runat="server" Width="100%" AutoGenerateColumns="False" GridLines="None" ShowFooter='false' ShowHeader='true' ShowStatusBar='false' AllowPaging="true" AllowSorting="true" PageSize="20">  
   

You may see this here
http://www.addonnice.com/site/1051/Brochure_Addon_Nice.aspx

I have seen this thread http://www.telerik.com/community/forums/aspnet-ajax/grid/radgrid-100-height-chrome.aspx

but it was from may 2009, is still same issue concerning the surrounding panel ?

Best regards
CS

2 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 02 Mar 2010, 09:54 AM
Hello Christian,

The table, in which RadGrid resides, is only 50px wide in Chrome, that's why the RadGrid inside is not seen. I suspect this has something to do with the positioning and float styles that you are using for the wrapper elements on the page. Try setting some explicit widths.

Best wishes,
Dimo
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
CSurieux
Top achievements
Rank 2
answered on 02 Mar 2010, 10:43 AM
Ok, very strange, when using chrome dev tool i get a calculated with of -20px for the surrounding table....
Setting fixed values for with ...fixed the chrome pb.

Seems there is not something between grid and chrome because it is the only radcontrol with this pb.

Thanks and best regards

CS
Tags
Grid
Asked by
CSurieux
Top achievements
Rank 2
Answers by
Dimo
Telerik team
CSurieux
Top achievements
Rank 2
Share this question
or