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

RadDateTimePicker two clicks before DropDown button displays

1 Answer 92 Views
GanttView
This is a migrated thread and some comments may be shown as answers.
Nelson
Top achievements
Rank 1
Nelson asked on 02 Jul 2012, 04:25 PM
I am using RadDateTimePicker controls for Start/End columns in the RadGanttView:

            <telerik:RadGanttView.Columns>
                <telerik:TreeColumnDefinition Header="Title" />
                <telerik:ColumnDefinition MemberBinding="{Binding MyFormattedStart}" Header="Start" ColumnWidth="100" >
                    <telerik:ColumnDefinition.CellEditTemplate>
                        <DataTemplate>
                            <telerik:RadDateTimePicker SelectedValue="{Binding Start, Mode=TwoWay}" 
                                                       InputMode="DatePicker" />
                        </DataTemplate>
                    </telerik:ColumnDefinition.CellEditTemplate>

and the same for End...I have to click two times in the cell before the DropDown control displays so that I may use the control to change the value. 

I would like to click only once.  It is not intuitive to have to click again.

I did notice if I do this on the same row, e.g., changed the Start date with the DropDown, I can then go to the End column and just click one time to use the DropDown for that cell.

So, I guess the first click is required to select the row, and then once the row is selected, another click to display the DropDown.

Is there any way to configure the control/cell such that a single click in a Start or End cell selects the row *and* displays the DropDown?

Thanks, nelson

1 Answer, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 03 Jul 2012, 09:59 AM
Hello Nelson,

Currently when a cell turns in edit mode is not configurable. Could you please explain in more details how would you expect this to work and how would like to configure it?

Kind regards,
Miroslav Nedyalkov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
GanttView
Asked by
Nelson
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Share this question
or