I am going to implement a grid that allow user to edit a date field by selecting the date from the calendar control. I have tried to change the field type to date but the value can not be displayed. any advise ?
Thank you.
1 Answer, 1 is accepted
0
Dimo
Telerik team
answered on 18 Sep 2014, 07:16 AM
Hi Eddie,
Please make sure that the data type in the actual datasource is Date, not String, and the values are provided to the Grid as Date objects.