Champ obligatoire de la grille MVC Telerik
// Add a Data Annotation in the model
[Required]
public string field { get; set; }
Chris PA
// Add a Data Annotation in the model
[Required]
public string field { get; set; }