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

[Solved] DatePicker in column filtering

1 Answer 247 Views
Grid
This is a migrated thread and some comments may be shown as answers.
GrZeCh
Top achievements
Rank 2
GrZeCh asked on 30 Jan 2008, 05:38 PM
Hello!

How can I enable DatePicker controll for filtering column?

In this example:
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Grid/Examples/GeneralFeatures/Filtering/DefaultCS.aspx

there is:

<telerik:GridDateTimeColumn 
DataField="ShippedDate" 
HeaderText="ShippedDate" 
SortExpression="ShippedDate" 
UniqueName="ShippedDate" 
PickerType="DatePicker" 
DataFormatString="{0:D}"

and when I try to use PickerType I get error that there is no such property as "PickerType".

Thanks in advance

1 Answer, 1 is accepted

Sort by
0
Petja
Telerik team
answered on 01 Feb 2008, 07:01 AM
Hello Grzesiek,

The code you have pasted is the one that enabled the RadDatePicker for the filtering. Find attached a sample project demonstrating the desired functionality. Please, review it and let us know if you have further questions.

Sincerely yours,
Petja
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
GrZeCh
Top achievements
Rank 2
Answers by
Petja
Telerik team
Share this question
or