Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 94857

DateTime format on grid cells "/Date(******)/"

$
0
0

Hi Alexander,

   my viewmodel

public class SecondLevelLocationViewModel
    {
             public string CampanyCode { get; set; }
            [Display(Name="LocLevel1 Code")]
            [Required]
            public string location1code { get; set; }
            [Required]
            [Display(Name = "Location Code")]
            public string location2code { get; set; }
         
            public string locationCode { get; set; }
            [Required]
            public string Name { get; set; }
            [Required]
            [Display(Name="Short Name")]
            public string ShortName { get; set; }
            [ScaffoldColumn(false)]
            public string CreatedBy { get; set; }
            [ScaffoldColumn(false)]
            public DateTime CreatedDate { get; set; }
            [ScaffoldColumn(false)]
            public string ModifyBy { get; set; }
            [ScaffoldColumn(false)]
            public DateTime ModifyDate { get; set; }
    }

y i am seeing this error?


Viewing all articles
Browse latest Browse all 94857

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>