Kendo grid date column not formatting

前端 未结 7 814
悲哀的现实
悲哀的现实 2020-12-07 19:41

I have a KendoGrid like below and when I run the application, I\'m not getting the expected format for date column.

$(\"#empGrid\")         


        
7条回答
  •  南方客
    南方客 (楼主)
    2020-12-07 20:37

    This might be helpful:

    columns.Bound(date=> date.START_DATE).Title("Start Date").Format("{0:MM dd, yyyy}");
    

提交回复
热议问题