I have a KendoGrid like below and when I run the application, I\'m not getting the expected format for date column.
KendoGrid
date
$(\"#empGrid\")
Try formatting the date in the kendo grid as:
columns.Bound(x => x.LastUpdateDate).ClientTemplate("#= kendo.toString(LastUpdateDate, \"MM/dd/yyyy hh:mm tt\") #");