As captioned. We found that the Column Filter can only show DatePicker. We want a TimePicker instead.
Please find the attached screen capture for details.
Thanks
Ric Yik
1 Answer, 1 is accepted
0
Accepted
Maya
Telerik team
answered on 25 Nov 2011, 08:58 AM
Hi Ric,
You can handle FieldFilterEditorCreated event of RadGridView and based on the corresponding column to find the editor. If the underlying property of of DateTime type, this editor will be RadDateTimePicker. This control has InputMode property that could be set to 'DatePicker', 'TimePicker' and 'DateTimePicker'. The default value of the filter is DatePicker, but you can easily change it as follows: