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

Calender Width in IE9

1 Answer 41 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Abu
Top achievements
Rank 1
Abu asked on 10 Oct 2011, 01:47 PM
am using CSS
font-size8pt;
    color#214013;
    font-weightbold;
    font-familyverdana;
    vertical-aligntop;
    text-decorationnone;
    width165px !important;
    padding-left5px;
for calender fields but calender width is working in IE8 but in IE9 it showing long not working
can give me suggestion how to fix this


thanks

1 Answer, 1 is accepted

Sort by
0
Galin
Telerik team
answered on 13 Oct 2011, 03:46 PM
Hello Abu,

I guess you use RadDatePicker, because it has a field. You can use the attribute Width, e.g. :
<telerik:RadDatePicker runat="server" ID="RadDatePicker1" Width="165px"></telerik:RadDatePicker>

I hope this helps.

Best wishes,
Galin
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 RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
WebParts for SharePoint
Asked by
Abu
Top achievements
Rank 1
Answers by
Galin
Telerik team
Share this question
or