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

Chrome browser can't render properly GridDateTimeColumn.

2 Answers 62 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Motohiro Isozaki
Top achievements
Rank 2
Motohiro Isozaki asked on 18 Feb 2009, 05:02 PM
Hi,

Chrome browser can't render properly GridDateTimeColumn.
Therefore , it is essential to set the following property.

FilterControlWidth = "150px"

The following sample has the same(?) problem.
Chrome can't render it properly when it is 'in-forms editing mode'.

http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/alleditablecolumns/defaultcs.aspx

2 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 23 Feb 2009, 03:27 PM
Hello Motohiro,

We consider this as a browser behavior. It happens under Safari and Chrome.

To overcome this you can set a width in pixels to the RadComboBox:
.GridFilterRow_Inox .RadComboBox{width:100px !important} 
.GridEditForm_Inox .RadComboBox{width:100px !important} 

or set the width to all ComboBox controls in RadGrid globally:
.RadGrid .RadComboBox{width:100px !important} 

Let us know if we can assist you further.

Best regards,
Daniel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Motohiro Isozaki
Top achievements
Rank 2
answered on 23 Feb 2009, 05:36 PM
Thanks for your considering!
I expect this problem to be fixed.

Thanks

Tags
Grid
Asked by
Motohiro Isozaki
Top achievements
Rank 2
Answers by
Daniel
Telerik team
Motohiro Isozaki
Top achievements
Rank 2
Share this question
or