Hi
I have GRidview with this Column
Now this column doesnt set SelectedDate to bounded date and i thought to do other way around on BeginningEdit routine.
I want to know how to get DateTimePicker control while edit mode to setup manually databound value to Datetimepicker.
anyhelp please.
Kind Regards:
I have GRidview with this Column
<telerik:GridViewDataColumn Header="In" DataMemberBinding="{Binding TimeIn}" > <telerik:GridViewDataColumn.CellEditTemplate> <DataTemplate> <telerik:RadDateTimePicker Culture="en-GB" SelectedDate="{Binding TimeIn}" TimeInterval="0:30:00" IsTooltipEnabled="False"/> </DataTemplate> </telerik:GridViewDataColumn.CellEditTemplate> </telerik:GridViewDataColumn>Now this column doesnt set SelectedDate to bounded date and i thought to do other way around on BeginningEdit routine.
I want to know how to get DateTimePicker control while edit mode to setup manually databound value to Datetimepicker.
anyhelp please.
Kind Regards: