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:
and when I try to use PickerType I get error that there is no such property as "PickerType".
Thanks in advance
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