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

Grid Data Binding - Date Format

1 Answer 131 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Evdoxos
Top achievements
Rank 1
Evdoxos asked on 25 Aug 2016, 08:24 AM

Hello, i am using kendo Grid along with a form which controls are bound to grid's selected property like 

<input type="text" class="form-control" data-type="date" data-bind="value: selected.creationDate" readonly ></div>

Is there any way to format the printed date along with time in the input control ?

1 Answer, 1 is accepted

Sort by
0
Accepted
Alexander Popov
Telerik team
answered on 29 Aug 2016, 08:07 AM
Hi Evdoxos,

Formatting the value of the input element is not supported out of the box. My advice is to use a DatePicker widget instead.

Regards,
Alexander Popov
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
Tags
Grid
Asked by
Evdoxos
Top achievements
Rank 1
Answers by
Alexander Popov
Telerik team
Share this question
or