When i click on the TDPFDateTimeCombobox, the date picker will appear from the bottom. How do i close the picker after an item has been selected? There isn't a done button on the picker.
please advise
thanks
chris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is a property value on the TDPFDateTimeComboBox called "PickerToolbarVisible". The default value is false. Just set this value to TRUE and when the DateTimeComboBox is called out, the "Done" button will appear on the combo box.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When i click on the TDPFDateTimeCombobox, the date picker will appear from the bottom. How do i close the picker after an item has been selected? There isn't a done button on the picker.
please advise
thanks
chris
Hi Chris
Set PickerToolbarVisible property to true
Regards
Thanks babak.
Hi
And how can the user do it, without any coding if there is no other controls on the page?
Thanks
Last edit: Fenistil 2014-04-01
There is a property value on the TDPFDateTimeComboBox called "PickerToolbarVisible". The default value is false. Just set this value to TRUE and when the DateTimeComboBox is called out, the "Done" button will appear on the combo box.