You can read more about the supported dataSource types in an editable Kendo UI Gridhere.
That said, to format the column as a date you can use a Kendo UI Template. This will ensure the required rendering, but as the "bd" field it is of type "object" you will need to specify the editor for the column:
This way on editing the "bd.dt" field will be parsed as a date correctly. This article goes over the requirements for defining a custom grid editor and you can see a runnable demo here. For your scenario you can define a DatePicker editor via the datePickerEditor function:
Please don't hesitate to reach out if more questions arise.
Regards,
Stoyan
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.