I've tried a multitude of options, but the ones that don't throw errors, I get "/Date(16400...." as the results
Here are some of the tries.
columns.Add().Field("StartDate").Title("Start Date").Template("#:kendo.toString(StartDate,'MM/dd/yyyy')#").Width("150px");
columns.Add().Field("StartDate").Title("Start Date").Template("#:data.StartDate.ToString('MM/dd/yyyy')#").Width("150px");
columns.Add().Field("StartDate").Title("Start Date").Template("#= kendo.toString(StartDate, 'MM/dd/yyyy')#").Width("150px");
I did see the one user voice asking for a "Format" method for MCCB as getting the escape correct is difficult but didn't give any examples.
using Telerik.MVC 2022.3.1109