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\")
This might be helpful:
columns.Bound(date=> date.START_DATE).Title("Start Date").Format("{0:MM dd, yyyy}");