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

[Solved] Grid Layout Problem

2 Answers 20 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Henry
Top achievements
Rank 1
Henry asked on 01 Feb 2012, 06:47 PM
My grid layout shows good in debugging mode but whenever publish to web site. The column width just mess up.
If I disable scorollable then it back to normal,I do not understand why it shows different between debug mode and publish web page.
Attach the pic for mess up layout

2 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 01 Feb 2012, 07:56 PM
Hello Henry,

I suppose the problem is exhibited in Internet Explorer only, because the browser displays your application in standards mode locally, and in compatibility mode on the web server.

Judging by the provided screenshot, you may have incorrect style="text-align:center" or align="center" attributes applied, too small column widths, or too small Grid table width.

Please use IE's web developer toolbar to investigate further.

If you still need assistance, please provide a live URL.

Kind regards,
Dimo
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
0
Henry
Top achievements
Rank 1
answered on 01 Feb 2012, 08:52 PM
Thanks for the tip.
This link solves my problem. The solution is to force IE8 to render standard mode.
http://stackoverflow.com/questions/2742853/force-internet-explorer-8-browser-mode-in-intranet
Tags
Grid
Asked by
Henry
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Henry
Top achievements
Rank 1
Share this question
or