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

DatePicker and TimePicker Input size

1 Answer 125 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
guillaume.lebel
Top achievements
Rank 1
Iron
Iron
guillaume.lebel asked on 16 Oct 2009, 07:49 PM
Hi,

We currently have a small problem with datepicker and timepicker after the page is loaded completly both input's control size are shrink to a minimal size. It happen randomly.

If you reload the page, the controls appears normally (with the normal size).

We don't use any css that set min-width for the control's input.

Is that a known issue?

Thx for your time and have a nice day

Guillaume

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 19 Oct 2009, 04:29 PM
Hello Guillaume,

Are the pickers placed inside a <table>? Do they have their widths set in percent?

You can try setting a table-layout:fixed CSS style to the parent <table> (if such exists) or a pixel width to the pickers. Alternatively, you can set

<telerik:Rad...Picker>
    <DateInput ShouldResetWidthInPixels="false" />
</telerik:Rad...Picker>


If none of the above helps, please send a simple runnable web page, which demonstrates the problem.


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.
Tags
Calendar
Asked by
guillaume.lebel
Top achievements
Rank 1
Iron
Iron
Answers by
Dimo
Telerik team
Share this question
or