C #: Date format error in wGrilla.GetHtml

0

I have an error in the following line of code:

Model.wGrilla.Column(format: (item) => Html.Raw(item.BIRTHDATE.ToString("dd/MM/yyyy")), header: "FECHA")

The error message you show me is this:

  

The best overloaded method match for   'string.ToString (System.IFormatProvider)' has some arguments not   valid

**

    
asked by DAES 22.03.2018 в 22:28
source

0 answers