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

RadDatePicker - Size buggy

1 Answer 18 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Leandro
Top achievements
Rank 1
Leandro asked on 08 Aug 2012, 06:16 PM
Good afternoon,

I updated this last fix(2012_2_724) you, to solve a bug that was giving RadnumericTextbox, it seems that something messed up RadDatePicker.
Now RadDatePicker is not respecting the value set in the width property, visually in the way of "Design" in the browser it is normal but the project he is bugged ... This disrupts the very model of the form.

1 Answer, 1 is accepted

Sort by
0
Galin
Telerik team
answered on 13 Aug 2012, 02:09 PM
Hi Leandro,

The issue is replicated on our side by using the RadDatePicker in Design mode. Therefore, I have forwarded it to our developers and they will investigate it. However, you can workaround it with the following CSS rule

.riTextBox
{
    width: 100%;
}

Place it in the header section or in the external CSS file. Please check it out and let me know how it goes.

Greetings,
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
General Discussions
Asked by
Leandro
Top achievements
Rank 1
Answers by
Galin
Telerik team
Share this question
or