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

DateTime column: missing filter for time only for date

2 Answers 195 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Julian
Top achievements
Rank 1
Julian asked on 21 Oct 2015, 11:37 AM

Is there any way to get time&date and not only date in a DateTime column filter in RadGridView?

I am used to the RadDateTimePicker and there I get both values, date and time for selection. Sadly in the RadGrid there is no time icon and possibility to select a time.

So far I found a way to change the visible value in the textbox to contain the time also.

 

<telerik:GridDateTimeColumn DataField="DateStamp" HeaderText="MyTestColumn" FilterDateFormat="dd.MM.yyyy HH:mm" />

Thanks

2 Answers, 1 is accepted

Sort by
0
Julian
Top achievements
Rank 1
answered on 21 Oct 2015, 11:42 AM

For your information about my environment.

C#; VS2015; ASP 4.5; Win 7; UI for ASP.net AJAX latest Version

0
Maria Ilieva
Telerik team
answered on 21 Oct 2015, 12:25 PM
Hi Julian,

You can set a PickerType="DateTimePicker" for the DateTimeColumn which will apply the required filter option.

I hope this helps.

Regards,
Maria Ilieva
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Julian
Top achievements
Rank 1
Answers by
Julian
Top achievements
Rank 1
Maria Ilieva
Telerik team
Share this question
or