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
**