
Manuel Ortiz
Top achievements
Rank 1
Manuel Ortiz
asked on 01 Dec 2009, 06:53 AM
Hello, I am experiencing a bizarre problem in my radgrid's rendering behavior in IE8 Compatibility Mode and Google Chrome browsers, in Firefox 3.5 and IE 8 it works perfectly. For some reason, the radgrid renders itself at the bottom of the containing panel (IE8 Compatibility Mode) or its header expands indefinitely horizontally (Chrome). I am including the following screenshots of the mentioned problems so that you can aid me in solving this more effitiently. Thanx!!
5 Answers, 1 is accepted
0
Accepted
Hello Manuel,
The issue in Chrome will be resolved if you set FilterControlWidth in pixels for the "Settlement Date" column.
We will need a runnable sample in order to investigate the IE problem. I suspect that floats are causing it - the RadGrid is positioned exactly below the "Submit Order" button. So you are either using floated elements with incorrect widths, or you are clearing a float, which makes the RadGrid fall down.
Kind regards,
Dimo
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
The issue in Chrome will be resolved if you set FilterControlWidth in pixels for the "Settlement Date" column.
We will need a runnable sample in order to investigate the IE problem. I suspect that floats are causing it - the RadGrid is positioned exactly below the "Submit Order" button. So you are either using floated elements with incorrect widths, or you are clearing a float, which makes the RadGrid fall down.
Kind regards,
Dimo
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0

Mark
Top achievements
Rank 1
answered on 26 Nov 2010, 05:35 AM
I am having a similar issues but it is a bit worse as the filters have disappeared in chrome:
I have tried setting the FilterControlWidth="100px" for the last 2 columns with no success.
![]()
I have tried setting the FilterControlWidth="100px" for the last 2 columns with no success.
0
Hi Mark,
Make sure that you have a pixel FilterControlWidth set for the two columns, which have a RadDatePicker as a filtering control. Currently this does not seem to be the case.
All the best,
Dimo
the Telerik team
Make sure that you have a pixel FilterControlWidth set for the two columns, which have a RadDatePicker as a filtering control. Currently this does not seem to be the case.
All the best,
Dimo
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0

Daniel
Top achievements
Rank 1
answered on 16 Mar 2011, 10:20 AM
Hi everyone,
I have same problem with filtering column in Chrome (chrome error.png). I tried FilterControlWidth for all filtered columns, but with same result :-(. What is work aroud is set MasterTableView TableLayout="Fixed", but when I set it, I have new problem in IE8 (ie error.png). On right side of radgrid is white space .-(
I have same problem with filtering column in Chrome (chrome error.png). I tried FilterControlWidth for all filtered columns, but with same result :-(. What is work aroud is set MasterTableView TableLayout="Fixed", but when I set it, I have new problem in IE8 (ie error.png). On right side of radgrid is white space .-(
0
Hello Daniel,
Could you please paste your grid declaration?
By default, when table-layout is fixed, you can set column widths by using HeaderStyle-Width="Npx" (where N is a number). In order to make sure that your columns will take up all available space you can set width to all but one columns, so the last one uses all the left space. If this does not help, we will use your grid declaration to inspect the issue further.
Kind regards,
Tsvetina
the Telerik team
Could you please paste your grid declaration?
By default, when table-layout is fixed, you can set column widths by using HeaderStyle-Width="Npx" (where N is a number). In order to make sure that your columns will take up all available space you can set width to all but one columns, so the last one uses all the left space. If this does not help, we will use your grid declaration to inspect the issue further.
Kind regards,
Tsvetina
the Telerik team