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

Focus on DateInput

3 Answers 70 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Mats
Top achievements
Rank 1
Mats asked on 09 Nov 2009, 11:24 AM
Hi!

I have recently upgraded ASP.NET Ajax Controls directly from Q3 2008 to Q3 2009.
I see that there is a change in the way the DateInput control (I use the RadDatePicker) is shown when getting focus in Q3 2009.

When I move to DateInput with tab key in 2008 then the text is selected (high lighted). In 2009 it is not, it is hard to see that it gets focused at all.
When I click with mouse in text of DateInput in 2008 then the cursor is positioned where I click. In 2009 cursor moves automatically to the first position of DateInput field.

I would prefer to have it the old way...

Thanks
/Mats

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 09 Nov 2009, 12:38 PM
Hi Mats,

Can you set the property SelectionOnFocus="SelectAll" under DateInput and see whether it is working as expected?

    <telerik:RadDatePicker ID="RadDatePicker1" runat="server">
        <DateInput SelectionOnFocus="SelectAll">
        </DateInput>
    </telerik:RadDatePicker>

-Shinu.
0
Dimo
Telerik team
answered on 09 Nov 2009, 01:48 PM
Hello Mats,

Indeed, the two issues you are talking about slipped into the Q3 2009 release. They are now fixed, so you can try the next internal RadControls build, once it becomes available (later this week). Sorry about the inconvenience.

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.
0
Mats
Top achievements
Rank 1
answered on 09 Nov 2009, 02:04 PM
Thanks for your quick answer. I will try next internal build when it's available.

Regards
/Mats
Tags
Calendar
Asked by
Mats
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Dimo
Telerik team
Mats
Top achievements
Rank 1
Share this question
or