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 ?