5 Answers, 1 is accepted
0
Hi Chris,
Actually the will create automatically GridDateTimeColumn if you have DateTime field in your data source. Further you can declare this column in the the grid columns collection or you a template column where you can place desired control in ItemTemplate.
More about auto-generated data-type-sensitive columns you can find here:
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Grid/Examples/GeneralFeatures/ColumnTypes/DefaultCS.aspx
Regards,
Vlad
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Actually the will create automatically GridDateTimeColumn if you have DateTime field in your data source. Further you can declare this column in the the grid columns collection or you a template column where you can place desired control in ItemTemplate.
More about auto-generated data-type-sensitive columns you can find here:
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Grid/Examples/GeneralFeatures/ColumnTypes/DefaultCS.aspx
Regards,
Vlad
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Chris
Top achievements
Rank 1
answered on 20 May 2008, 02:40 PM
Hi Vlad,
Thanks for the quick reply. Unfortunately, I can't use an auto-generated column in this case. I have been unable to find the GridDateTimeColumn, and what assembly it is in. I have tried the QuickStart assembly, and Telerik.Web.UI .dll I could not find (judging by the example you posted, I would assume that would be where the DateTimeColumn would be). I am using Q3 2007, if that makes any difference.
Thanks,
Chris.
Thanks for the quick reply. Unfortunately, I can't use an auto-generated column in this case. I have been unable to find the GridDateTimeColumn, and what assembly it is in. I have tried the QuickStart assembly, and Telerik.Web.UI .dll I could not find (judging by the example you posted, I would assume that would be where the DateTimeColumn would be). I am using Q3 2007, if that makes any difference.
Thanks,
Chris.
0
Hello Chris,
Generally RadGrid for ASP.NET AJAX was release officially with Q1 2008.
Regards,
Vlad
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Generally RadGrid for ASP.NET AJAX was release officially with Q1 2008.
Regards,
Vlad
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Chris
Top achievements
Rank 1
answered on 20 May 2008, 02:50 PM
Oh, my mistake. I thought I was using the AJAX version, but I guess I am not.
Sorry.
Sorry.
0
Adigard
Top achievements
Rank 1
answered on 06 Oct 2011, 04:34 PM
Actually i do have a DateTime field in my datasource but it is not working, Datepicker does not appear when i click on the textbox
