Telerik MVC Grid yang Diperlukan Bidang

// Add a Data Annotation in the model
[Required]
public string field { get; set; }
Chris PA