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

DateTimePicker in GridView

3 Answers 116 Views
DateTimePicker
This is a migrated thread and some comments may be shown as answers.
Rieni De Rijke
Top achievements
Rank 1
Rieni De Rijke asked on 02 Aug 2010, 01:24 PM
In one of our RadGridViews, we have a date-field. The GridView recognises the date-type and - hen in edit-mode - shows a nice RadDateTimePicker. This works fine! Even the culture has been set.

<telerik:GridViewDataColumn
DataMemberBinding="{Binding ADato}" Header="A dato." Width="80" UniqueName="ADato" DataFormatString="{}{0:d}" >    
 </telerik:GridViewDataColumn>

But...
- How can we use the ctrl + arrowdown to open the calendar (wihout using the mouse)? 
- How can we select the whole text/date when entering the DateTimePicker or when he's got focus?
- Isn't it a bit strange that the RadDateTimePicker accepts letters/text/words...?

3 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 05 Aug 2010, 03:28 PM
Hello Rieni De Rijke,

Thank you for contacting us.

The first and the second issues are bugs in our controls. We will fix them as soon as possible. 

You can input text in the RadDateTimePicker because of a feature in the control which enables you to enter a day of the week and the current date will be parsed.

Please do not hesitate to contact us if you require any further information.


All the best,
George
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
Rieni De Rijke
Top achievements
Rank 1
answered on 06 Aug 2010, 07:53 AM
Thank you for your reply!
When you are going to fix the bugs in the RadDateTimePicker could you maybe also look at this:
1.  When a user opens the calendar (by using arrow-down) you should expect that one than could select a date by using the up- and down-arrows. But this is not working. So when opening the calendar with use of the keyboard, you still need your mouse to pick a date...
When a user writes a date in the RadDateTimePicker (in a ViewGrid) a little field/tooltip appears just above the cell. The cell shows the expected date or the word "error". Because the position of this field is just in the above DataGrid-row-cell this is very confusing... Users could think they are changing the previous row! So...
2. Could this feature have a "NotShow" possibility?
0
George
Telerik team
answered on 09 Aug 2010, 01:15 PM
Hi Rieni De Rijke,

Straight to your questions:

  1. We are aware of this issue. It will be fixed as soon as possible. 
  2. You could accomplish this using IsTooltipEnabled property.

Please do not hesitate to contact us if you require any further information.

All the best,

George
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
Tags
DateTimePicker
Asked by
Rieni De Rijke
Top achievements
Rank 1
Answers by
George
Telerik team
Rieni De Rijke
Top achievements
Rank 1
Share this question
or