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

DatePicker does not follow formatting

4 Answers 88 Views
Date/Time Pickers
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Frank Michael
Top achievements
Rank 1
Frank Michael asked on 12 May 2010, 11:31 PM
I have formatted the datepicker as width=100%. But it does not follow.
See attachment.
If there is any other suggestion how to make the fields look more uniform than width 100% I'd be open as well.

4 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 13 May 2010, 08:51 AM
Hi Frank Michael ,

You can check this forum thread.

Kind regards,
Atanas Korchev
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
Frank Michael
Top achievements
Rank 1
answered on 13 May 2010, 10:23 AM
"We have implemented an InputHtmlAttributes method for the fluent interface that will be available with the official release - it will set the width directly on the input."

What does this mean? What ist the fluent interface?
0
Georgi Krustev
Telerik team
answered on 13 May 2010, 10:35 AM
Hi Frank Michael ,

You can use InputHtmlAttributes method to apply styles directly onto HTML input element. Here is a simple code snippet which shows how to set width to the input element:
<%= Html.Telerik().DatePicker()
        .Name("DatePicker")
        .InputHtmlAttributes(new { style = "width: 100px;" }) %>

Best wishes,
Georgi Krustev
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
asif
Top achievements
Rank 1
answered on 01 Jun 2011, 12:50 PM
Date Picker is working fine for me in all browser.

but when it is render in fire fox.

when i click on "Date picker"  icon,

it show two or three column  of date in  claender.

is there any option to set the width of popup calender???
Tags
Date/Time Pickers
Asked by
Frank Michael
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Frank Michael
Top achievements
Rank 1
Georgi Krustev
Telerik team
asif
Top achievements
Rank 1
Share this question
or