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

Input field in Date Picker not editable

2 Answers 214 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Prasad
Top achievements
Rank 1
Prasad asked on 30 Oct 2012, 11:04 AM
I am using a Date Picker when user click on calender icon it opens a date picker from which user can select date but if user wish to change entered date from input field then Rad control not allowing to user to do so. I am using following css style to style my input fields,
#input
{
    /*width:150px;*/
    float:left;
    position:relative;
    margin-right:2px;
}
above ID aligns my label field and input field in one row,
following is the common style for all input type="text"
input[type=text]
{
    width:143px;
    float:left;
    position:relative;
    margin-right:2px;
}
I don't think that any one of above causing any such problem. any suggestion why Rad Date picker is not allowing user to edit date entered in input field.

2 Answers, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 01 Nov 2012, 12:08 PM
Hello Prasad,

Generally, the functionality of RadDatePicker is not related to the applied CSS. Could you reproduce this behavior with any of our demos?
http://demos.telerik.com/aspnet-ajax/calendar/examples/datepicker/custompopup/defaultcs.aspx

Please open a support ticket to send us a sample runnable application demonstrating the erratic behavior or provide us the exact steps to reproduce the issue. Thus, we will be able to further analyze the problem and provide a proper solution.

Kind regards,
Eyup
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.
0
Prasad
Top achievements
Rank 1
answered on 05 Nov 2012, 07:43 AM
That was our mistake, we forget to do EnableTyping="true".
Tags
Calendar
Asked by
Prasad
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Prasad
Top achievements
Rank 1
Share this question
or