And no, I cannot preconvert it using SQL and no I cannot use the .ToDateOA command. I can only use a reference to the column name.
3 Answers, 1 is accepted
0
Vladimir Milev
Telerik team
answered on 15 Jan 2009, 07:18 AM
Hello Albert,
Using the ToOADate method is the only way to convert a DateTime class instance to a double precision floating point number. Since there is no support for this conversion out of the box I am afraid this is your only option. Check the ItemDataBound event - there you can convert DateTime values to double values and set them to your XValues manually.